print CGI::header( -type => 'application/x-pdf', -attachment => 'Calendar.pdf' ); my $pdf = PDF::API2->new(); $pdf->saveas('-');