

Specifying the page to be displayed, plus one of the following options: Set the default print setting for page scaling to none. Document outline visible after Full-screen mode. Thumbnail images visible after Full-screen mode. Specifying whether the window’s title bar should display the document title taken from the Title entry of the document information dictionary. Specifying whether to position the document’s window in the center of the screen. Specifying whether to resize the document’s window to the size of the displayed page. Specifying whether to hide user interface elements.

Display the pages in two columns, with oddnumbered pages on the right. Display the pages in two columns, with oddnumbered pages on the left. Full-screen mode, with no menu bar, window controls, or any other window visible. Opens an existing PDF-stream for modification.Įxample: open($fh,'our/stream.pdf') or die = Ĭontrols viewing-preferences for the pdf. $pdf->update $pdf = PDF::API->openScalar $pdfstream $pdf->save $pdf = PDF::API->open $pdffileĮxample: $pdf = PDF::API3::Compat::API2->open('my/old.pdf') If you know beforehand to save the pdf to file you can give the '-file' option, to minimize possible memory requirements later-on.Įxample: $pdf = PDF::API3::Compat::API2->new() $font = $pdf->ttfont('TimesNewRoman.ttf') GENERIC METHODS $pdf = PDF::API->new %optsĬreates a new pdf-file object. PDF::API3::Compat::API2 - A Perl Module Chain to faciliate the Creation and Modification of High-Quality "Portable Document Format (aka.
