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

Add Projects to .NET Framework samples that use NuGet #90

Closed datalogics-robb closed 1 year ago

datalogics-robb commented 1 year ago

Add Projects to .NET Framework samples that use NuGet - these projects will run out of the box with the next release of APDFL.

datalogics-robb commented 1 year ago

What's the best way to test and run the samples with these changes?

Open up one of the solutions in visual studio 2019, and build it. The way the projects are set up, they will pull down the latest NuGet .NET Framework packages from nuget.org - the as-of-yet-unreleased latest version will activate automatically when a sample runs - but for now you can give a sample a key when prompted.

datalogics-robb commented 1 year ago

SLN files aren't necessary for each project, so I added a top-level SLN file that will build them all. Project files were omitted for samples that are broken.

datalogics-robb commented 1 year ago

I removed DisplayPDF from the top-level solution file.