Quote:
Originally Posted by giorgio130
do you mean
(DocumentRegistry:addProvider("zip", "application/zip", PdfDocument))
?
That would cause some issue since zip files are already being read by another reader application (probably for zipped htmls?). The line you posted is exactly what I've done.
|
Yeah, I got that from your commit on github. It doesn't cause issues as it seems to have the precedence over the portion of code in credocument.lua that checks for zip files.