|
pdfmm 0.9.20
|
pdfmm is a library to work with the PDF file format and includes also a few tools. The name comes from the first letter of PDF (Portable Document Format).
The pdfmm library is a free portable C++ library which includes classes to parse a PDF file and modify its contents into memory. The changes can be written back to disk easily. pdfmm does not currently provide any rendering facility but the parser could be used to write a PDF viewer. Besides parsing pdfmm includes also very simple classes to create your own PDF files. All classes are documented so it is easy to start writing your own application using pdfmm.
As of now pdfmm is available for Unix, Mac OS X and Windows platforms.
More information can be found at: https://github.com/pdfmm/pdfmm
pdfmm is maintained by Francesco Pretto ceztk.nosp@m.o@gm.nosp@m.ail.c.nosp@m.om, and it's based on the work done by Dominik Seichter, Leonard Rosenthol, Craig Ringer and others in the PoDoFo (http://podofo.sourceforge.net/) library.