Why does AVDocOpenFromFile or AVDocOpenFromPDDoc open the program RdrCEF.exe and doesn't close the program when AVDocClose or AVWindowUserClose is called ?? Batch print getting impossible because you end up with lots of RdrCEF.exe programs in the t
Why does AVDocOpenFromFile or AVDocOpenFromPDDoc open the program RdrCEF.exe and doesn't close the program when AVDocClose is called ?? Batch print getting impossible because you end up with lots of RdrCEF.exe programs in the task manager, as well
I have my plug-in working pretty good with the exception that I can not figure out how to launch a PDF using a URL. I am able to launch a PDF file from the file path, just not a URL. Any assistance is appreciated. GregoryLeonard, Yes, I want to open
In my process i added a custom annot through SDK 8 version 2. After that I save the PDF file by PDDocSaveWithParams() and then close PDF: ASFileMode fMode = ASFileGetOpenMode (asFile); ASErrorCode err = ASFileClose (asFile); ASBool docC = AVDocClose
Hi, I am facing some problem in my code for deleting the PDEElements from the input pdf file. I used the method PDEContentRemoveElem() and still I am seeing no elements are getting deleted from the pdf file. I gave the full code I have written for t
I have written a Plug-In for SDK 9 that works wonderfully. One of the functions is for the user to be able to page (Next/Previous) between PDF files on our server. This functionality now longer works without crashing Acrobat 10. All I am doing is cre
Using the SDK's instructions on how to open a file, I cannot find the right way to open a file from a SharePoint URL I understand it relates to the ASFileSys, and I thought ASGetDefaultFileSysForPath would give me the right type, but I cannot figure
I am trying to compare the two pdfs using "Acrobat Sdk 8". If i run the code its created the api correctly but during running time, it shows the acrobat error. I really thankfull on fine tune the code. My code is below. Code:- // Acrobat Headers
Hello, I have tried to create plugin with ATL COM object for possibility execute the function into plug-in from my application. And have got Runtime Exception which refer to red line in code below ("Expression: gCoreVersion>=CoreHFT_VERSION_2&
I receive error "Bad parameter" when try to print document: AVDoc avDoc; AVDocPrintParamsRec printParams; memset(&printParams, 0, sizeof(AVDocPrintParamsRec)); avDoc = AVDocOpenFromFile(aPath,aFileSys,NULL); printParams.size = sizeof(AVDocPr
Hello, I have a problem with the link on a PDF file. I like to put a link for "fichier1.pdf" to the page n of "fichier2.pdf" but my link to the first page of file2. What should I add my code to work properly (something AVPageView surel