Big Faceless PDF Library 2.10.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Big Faceless PDF Library 2.10.3 (Default branch)
# 1  
Old 07-16-2008
Big Faceless PDF Library 2.10.3 (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:
The ability to write Linearized (also known as "Web optimized") PDFs was added. The PageExtractor class was rewritten completely; it is now faster, better, and works with rotated documents. A problem which caused increased memory usage when using a PDFReader in a single thread was fixed. The difference can be significant, so anyone in this situation is encouraged to upgrade. Significant improvements were made to the behavior and appearance of the Viewer, giving more reliable results across the board.Image

More...
Login or Register to Ask a Question

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

NAME
PDF::API2::Resource::Font::SynFont - Module for using synthetic Fonts. SYNOPSIS
# use PDF::API2; # $pdf = PDF::API2->new; $sft = $pdf->synfont($cft); # METHODS
$font = PDF::API2::Resource::Font::SynFont->new $pdf, $fontobj, %options Returns a synfont object. Valid %options are: -encode ... changes the encoding of the font from its default. See perl's Encode for the supported values. -pdfname ... changes the reference-name of the font from its default. The reference-name is normally generated automatically and can be retrived via $pdfname=$font->name. -slant ... slant/expansion factor (0.1-0.9 = slant, 1.1+ = expansion). -oblique ... italic angle (+/-) -bold ... embolding factor (0.1+, bold=1, heavy=2, ...). -space ... additional charspacing in em (0-1000). -caps ... create synthetic small-caps. $font = PDF::API2::Resource::Font::SynFont->new_api $api, $fontobj, %options Returns a synfont object. This method is different from 'new' that it needs an PDF::API2-object rather than a PDF::API2::PDF::File-object. AUTHOR
alfred reibenschuh perl v5.14.2 2011-03-10 PDF::API2::Resource::Font::SynFont(3pm)