Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Tan_Lin@adobeforums.com #1
When I close CAcroPDDoc, Why acrobat.exe NOT release resource?
Hi everybody.
I use CAcroPDDoc to open many PDFs, and read its page number.
Everytime I got the page number, I was close the CAcroPDDoc.
But acrobat.exe did not release resource. At last error happened!
What can I do?
CODE:
long CWorker::GetPagenum(CString strPDF)
{
long lNum;
CAcroPDDoc *pPDdoc=new CAcroPDDoc;
pPDdoc->CreateDispatch("AcroExch.PDDoc");
pPDdoc->Open((_bstr_t)strPDF);
lNum=pPDdoc->GetNumPages();
pPDdoc->Close();
delete pPDdoc;
}
Tan_Lin@adobeforums.com Guest
-
Creating instance to CAcroPDDoc taking time
When I try to create a instance to CAcroPDDoc, as follows, CAcroPDDoc _objPDDoc = new AcroPDDocClass(); or CAcroPDDoc _objPDDoc =... -
AxAcroPDF How to Close Down Acrobat
The thing is I use the AxAcroPDF on my VB6 program but whenever I use that control it opens the Acrobat Reader and then it won't close it. Is... -
Next release of Acrobat
If its that close, Don't expect being optimized of Intel Mac's. Will run on Roseta though. for those of us still on PowerPC's should be interesting. -
Sudden Acrobat Missing Resource Error
I've been using Acrobat 6 on XP for several months. Suddenly, today, after working with form fields, it's giving me a very vague "A resource is... -
Unable to Save/Save As/close Word XP file with Acrobat 5.0 installed
One of my user is having this problem on her Windows XP PC: Dell GX260 with Windows XP Professional running 512MB RAM, Office XP, Acrobat 5.0 ... -
Leonard_Rosenthol@adobeforums.com #2
Re: When I close CAcroPDDoc, Why acrobat.exe NOT release resource?
Acrobat will release the document usually about 30 seconds after you ask it to...
Leonard_Rosenthol@adobeforums.com Guest
-
Tan_Lin@adobeforums.com #3
Re: When I close CAcroPDDoc, Why acrobat.exe NOT release resource?
Thank you Leonard Rosenthol!
It works.
Tan_Lin@adobeforums.com Guest



Reply With Quote

