Large files. that's too slow.

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
JESUS
Posts: 8
Joined: Thu Nov 21 2002

Large files. that's too slow.

Post by JESUS »

I saw that opening a PDF file of 16 Mb takes almost 3 or 4 minutes.
Will you tell me how PDF Creator works ?

Does PDF Creator load all objects into memory when it opens a PDF document ?

Can you give me any solution to reduce the amount of time ?
Dany
Amyuni Team
Posts: 113
Joined: Wed Sep 11 2002
Location: Montreal.
Contact:

Post by Dany »

Earlier versions of the Creator opened the whole PDF in memory before starting to display it. This has been fixed a while back by adding an OpenEx method that will open the PDF file only one page at a time.

You need to replace the call to Open by OpenEx in your code to improve the performance.
Post Reply