marcpabst / PdfiumLight

A lightweight C# Library to render PDFs with Google's Pdfium in .NET Core and .NET Framwork Apps.
MIT License
69 stars 29 forks source link

Update to support netstandard/Azure Functions V2 #5

Open Morcatko opened 5 years ago

Morcatko commented 5 years ago

Hey, great work. I love this wrapper and I would like to use it in my app. I tried to use your library on Azure Functions V1 (.NET framework) and it works great. I only had to remove PdfiumViewer.Native nuget and copy DLLs manually as the Functions runtime uses slightly different folder structure then the default Visual Studio bin output.

My questions is if you would be willing to update your library to support netstandard (and also Azure Functions V2). It would mean some small breaking changes but I believe it would highly increase the list of supported scenarios.

Here is what I beleive needs to be done

I can make some PRs if you agree to this change.

marcpabst commented 5 years ago

Hey, thanks for your kind words. Please feel free to make any PRs you like.

I'm a little short on time at the moment, so I'm afraid I won't be of much help here.