in reply to Re^5: PDF::Create Questions
in thread PDF::Create Questions
If I use this:my $pdf = new PDF::Create ('filename' => '../html/logs/mypdf.pdf', 'PageMode' => 'UseNone', 'Title' => 'Anything', );
It doesn't create a pdf. And it doesn't overwrite the existing one. I tried using a local directory and it made no difference.my $pdf = new PDF::Create "> ('filename' => '../html/logs/mypdf.pdf', 'PageMode' => 'UseNone', 'Title' => 'Anything', )";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re7:PDF::Create Questions
by dragonchild (Archbishop) on Apr 09, 2003 at 17:40 UTC | |
Re^7: PDF::Create Questions
by tall_man (Parson) on Apr 09, 2003 at 17:09 UTC | |
by peppiv (Curate) on Apr 09, 2003 at 18:02 UTC |