use pdfreader instead of crereader to handle zip files

Generally zip files are zipped pictures which should be
better handled in pdfreader.
This commit is contained in:
chrox
2014-08-17 21:57:38 +08:00
parent 8fb47fe415
commit 507b989747
2 changed files with 1 additions and 1 deletions

View File

@@ -396,7 +396,6 @@ function CreDocument:register(registry)
registry:addProvider("pdb", "application/pdb", self)
registry:addProvider("doc", "application/doc", self)
registry:addProvider("tcr", "application/tcr", self)
registry:addProvider("zip", "application/zip", self)
end
return CreDocument