Hello, we tried to open a PDF with openex. After examining the document we want to move it. But it is still in use. How can i close a document ?
I work with VB.NET and tried to set the object to nothing but even that doesn't work.
How do i close a file opened with OpenEX
-
- Posts: 15
- Joined: Mon Oct 07 2002
- Contact:
-
- Posts: 15
- Joined: Mon Oct 07 2002
- Contact:
Save the file takes time.
Saving the file would take some time, so the best would be simply to close the file. I tried to destroy the object by setting to nothing, but with DOT.NET the garbage collection could be later so the encapsulated com object is destry at a later moment (i think) so the file isn't freed. What about a simple close or reset function ?
Please send your suggestion along with reasons why using the save option or destroying the object is not helpful under DOT.NET to Support@amyuni.com. We will check if there is any other solution and if not we will check with our Project Manager the feasibility of adding a close method.
Thanks.
Thanks.