PoDoFo is a C++ library to work with the PDF file format.
Questions tagged [podofo]
85 questions
0
votes
1 answer
How to embed Base14 fonts using the PoDoFo library
I am using PoDoFo library to generate a PDF document. All fonts except Base14 ones ("Courier", "Helvetica", "Times", "Symbol", "ZapfDingbats") are embedded.
How to embed these 4 Base14 fonts?

Victor.V
- 177
- 1
- 9
0
votes
1 answer
Is OpenSSL required to build the PoDoFo library?
I am trying to build PoDoFo (0.9.3) for Windows using Visual C++ 2008 Express. Is OpenSSL required for this?

user1428258
- 101
- 1
- 4
0
votes
2 answers
podofo.h - No such file or directory
I built podofo-0.9.2 using the standard cmake and make install procedure. I have include files in the /usr/include/podofo directory. I added it to my path. Then I tried to compile the podofotxtextract example by using the following syntax.
cd…

Aditya Kumar Praharaj
- 309
- 4
- 15
0
votes
0 answers
PoDoFo AES Encryption
I'm trying to use PoDoFo (0.9.2) to decrypt (and later encrypt) files. However, the code does not support AESV2 which is currently the de-facto standard. I didn't find any material about this issue and I was wondering if anyone tried to tackle it or…

user3263142
- 3
- 2
0
votes
1 answer
Build PoDoFo on Windows MinGW
Hi I'm trying to compile PoDoFo 0.9.2 on Windows 7 with MinGW. I have successfully compiled freetype2, OpenSSL and zlib. Because i want to create a 64bit application a have to set MinGW x64 compilers to cmake. So I'm running cmake like this
cmake…

chatoooo
- 326
- 1
- 3
- 13
0
votes
1 answer
Podofo build errors
I want to build solution for Visual Studio.
As i know, minumum for it is cmake, zlib, jpeg and freetype.
I build freetype(debug and relise).
Downloaded compiled zlib dll.
(For Visual Studio you will need to build libjpeg with your version of Visual…

Dmitriy Katkov
- 46
- 6
-1
votes
1 answer
PoDoFo setup with eclipse , Linker error, undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
I'm trying to set up PoDoFo for C++ in Eclipse
OS - Ubuntu 16.04 LTS
Podofo link - http://podofo.sourceforge.net/download.html
I downloaded the latest version and performed the following stpes
mkdir podofo-build
cd podofo-build
cmake…

saumitra mallick
- 395
- 2
- 11
-1
votes
1 answer
PoDoFo library c++ polish text to pdf
This solution
doesn't work for me.
Any other options?
EDIT
I have this:
string font = "resources//fonts//FreeSans.ttf";
PdfStreamedDocument document(output_pdf_name.c_str());
PdfPainter painter;
PdfPage* page;
page =…

Fryderyk
- 61
- 1
- 7
-1
votes
1 answer
how to add FileAttachment annotations of pdf
Hello i am using this library for implementation of annotation but facing one issue of attachment of image it provide PdfFileSpec objective c++ function i tried to convert this function to objective c but getting error in below image
class…

kirti Chavda
- 3,029
- 2
- 17
- 29
-2
votes
1 answer
Unresolved external symbols from libxml functions when compiling PoDoFo in Visual Studio
I am trying to compile the PoDoFo library for my application, and I have stumbled across a problem that I cannot make head or tail of.
When working with PoDoFo's CMake files (please see further details below), I have managed to reach the point where…

NDC
- 21
- 2