How To
Status: Beta
Brought to you by:
areibens
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!