Big Faceless PDF Library 2.11.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Big Faceless PDF Library 2.11.2 (Default branch)
# 1  
Old 01-23-2009
Big Faceless PDF Library 2.11.2 (Default branch)

ImageThe Big Faceless PDF Library is a Java classlibrary for creating PDF documents. The ExtendedEdition offers the ability to create and editAcroForms, PDF's answer to the HTML form. LikeHTML forms, PDF forms can contain text boxes,radio buttons, and can call JavaScript functions.The Extended Edition also includes a PDF readerfor importing and editing, along with FDF support,verification for digital signatures and textextraction. Both variations offer full Unicodesupport, encryption, embedded TrueType and Type1 fonts, barcodes, hyperlinks, and spot and calibratedcolor.License: Other/Proprietary License with Free TrialChanges:
This version fixes an issue with IBM versions ofJava that was introduced in the previous release.A change of obfuscator clashed with a bug in somereleases of the JRE supplied with Websphere. Thereare fixes for customers reading and writing PDFsto the same File. A memory leak in the Viewer hasbeen fixed. A number of other bugs have beenfixed, including a Swing screen corruption issuethat sometimes occurred on Windows.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PDF::API2::Basic::PDF::Page(3pm)			User Contributed Perl Documentation			  PDF::API2::Basic::PDF::Page(3pm)

NAME
PDF::API2::Basic::PDF::Page - Represents a PDF page, inherits from PDF::API2::Basic::PDF::Pages DESCRIPTION
Represents a page of output in PDF. It also keeps track of the content stream, any resources (such as fonts) being switched, etc. Page inherits from Pages due to a number of shared methods. They are really structurally quite different. INSTANCE VARIABLES
A page has various working variables: curstrm The currently open stream METHODS
PDF::API2::Basic::PDF::Page->new($pdf, $parent, $index) Creates a new page based on a pages object (perhaps the root object). The page is also added to the parent at this point, so pages are ordered in a PDF document in the order in which they are created rather than in the order they are closed. Only the essential elements in the page dictionary are created here, all others are either optional or can be inherited. The optional index value indicates the index in the parent list that this page should be inserted (so that new pages need not be appended) $p->add($str) Adds the string to the currently active stream for this page. If no stream exists, then one is created and added to the list of streams for this page. The slightly cryptic name is an aim to keep it short given the number of times people are likely to have to type it. $p->ship_out($pdf) Ships the page out to the given output file context perl v5.14.2 2011-03-10 PDF::API2::Basic::PDF::Page(3pm)