Planning to upgrade Adobe Acrobat from 15.006.30243 to 18.011.20055 on one of our servers. Will this affect our running service which uses Acrobat.dll?
Hi,
We are planning to upgrade Adobe Acrobat from 15.006.30243 to 18.011.20055 on one of our servers.
We have a service that is running on the server which uses Interop.Acrobat.dll which helps us to convert multi-format documents to PDF and combines multiple PDFs to a single PDF.
Below are the few lines of code which I'm using to convert and merge:
//Convert
(Acrobat.AcroPDDoc)pdfAVDoc.GetPDDoc();
//Merge
(Acrobat.CAcroPDDoc)Activator.CreateInstance(acroPDDocType);
Acrobat.CAcroPDDoc: InsertPages(currentpage, tempPDFDoc, 0, tempPDFDoc.GetNumPages(), 0);
Will this upgrade affect my service?
Any inputs will be highly appreciated.
Thank you,
Rajesh