Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, Is there any C or C++ library (free software or open source) for PDF creation, other than PDFLib? [ PDFLib is good but it puts a watermark across the PDF output. ] I'm looking for such a library to use for: 1. Porting my xtopdf PDF creation/conversion toolkit - see http://www.dancingbison.com/services.html - from Python to C or C++, for reasons of a) possibly better performance, b) being able to wrap the ported code as a Ruby/C extension, so that I can then generate PDF from Ruby. [I do know about Ruby's PDF::Writer, but am exploring different ways of doing the same thing]. 2. Doing PDF generation from C or C++. Both the above points are part of my overall plan of extending xtopdf in different dimensions (more features, ports to more languages, etc.). Thanks Vasudev ---------------------------------------------------------------------------- - Vasudev Ram Software consulting and training http://www.dancingbison.com ---------------------------------------------------------------------------- -
Post Follow-up to this message> Hi, Hi :) > Is there any C or C++ library (free software or open source) for PDF > creation, other than PDFLib? [ PDFLib is good but it puts a watermark > across the PDF output. ] > > I'm looking for such a library to use for: > 2. Doing PDF generation from C or C++. Well... I know panda library. I haven't used it and seems to be stale. https://savannah.nongnu.org/projects/panda/ But I have already used pslib... which output I convert to PDF with ghostscript. http://pslib.sourceforge.net/ Hope it helps Lucas Brasilino
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.