PdfiumBuild
PdfiumBuild copied to clipboard
Build scripts for the PDFium library.
I tried you steps provided in the below link but i try to run this project arguments are null. Can you please explain to provide the arguments to this project?https://github.com/pvginkel/PdfiumViewer/wiki/Building-PDFium
Just looked and the last build that succeeded was on 2018-04-08 https://assendelft.webathome.org/Pdfium/
I have found the issue in MsBuild scripts. When package added to the WebSite project then IIS locking file `bin\x64\pdfium.dll`. Build script tries each build copy `pdfium.dll`. To resolve this...
exception handling and logging facility for long running task
First of all, thanks for the work you did creating this dll and the porting to C# of Pdfium. I'm trying to add native dll to my project via NuGet...