PoDoFo is a free portable C++ library to work with the PDF file format.
PoDoFo provides classes to parse a PDF file and modify its content into memory. The changes can be written back to disk easily. Besides PDF parsing PoDoFo also provides facilities to create your own PDF files from scratch. It currently does not support rendering PDF content.
Homepage
Download
Recent Releases
0.10.430 Oct 2024 21:20
major bugfix:
Fixes #161, #162, #167, #183, merges #157
StandardStreamDevice: Fixed seek() in case of iostream/fstream
PdfWriter: Fixed computing the doc identifier with a wrong buffer
PdfPainter: Fix SetCurrentMatrix() to really update CTM
Fixed compilation in mingw 12
PdfCIDToGIDMap: Fixed map reading
PdfPainter: Fixed offset on multiline text if text is not left aligned
0.10.319 Dec 2023 16:15
minor feature:
|