I want to write some String data to a pdf file programmatically, i want to know what are the C libraries that i have to use and how to use them
Asked
Active
Viewed 1.6k times
4 Answers
9

Laurent Parenteau
- 2,516
- 20
- 31
-
Oops, didn't see that the Haru library was already suggested! – Laurent Parenteau Dec 22 '09 at 19:18
-
1Good that you provided the link. Other people also seem to like libHaru. – sventechie Dec 22 '09 at 19:31
-
The current URL for libHaru is now http://libharu.org/ – sventechie May 12 '22 at 17:36
1
PoDoFo is a good option. Here is a discussion listing libraries for C/C++ languages.

Community
- 1
- 1

sventechie
- 1,859
- 1
- 22
- 51
-
3Unfortunately, PoDoFo is C++. The question was for a C library – Laurent Parenteau Dec 23 '09 at 17:58
1
Yes, you can use C++ or C or any text processing language to create PDF files. The preferred method is to go to Adobe PDF Website and get a book or the specification for the latest version of PDF. They own the language, so they are the official starting place.

Thomas Matthews
- 56,849
- 17
- 98
- 154
-
7They do not own the PDF specification, it is an ISO standard, and anyone and everyone is allowed to use it. – Rowan Dec 23 '09 at 05:50