Skip to main content
Prathibha T C
Participant
August 3, 2022
Answered

Requesting interop.acrobat.dll 64-bit for .NET application

  • August 3, 2022
  • 1 reply
  • 2885 views

We have subscription to Adobe Acrobat DC(Installed in PC) & we are trying to interface with adobe acrobat from .NET WPF application. But we are facing issue in finding interop.acrobat.dll 64-bit for .NET application(was not found in nugget packages even). Could you please help us to find interop.acrobat.dll 64-bit ?

This topic has been closed for replies.
Correct answer Test Screen Name

As I understand it, the .NET programmer makes the Interop files themselves as needed, to provide a glue to COM interfaces. They are not generally provided with apps.

1 reply

Test Screen NameCorrect answer
Legend
August 3, 2022

As I understand it, the .NET programmer makes the Interop files themselves as needed, to provide a glue to COM interfaces. They are not generally provided with apps.

Prathibha T C
Participant
August 8, 2022

The issue got resolved. We generated interop.acrobat.dll by refering to the below article.

Command used on console: tlbimp Acrobat.tlb /out: interop.Acrobat.dll

How to: Generate Interop Assemblies from Type Libraries - .NET Framework | Microsoft Docs

 

Thanks,

Prathibha T C