(Portable) PDF library with C API

  • Follow


Looking for a PDF library which meets the following requirements:

- provide a C API
- portable
- only basic PDF features needed (more specific: creating PDF files
   using standard fonts)
- small code size (will be used in an embedded system)
- liberal license (because will be used in "closed source" project)

Michael
0
Reply mw (31) 6/23/2005 1:48:52 PM

In article <1119534532.615598@elch.in-berlin.de>, Michael Wiedmann wrote:

> Looking for a PDF library which meets the following requirements:

Or write the code yourself.  It's not that difficult IF your needs are
very basic -- such as only simple graphics and text using core-fonts and
standard CJK fonts.  It'd take you a few weeks max to write the C code
to handle those simple tasks.  Grab yourself a copy of the PDF Reference
from adobe.com.  It's one hell of a big document that takes some time to
digest, but fortunately much of it is bells and whistles that are of no
concern to someone who just wants to create a very simple PDF file.

- Dan
0
Reply danco 6/23/2005 4:59:19 PM


1 Replies
234 Views

(page loaded in 0.055 seconds)

Similiar Articles:













7/27/2012 6:44:15 PM


Reply: