Big Faceless Report Generator 1.1.42 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Big Faceless Report Generator 1.1.42 (Stable branch)
# 1  
Old 03-05-2009
Big Faceless Report Generator 1.1.42 (Stable branch)

ImageThe Big Faceless Report Generator is a Java application for converting source documents written in XML to PDF. Built on top of the Big Faceless PDF & Graph Libraries, the Report Generator combines these features and wraps an XML parser around them. Using JSP, ASP, XSL, or similar, creating dynamic PDF documents directly from a database is now as easy as HTML.License: Other/Proprietary License with Free TrialChanges:
The PDF library this release was built with contains a security fix. This would only affect customers running the Report Generator 1.1.39 to 1.1.41 who are using the PDF Library API to complete forms in PDF documents created by third parties. Those customers are encouraged to upgrade. "datamatrix" has been added as a value for "type" in "barcode". "overprint" has been added as a boolean attribute, to control overprinting for text or graphics. Some wrapping issues that could occur when setting "letter-spacing" have been fixed.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PDFMOM(1)						      General Commands Manual							 PDFMOM(1)

NAME
pdfmom - Produce PDF documents using the mom macro set SYNOPSIS
pdfmom [-Tps [pdfroff options]] [groff options] files ... pdfmom [-Tpdf] [groff options] files ... DESCRIPTION
pdfmom is a wrapper around groff that facilitates the production of PDF documents from files formatted with the mom macros. pdfmom prints to stdout, so output must be redirected to a destination file. The size of the final PDF can be reduced by piping the output through ps2pdf. If called with the -Tpdf option (which is the default), pdfmom processes files using groff's native PDF driver, gropdf. If -Tps is given, processing is passed over to pdfroff, which uses groff's PostScript driver. In either case, multiple runs of the source file are peformed in order to satisfy any forward references in the document. pdfmom accepts all the same options as groff. If -Tps is given, the options associated with pdfroff are accepted as well. Please note that when pdfmom calls pdfroff, the -mpdfmark -mom --no-toc options are implied and should not be given on the command line. Equally, it is not necessary to supply the -mom or -m mom options when -Tps is absent. PDF integration with the mom macros is discussed in full in the PDF manual, Producing PDFs with groff and mom. BUGS
pdfmom sometimes issues warnings of the type ...: can't transparently output node at top level This is more of an annoyance than a bug, and may safely be ignored. SEE ALSO
groff(1), pdfroff(1), ps2pdf(1) Groff Version 1.22.2 7 February 2013 PDFMOM(1)