PDFiumSharp icon indicating copy to clipboard operation
PDFiumSharp copied to clipboard

.NET wrapper around Google's PDFium library

Results 26 PDFiumSharp issues
Sort by recently updated
recently updated
newest added

Hi, 1. What is the current maintenance status of this project? 2. What are the limitations (if any) on the original PDF file size? ### Issue We're trying to make...

Are there are examples of how to use this API to split and merge PDFs? I'm guessing it has to do with the PDFPage and PDFPageCollection, but I wasn't sure.

Hi @ArgusMagnus - just saw that there is a new [nuget package](https://www.nuget.org/packages/PDFiumSharp/) version 1.4660.0-alpha1, but no recent commits here - was there any changes to PDFiumSharp?

I am running into the following exception: System.DllNotFoundException: 'Unable to load DLL 'pdfium_x64' or one of its dependencies: The specified module could not be found. (Exception from HRESULT: 0x8007007E)' When...

When running my application on a 32bit system, I get the following exception: > Unable to find an entry point named 'FPDF_LoadDocument' in DLL 'pdfium_x86'. I'm using the recommended DLLs...

Hi, I just downloaded this solutions, and these are compile errors PDFiumSharp project: 1>------ Rebuild All started: Project: PDFiumSharp, Configuration: Debug Any CPU ------ 1>PdfDestination.cs(15,56,15,65): error CS0246: The type or...

We added FPDF_RenderPage and a corresponding PdfPage.Render overload. This allows printing direct to a printer device context handle, as demonstrated in the new Samples/Test.Print program.

Is there any way to use the wrapper in an UWP application? I've tried to install `PDFiumSharp` and `PDFium.Windows` from NuGet in my own UWP project. It runs well in...

![image](https://user-images.githubusercontent.com/48384388/67071907-eaa79c00-f1ad-11e9-8dfb-75b3a557a040.png) Trying to save any document, which ends up with exception