Skip to main content
Participant
June 5, 2019
Question

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?

  • June 5, 2019
  • 1 reply
  • 289 views

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

This topic has been closed for replies.

1 reply

Bernd Alheit
Community Expert
Community Expert
June 5, 2019

You can't use Acrobat on a server.