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::Resource::Font::CoreFont(3pm)		User Contributed Perl Documentation		  PDF::API2::Resource::Font::CoreFont(3pm)

NAME
PDF::API2::Resource::Font::CoreFont - Module for using the 14 PDF built-in Fonts. SYNOPSIS
# use PDF::API2; # $pdf = PDF::API2->new; $cft = $pdf->corefont('Times-Roman'); # METHODS
$font = PDF::API2::Resource::Font::CoreFont->new $pdf, $fontname, %options Returns a corefont 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. $font = PDF::API2::Resource::Font::CoreFont->new_api $api, $fontname, %options Returns a corefont object. This method is different from 'new' that it needs an PDF::API2-object rather than a PDF::API2::PDF::File-object. PDF::API2::Resource::Font::CoreFont->loadallfonts() "Requires in" all fonts available as corefonts. SUPPORTED FONTS
PDF::API2::CoreFont supports the following 'Adobe Core Fonts': Courier Courier-Bold Courier-BoldOblique Courier-Oblique Helvetica Helvetica-Bold Helvetica-BoldOblique Helvetica-Oblique Symbol Times-Bold Times-BoldItalic Times-Italic Times-Roman ZapfDingbats PDF::API2::CoreFont supports the following 'Windows Fonts': Georgia Georgia,Bold Georgia,BoldItalic Georgia,Italic Verdana Verdana,Bold Verdana,BoldItalic Verdana,Italic Webdings Wingdings AUTHOR
Alfred Reibenschuh perl v5.14.2 2011-03-10 PDF::API2::Resource::Font::CoreFont(3pm)