OpenOffice.org extension will add PDF editing


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News OpenOffice.org extension will add PDF editing
# 1  
Old 07-03-2008
OpenOffice.org extension will add PDF editing

Thu, 03 Jul 2008 18:00:00 GMT
Easy PDF editing is coming to OpenOffice.org, but you'll have to be patient for a few months. Recently posted to the OpenOffice.org Extensions site, the Sun PDF Import extension (SPI) is only in beta, and only works with recent developer builds of OpenOffice.org 3.0, which is scheduled for September release. Right now, the quality of the final release is anybody's guess, but the beta's capabilities fall squarely in the middle of the available PDF import tools.


Source...
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)