in reply to Re^3: PDF::Create Questions
in thread PDF::Create Questions
to here?my $fh = new FileHandle "> $self->{'filename'}";
Even trying thismy $pdf = new PDF::Create ('filename' => '/html/mypdf.pdf', 'PageMode' => 'UseNone', );
and giving the pdf file 777 permissions doesn't work. Please help!my $pdf = new PDF::Create "> ('filename' => '/html/mypdf.pdf', 'PageMode' => 'UseNone', )";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: PDF::Create Questions
by tall_man (Parson) on Apr 09, 2003 at 15:08 UTC | |
by peppiv (Curate) on Apr 09, 2003 at 15:54 UTC | |
by dragonchild (Archbishop) on Apr 09, 2003 at 17:40 UTC | |
by tall_man (Parson) on Apr 09, 2003 at 17:09 UTC | |
by peppiv (Curate) on Apr 09, 2003 at 18:02 UTC |