datalogics / adobe-pdf-library-samples

Sample code for the Datalogics C++, Java, and .NET interfaces of the Adobe PDF Library
https://www.datalogics.com/adobe-pdf-library/
80 stars 62 forks source link

General cleanup and update for .NET Core 6 usage #71

Closed datalogics-bruceh closed 2 years ago

datalogics-bruceh commented 2 years ago

Fix namespace issues for Path and Image classes in .NET Core.

Update input files that were missing or modified

Fix DrawToBitmap for ARM Linux Remove common SampleCancelProc and SampleRenderProgressProc Re-using these callbacks caused issues on ARM Linux. Cancel callback appeared to be getting called twice. Making new one for each Draw function call has alleviated this issue.