PDFiumSharp icon indicating copy to clipboard operation
PDFiumSharp copied to clipboard

.NET wrapper around Google's PDFium library

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

Is there a way to edit or set the MetaText?

The PdfDocument constructor which accepts a stream and the FPDF_LoadDocument methods were confusing, since they did not use their "stream" and "count" parameters, but instead the low-level undocumented "fileRead". I...

FS_QUADPOINTSF contains only Fields but for working with PDFium marshalling needs Properties > [StructLayout(LayoutKind.Sequential)] > public struct FS_QUADPOINTSF > { > public float X1 { get; } > public float...

We are experiencing a runtime error when converting multiple pages of a PDF document to a PDFiumBitmap, caused by the following error: _A callback was made on a garbage collected...