Skip to main content
Participant
February 11, 2020
Question

Getting started on a PDF Library application in .NET (missing AdobePDFL.dll)

I was referring to the documentation on how to create a PDF Library application on windows, it mentions that the following files are shipped with the PDF Library SDK: 

  • AdobePDFL.lib
  • AdobePDFL.dll
  • libpdfl.so
  • AdobePDFL framework

I can't seem to locate these files, I need the AdobePDFL.dll to begin developing in .NET.

 

Please let me know if I am missing something, any help would be appreciated.

Thank you,

Jayden

Ce sujet a été fermé aux réponses.

2 commentaires

Legend
February 11, 2020

Also... this is a C/C++ API and has to be compiled with the matching headers. It isn't a DLL you can just hook into from other environments. However, Datalogics has created wrappers for .Net and Java if you license them. https://dev.datalogics.com/adobe-pdf-library/sample-program-descriptions/net-sample-programs/

Legend
February 11, 2020

You get access to these (or their replacements, this is VERY old info) after you license the library from Datalogics.

JaydenAuteur
Participant
February 11, 2020

Thank you for your help. That is what I thought originally but there must have been some mis communication from within my team.

 

Thanks again!

Jayden