If you have any suggestions for new features that you would like to see in any of our products, please add them to the wish list.
-
RobertL
- Posts: 5
- Joined: Fri Aug 19 2005
- Location: Jacksonville, FL
-
Contact:
Post
by RobertL » Fri Aug 19 2005
Reading through the forums, though I cannot find it again, I saw someone mention a Document.OpenEx method as recommended for larger documents, as it would load the document page by page for faster opening performance. I am using PDFCreator .NET (acPDFCreatorLib.Net.dll version 2.0.0.2), and the Document.OpenEx method does not exist. Am I missing something?
-
Joan
- Amyuni Team
- Posts: 2799
- Joined: Wed Sep 11 2002
-
Contact:
Post
by Joan » Mon Aug 29 2005
Hello,
There is no an OpenEx method in the PDF Creator .Net you need to use the Open method instead.
Hope this helps.
-
Joan
- Amyuni Team
- Posts: 2799
- Joined: Wed Sep 11 2002
-
Contact:
Post
by Joan » Mon Aug 29 2005
Hello,
The OpenEx method is not available in the PDF Creator .Net, you need to use the Open method.
Thanks
-
RobertL
- Posts: 5
- Joined: Fri Aug 19 2005
- Location: Jacksonville, FL
-
Contact:
Post
by RobertL » Tue Aug 30 2005
Thanks for the reply. Can we move this to the suggestions area then? Users of my program sometimes end up opening 100+ page documents, and pdfCreator is pretty slow to open them, which is why I was excited when I read that other post regarding a method to open them page by page in the background.