Previous | Next | (P-PDF) Developers
Topic: PDF from perl/cgi over web
Conf: (P-PDF) Developers, Msg: 55375
From: aandi
Date: 5/29/2002 05:12 PM
When you write a Perl CGI it is YOU who creates the headers. For instance:
print "Content-type: application/pdf\n\n"
Everything before the first blank line must be headers.