Re: [PHP] Printing file PDF and not seve

2001-12-14 Thread burk
On Fri, 14 Dec 2001, rino wrote: > Is posible whit pdflib print file pdf only in browser client and > not save file Yes. The first example of the php pdflib docs show doing exactly that on this page: http://www.php.net/manual/en/ref.pdf.php and it does work. -burk -- [EMAIL PROTECTED]

Re: [PHP] Printing file PDF and not seve

2001-12-14 Thread Miles Thompson
George, What have you done to prevent storage of PDF's? I would love to know? We're gnashing our teeth over a distribution problem. Miles Thompson At 11:10 AM 12/14/2001 +, George Pitcher wrote: >Don't think so. The whole premise of PDFs is that they are downloaded to the >client's machine

Re: [PHP] Printing file PDF and not seve

2001-12-14 Thread George Pitcher
Don't think so. The whole premise of PDFs is that they are downloaded to the client's machine for local viewing (even on-line). What you need to think about is what security you can build in which although not preventing storage, prevents any unwanted use such as passing on to others etc. We've d