PDFiumSharp
PDFiumSharp copied to clipboard
.NET wrapper around Google's PDFium library
Here is the commit to dispose the page in the Test.Console to avoid unmanaged memory leak with large pdfs.
public struct FPDF_COLOR { //... public byte A => _a; public byte R => _b; // _g; public byte B => _b;
I'm getting `'PDFium' does not contain a definition for 'FPDFAction_GetDest'` , `The type or namespace name 'FPDF_ACTION' could not be found (are you missing a using directive or an assembly...
Is there any possibility that we can update the nuget package with the latest version of the native Pdfium.dll ? Or perhaps I could assist if you give me some...
I tried to Include the Latest version of Pdfium (chromium/3879) but when creating a new PdfDocument with a byte array it throws an exception: `'PInvokeStackImbalance' : 'A call to PInvoke...
Hello! I ran into some issues trying to run the following code on OSX (version 10.14.2 to be exact although I am not sure it matters): ```csharp using (var myBitmap...
Hello, I've been playing around with the RenderingFlags, but I still get a much much lower quality than the original PDF rendered by Adobe Reader for instance. I also changed...
Thank you for this great work, but it seems some of the types / methods have been implemented, like TEXTPAGE object, I didn't find any implementation of the method to...
I'm running on x64 and have pulled down the source, everything compiles successfully but at runtime running the `Test.Console` project I get the exception. It looks like its trying to...
solve issues/25,it work,please merged into master