blob: 5b9d6dcb995f177982ba110a93eadaebccfbc321 (
plain)
1
2
3
4
5
6
7
|
The PoDoFo library is a free, portable C++ library. It can
parse existing PDF files and create new ones from scratch.
Optional build requirements: boost, cppunit, and lua.
To enable boost support pass HAVE_BOOST=yes to the build script:
HAVE_BOOST=yes ./podofo.SlackBuild
|