pdfdoc.Open goes to 100% CPU and never completes

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
ixm7
Posts: 14
Joined: Tue Apr 29 2003

pdfdoc.Open goes to 100% CPU and never completes

Post by ixm7 »

I use cdintf210.dll (version h or 2.1.0.6) in a loop to set PDF files properties (author, title) for existing pdf files. These PDF files were all created by bursting a single Crystal 8.5 report into multiple PDF exports (using Crystal's PDF export capability).

On one particular file (no different from many others where the same operation is successful), when I use the following code:
-----------------------------------------------
Dim pdfdoc As New CDIntfEx.Document
pdfdoc.Open (DiskFileName)
-----------------------------------------------
the Open command never completes and the CPU utilization goes to 100%.

Can you suggest a reason/solution?

Many Thanks,
- Ido
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

This maybe related to the pdf file itself, or to the time at which you are opening this file.

Please send us the pdf file that you are not able to open to support@amyuni.com we will check it and see if it is supported by our driver.

Thanks.
Post Reply