Hello,
>
> I use pdflib for generating a pdf-File inside a embperl-page.
> After the file is created I want to send it to the browser.
> Setting the content-type with $http_headers_out{'Content-Type'}
> works fine.
>
> But Embperl breaks the binary content of the pdf-file.
> $escmode = 0;
> isn't
Hello,
I use pdflib for generating a pdf-File inside a embperl-page.
After the file is created I want to send it to the browser.
Setting the content-type with $http_headers_out{'Content-Type'}
works fine.
But Embperl breaks the binary content of the pdf-file.
$escmode = 0;
isn't enough I guess.