|
PDF Report
-
Version
1
PDFReport is a developer component for Delphi,
CBuilder, Visual Basic e Visual C++ which enables your
apps to generate directly fromscratch a PDF File,
Using a small and very simple subset of functions,
just like "WriteText" or "SavePDF".
Using PDF Report you will be able to generate reports
which can be viewed on every platform, even Linux or
inside a web browser.
The operating speed is amazing: due to its high
optimization, the software writes byte by byte a 1.000
pages PDF file in a few seconds, a report or catalogue
comprehensive of bitmap images, vectorial graphics and
the true standard Postscript vector fonts!
You will also be able to put on the page an image of a
form and write on it!
The footprint is minimal: just 80 Kb for the DCU
version for Delphi (NO DLL!), 300Kb for the OCX (only
one dll). The memory required is about the size of the
file being generated (so, 30 Kb PDF file = 30 Kb RAM).
After the use ALL the memory is deallocated, of course.
The generated PDF files pass all tests and validations
from Adobe software and is almost the same as if it
was generated by Acrobat Distiller!
You can also create a PDF file on the fly inside a CGI
and pass it directly to the browser, so the web user
opens the pdf file inside the navigator, e.g. a Tax
Form filled with the datas froma web form, or an
invoice ready to be printed after an order entry.
A clickable index can be generated, so you can jump
directly inside the "Borland" portion of a huge report
of 800 pages.
In the following example, you will see a screenshot of
Acrobat Reader opening a PDF file of 10 pages
generated with PDFReport:
Bitmap images (a pic of Estella Warren, actress
in "The Plane Of The Apes")
A clickable index of all the pages (you could write
whatever you want instead of "Pagina 1"...)
in the bottom right corner of the page, a vector
graphic very simple
Special font effects (e.g. "Outline"),
Antialiased, vector font,
Page annotations, to comment e.g. sales figures
NEW - Wordwrapped Text, new line whenever the line
reach a specified length
NEW - CrLf Support to write text with line feeds
NEW - Text Alignment to the center, left or right!
|