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
RDF::RDFa::Generator::HTML::Pretty::Note(3pm)		User Contributed Perl Documentation	     RDF::RDFa::Generator::HTML::Pretty::Note(3pm)

NAME
RDF::RDFa::Generator::HTML::Pretty::Note - a note about something DESCRIPTION
Often you'll want to create your own subclass of this as the basic notes are pretty limited (plain text only). Constructor "$note = RDF::RDFa::Generator::HTML::Pretty::Note->new($subject, $text)" $subject is an RDF::Trine::Node (though probably not a Literal!) indicating the subject of the note. $text is the plain text content of the note. Public Methods "$note->is_relevent_to($node)" $node is an RDF::Trine::Node. Checks if the subject of $note is $node. Alias: is_relelvant_to. "$note->node($namespace, $tagname)" Gets an XML::LibXML::Element representing the note. $namespace and $tagname are used to create the new element. If an unexpected namespace or tagname is supplied, may die. Expected namespace is 'http://www.w3.org/1999/xhtml'. Expected tagname is any XHTML tag that can contain text nodes. BUGS
Please report any bugs to <http://rt.cpan.org/>. SEE ALSO
RDF::RDFa::Generator, RDF::RDFa::Linter. <http://www.perlrdf.org/>. AUTHOR
Toby Inkster <tobyink@cpan.org>. COPYRIGHT AND LICENCE
Copyright (C) 2010 by Toby Inkster This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8 or, at your option, any later version of Perl 5 you may have available. perl v5.12.4 2011-07-06 RDF::RDFa::Generator::HTML::Pretty::Note(3pm)