Thread Problem mit PDF Auslieferung v2 (3 answers)
Opened by chmod777 at 2010-12-26 07:14

topeg
 2010-12-26 09:14
#143822 #143822
User since
2006-07-10
2611 Artikel
BenutzerIn

user image
Wie schon im anderen Thread:
Code (perl): (dl )
1
2
3
print header(-expires=>"now", -type=>"application/octet-stream", -content_disposition=>"filename=filename.pdf", -filename=>"filename.pdf");
binmode(STDOUT);
print $pdf->stringify;

View full thread Problem mit PDF Auslieferung v2