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
Text::PDF::Dict(3pm)					User Contributed Perl Documentation				      Text::PDF::Dict(3pm)

NAME
Text::PDF::Dict - PDF Dictionaries and Streams. Inherits from PDF::Objind INSTANCE VARIABLES
There are various special instance variables which are used to look after, particularly, streams. Each begins with a space: stream Holds the stream contents for output streamfile Holds the stream contents in an external file rather than in memory. This is not the same as a PDF file stream. The data is stored in its unfiltered form. streamloc If both ' stream' and ' streamfile' are empty, this indicates where in the source PDF the stream starts. METHODS
$d->outobjdeep($fh) Outputs the contents of the dictionary to a PDF file. This is a recursive call. It also outputs a stream if the dictionary has a stream element. If this occurs then this method will calculate the length of the stream and insert it into the stream's dictionary. $d->read_stream($force_memory) Reads in a stream from a PDF file. If the stream is greater than "PDF::Dict::mincache" (defaults to 32768) bytes to be stored, then the default action is to create a file for it somewhere and to use that file as a data cache. If $force_memory is set, this caching will not occur and the data will all be stored in the $self->{' stream'} variable. $d->val Returns the dictionary, which is itself. $d->copy($inpdf, $res, $unique, $outpdf, %opts) Copies an object. See Text::PDF::Objind::Copy() for details perl v5.8.8 2006-09-09 Text::PDF::Dict(3pm)