Need to show a PDF from a stream.

If you need a specific solution and you are not sure which product to use, please post your requirements here and we will advise you on our solution that best suits your needs
Post Reply
tigrot
Posts: 1
Joined: Fri Apr 02 2004

Need to show a PDF from a stream.

Post by tigrot »

We have an encrypted PDF file(128 bits ESD) we would like to allow browsing it from memory without decrypting to disk(to void copying of the temp file for security reasons). We don't see any way to access program buffer.
We have bought PDF Creator Developer: can we do this?

Regards
Mauro
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

Hello,

The PDF Creator control does have the ability to load data from memory and save back PDF data to memory or sources other than files. It implements a standard IStream interface, or more precisely an IPersistStreamInit interface.

You can look at page 34 of the "PDF Creator Developer Manual.pdf" document for more information about this process.

Hope this
Post Reply