I used to create PDF from php and used this for the header...
//attachment : promt to save to disk //inline : open in browser <?php header( 'Content-type: application/pdf' ); header( 'Content-disposition: attachment; filename='mypdf.pdf' ); ?> Éric Thibault RVE Sebastián Sirvent wrote:
Hi, How can a PDF be forced to download instead of opening in the browser? It can't be zipped... Thanks Sebastián Sirvent http://www.e-foco.com _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

