-
Buggy PDF generators try to encode CreationDate and ModDate as UTF-16 as opposed to ASCII. This leads to parsing errors where the code was assuming UTF-8 encoding was in use.
-
Fixed a bug due to the fact that poppler_utils no longer leaves off the extra padded zero.
-
Fixed a bug concerning documents with page counts that are exact powers of 10. poppler_utils prepends one less zero to the page counts when a document count is a power of 10. This is now fixed in PDFToImage.
-
Fixed a problem where PDF documents with more than 9 pages were not parsing properly. (embarrassing 0 padding problem.)
-
Added support for blocks upon opening a PDF
-
Image objects now support the “quality” method for JPEG/MIFF/PNG compression levels.
-
PDF conversion is now deferred until saving. This greatly speeds up the conversion process in cases where you only want a few pages out of a large document converted.
-
Initial release: