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
pdfdoc.Open goes to 100% CPU and never completes
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.
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.