[PHP] Printing file PDF and not seve

2001-12-14 Thread rino

Is posible whit pdflib print file pdf only in browser client and not save file 

Thank you



[PHP] Printing file PDF and not seve

2001-12-14 Thread rino

 
 Is posible whit pdflib print file pdf only in browser client and not save
 file 
 
 Thank you
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 done various things over the years to accomplish this but not in a php
environment.

HTH

George
- Original Message -
From: rino [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 14, 2001 10:56 AM
Subject: [PHP] Printing file PDF and not seve


Is posible whit pdflib print file pdf only in browser client and not save
file 

Thank you



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.307 / Virus Database: 168 - Release Date: 11/12/01


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [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 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 done various things over the years to accomplish this but not in a php
environment.

HTH

George
- Original Message -
From: rino [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 14, 2001 10:56 AM
Subject: [PHP] Printing file PDF and not seve


Is posible whit pdflib print file pdf only in browser client and not save
file 

Thank you



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.307 / Virus Database: 168 - Release Date: 11/12/01


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]