481a8410cc
PR: 34178 Submitted by: sysadmin@alexdupre.com, yds@CoolRat.org
16 lines
727 B
Plaintext
16 lines
727 B
Plaintext
PDFlib is a library of C routines which allow you to programmatically
|
|
generate files in Adobe's Portable Document Format PDF. PDFlib
|
|
acts as a backend processor to your own programs. While you (the
|
|
programmer) are responsible for retrieving or maintaining the data
|
|
to be processed, PDFlib takes over the task of generating the PDF
|
|
code which graphically represents your data. While you must still
|
|
format and arrange your text and graphical objects, PDFlib frees
|
|
you from the internals and intricacies of PDF. Although being far
|
|
from complete, PDFlib already offers many useful functions for
|
|
creating text, graphics, images and hypertext elements in PDF files.
|
|
|
|
WWW: http://www.PDFlib.com/
|
|
|
|
- Alex Dupre
|
|
sysadmin@alexdupre.com
|