Hi,
I use Adobe Acrobat to read tekst from PDF files. After that the file has
been read, I move the file in a folder (using the date I got from the text I
got from Acrobat). Now here is my problem. When I want to move the file, I
get an error stating:
System.IO.IOExc eption: The process cannot access the file
"x:\VF\2006-01\CVF-06000007.pdf" because it is being used by another
process.
Acrobat just doesn't want to close the file after it has been readed. I have
tried a few things like : (AcroApp is my AcroExch.App Object)
AcroApp.Close()
AcroApp.CloseAl lDocs()
AcroApp.Exit()
However none seem to work. Can anybody help my close the file so the program
can move the pdf to where it belongs?
Thanks
Joris
I use Adobe Acrobat to read tekst from PDF files. After that the file has
been read, I move the file in a folder (using the date I got from the text I
got from Acrobat). Now here is my problem. When I want to move the file, I
get an error stating:
System.IO.IOExc eption: The process cannot access the file
"x:\VF\2006-01\CVF-06000007.pdf" because it is being used by another
process.
Acrobat just doesn't want to close the file after it has been readed. I have
tried a few things like : (AcroApp is my AcroExch.App Object)
AcroApp.Close()
AcroApp.CloseAl lDocs()
AcroApp.Exit()
However none seem to work. Can anybody help my close the file so the program
can move the pdf to where it belongs?
Thanks
Joris
Comment