Acrobat Pro DC becomes "Not Responding"
Hi.
I am finding the word I want using Excel VBA.
There are about 530 pages in my PDF file.
After processing about 400 pages, the error message "Microsoft Excel is waiting for another application to complete an OLE action. " always displayed from Excel, and Acrobat becomes "Not Responding".
lRet = objAcroAVDoc.Open(PDFPath, "")
lRet = objAcroApp.Show
Set objAcroPDDoc = objAcroAVDoc.GetPDDoc()
Set jso = objAcroPDDoc.GetJSObject
pageNum = objAcroPDDoc.GetNumPages()
For i = 0 To pageNum - 1
wordNum = jso.getPageNumWords(i)
For j = 0 To wordNum - 1
wordStr = jso.getPageNthWord(i, j, False)
If wordStr = MyFindWord Then
' Do some processing
end if
next
nextMy PC : Windows11
Acrobat Pro Version: 2024.002.21005 64bit
Excel : 365
I tried the following, but it didn't change anything.
1. Reinstall Acrobat
2. Repair Acrobat
3. Restart my PC
4. Turn off "Enable Protected Mode at startup" and "Enable Enhanced Security"
5. Delete thumbnails in C:\Users\User name\AppData\LocalLow\Adobe\Acrobat\DC\ConnectorIcons
Please give me some advice.
