Thread pdf erstellung und dateiname (7 answers)
Opened by Gast at 2005-02-04 20:18

esskar
 2005-02-04 22:56
#4263 #4263
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
naja, fast
Code: (dl )
1
2
3
4
print "Content-Type: application/pdf\n";
print "Content-Disposition: attachment;filename=file.pdf\n\n";
binmode STDOUT;
print $file;

View full thread pdf erstellung und dateiname