PDFiumCore icon indicating copy to clipboard operation
PDFiumCore copied to clipboard

.NET Standard P/Invoke bindings for PDFium.

Results 12 PDFiumCore issues
Sort by recently updated
recently updated
newest added

I'm trying to add ink annotations using FPDFAnnotAddInkStroke, and it takes a pointer to an array of FS_POINTF_. When sending in a C# array of points like this `fpdf_annot.FPDFAnnotAddInkStroke(annot, fs_points[0],...

I apologize if it's just be being dumb, but to me it looks like adding and reading ink annotations is not working at all. Both `FPDFAnnotGetInkListPath` and `FPDFAnnotAddInkStroke` should take...