Life is good. But I have seen sites where the generated PDF shows up inside the browser and there are nifty "print" and "save" buttons. What is the recommended/best way to modify my script to do this?print CGI::header( -type => 'application/x-pdf', -attachment => 'Calendar.pdf' ); my $pdf = PDF::API2->new(); $pdf->saveas('-');
In reply to Creating inline PDF? by cscooper
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |