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
+4
A:
The Haru library, on sourceforge. We have had good experience with it.
radim
2009-12-22 18:51:28
Oops, didn't see that the Haru library was already suggested!
Laurent Parenteau
2009-12-22 19:18:49
Good that you provided the link. Other people also seem to like libHaru.
sventech
2009-12-22 19:31:24
A:
PoDoFo is a good option. Here is a discussion listing libraries for C/C++ languages.
sventech
2009-12-22 19:30:22
Unfortunately, PoDoFo is C++. The question was for a C library
Laurent Parenteau
2009-12-23 17:58:24
A:
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
2009-12-22 22:48:16
They do not own the PDF specification, it is an ISO standard, and anyone and everyone is allowed to use it.
Rowan
2009-12-23 05:50:13