Using PDF::API2, I am trying to build a pdf straight to the browser
without having to save it to the server.

 

I am using:

 

print $q->header( "application/pdf" );

 

print $pdf->stringify;

$pdf->end;

 

 

but its not working all I get is garble its not opening the pdf just
spitting the encoded text to the screen

 

can anyone give me any Ideas on how to fix this???

_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to