PDF Library
Contents
The PDF library framework, generates PDF documents directly from the ST/X system,
without the use of any other software.
This can also be used as the basis of custom PDF applications.
In addition, you can use this as a PDF printer plugin for existing programms,
or to generate reports and documentation in a professional way.
This framework was written due to a need for PDF report generation in eXpecco.
In a first try, puplic available java tools where used.
Although these did generate acceptable PDF documents, all of the available tools
were both very slow AND required huge amounts of memory (in addition to the need to
provide and support an installable java runtime environment).
Advantages of the ST/X PDF library compared to other PDF generation schemes
(based on java) are:
On the low level, you can control the layout and look of every individual character you write to the PDF document.
The PDF library is able to parse and care for font metric information;
thus allowing for proper adjustment of text and tables.
On a higher level, easy to use wrappers provide easy generation of Tables, Images etc.
Parameters which can be controlled are (among others):
- color
- bg color
- underline
- alignment
- table colspan
- border color
- ...many more...
Licensing
This addOn package is licensed separately from the base ST/X system.
Please contact eXept for further details, license information & pricing.
Copyright © 2006 eXept Software AG, all rights reserved
<info@exept.de>
Doc $Revision: 1.6 $ $Date: 2016/07/11 09:24:05 $