Re: [Podofo-users] Example of text removal or image extraction
A PDF parsing, modification and creation library.
Brought to you by:
domseichter
|
From: zyx <zy...@gm...> - 2019-11-25 17:58:02
|
On Mon, 2019-11-25 at 15:15 +0000, Jacob Pedersen wrote:
> I now see that rendering is not supported.
Hi,
rendering is supported, it's only called drawing/painting. See
PdfPainter and the hello world example. Or do you mean anything else?
> I built previous and latest version of library but cannot get the
> image extractor code to build.
Which exact version, please? And what environment (Linux, Windows,...)?
I just tried here with Linux and revision 1999 (the current trunk) and
it builds with no issue. I configure PoDoFo as this:
cmake -G "Unix Makefiles" \
-DCMAKE_INSTALL_PREFIX=/some/path/to/install/podofo \
-DCMAKE_BUILD_TYPE=Debug \
-DPODOFO_BUILD_SHARED=ON \
..
Even when I use:
-DPODOFO_BUILD_SHARED=OFF \
-DPODOFO_BUILD_STATIC=ON \
then it works fine here.
Bye,
zyx
|