Help for this page

Select Code to Download


  1. or download this
    use CGI qw/header/;
    
    print header(-type => 'application/pdf',
             -content_disposition => 'inline'
    );
    
  2. or download this
    use PDF::Create;
    
    ...
                  'Title'    => 'Invoice...'
                  );