new job, ASP.NET project, no nuget. Without running installation of ABCpdf, is it possible just to add DLLs to the project and use it?
What is the difference between ABCpdf.dll, ABCpdf-32.dll, ABCpdf-64.dll? How the application knows which ones to use?
In references I see only ABCpdf.dll, but ABCpdf-32.dll and ABCpdf-64.dll couldnt even be referenced.
Please explain to me how this can be used if ABCpdf is not installed?
I just downloaded the newest websupergoo, ran the exe, remembered where the files were installed, and then added the new ABCpdf reference from the new files. The only other thing I had to do was to rename the AddHtml() method to AddHTML(). Compiled and ran just fine.