Donate Share

PoDoFo

File Release Notes and Changelog

Release Name: 0.6

Notes:
After almost a year of development, the PoDoFo-team is
proud to announce a new release. PoDoFo 0.6.0 can be
downloaded as of now. PoDoFo has been tested on several
Linux and Windows systems. 

Besides countless bug fixes, performance improvements and
API clean ups, we were able to add several new features. 
An incomplete list of the most important additions is: 

* podofoimpose - a PDF imposition tool was added
* Encryption support was added (RC4 and AES)
* Initial unicode font support was added using CID fonts
* Content stream parsing support was added
* PdfPainter has now support for drawing tables using PdfTable
* TIFF images can now be embedded directly into a PDF
* Bold or italic fonts can be selected

A small compability note should be added. To keep old 
sources working, one has to change PdfDocument to 
PdfMemDocument. PdfDocument is now an interface over 
PdfMemDocument and PdfStreamedDocument so that PdfPainter 
can work on both, but only the first one allows access to 
the internal object structure of the PDF file.

Changes: