Big Faceless Report Generator 1.1.40 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Big Faceless Report Generator 1.1.40 (Stable branch)
# 1  
Old 11-12-2008
Big Faceless Report Generator 1.1.40 (Stable branch)

Image The 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 Trial Changes:
"intelligentmail" was added as a value for "type" in -barcode-, and the "color" attribute was added to -barcode-. The -meta name="output-profile"- feature was tweaked. Individual features can now be turned off or on. This version was built with PDF library 2.10.6 and Graph library 1.1.6. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PDF(3pm)						  LogReport's Lire Documentation						  PDF(3pm)

NAME
Lire::OutputFormat::PDF - PDF output format. SYNOPSIS
my $format = Lire::PluginManager->get_plugin( 'output_format', 'pdf' ); $format->format_report( $xml_file, $pdf_file, $cfg ); DESCRIPTION
Format a XML report into PDF with charts. SEE ALSO
Lire::PluginManager(3pm) Lire::OutputFormat(3pm) AUTHOR
Francis J. Lacoste <flacoste@logreport.org> VERSION
$Id: PDF.pm,v 1.4 2006/07/23 13:16:31 vanbaal Exp $ COPYRIGHT
Copyright (C) 2004 Stichting LogReport Foundation LogReport@LogReport.org This file is part of Lire. Lire is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html. Lire 2.1.1 2006-07-23 PDF(3pm)