Donate Share

PDFBox

File Release Notes and Changelog

Release Name: PDFBox-0.6.4

Notes:
RELEASE 0.6.4
-Fixed bug which caused infinite loop
-Fixed bug in encoding where DictionaryEncoding kept a reference instead of making a copy leading to encoding problems
-Added PDFTextStripper.(get|set)PageSeparator, which will allow the user to output a string after every page.
-refactored text stripping code to separate the logic processing of PDF operators and the logic of extracting text
-ran findbugs on source code and fixed a couple minor issues
-Refactored font functionality to PDFont, some API methods are no longer available in COSObject.
-changed name of org.pdfbox.Main to org.pdfbox.ExtractText
-added contribution of org.pdfbox.Overlay from Mario Ivankovits
-added log.isDebugEnabled checks to log4j calls
-added better escaping when writing COSNames
-fixed bug where encryption dictionary is sometimes set to COSNull instead of not being present

Changes: