Menu

#1 How To

open
nobody
None
5
2003-03-23
2003-03-23
Anonymous
No

How do you specify the PDF open defaults....

on version : PDF-API2-0.3b50.tar.gz

You could use:

$pdf->preferances(
-fullscreen=> 1,
-onecolumn => 1,
-afterfullscreenoutlines => 1,
-firstpage => [ $pageobj , -fit => 1],
);

However I have been able to locate

$pdf->default($NAME, $VALUE);

However this is no list of acceptible page values
(Fullscreen, FirstPage, etc ...)???

Please help!

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.