PDFiumSharp icon indicating copy to clipboard operation
PDFiumSharp copied to clipboard

Latest Pdfium Build has different Functions

Open JPVenson opened this issue 6 years ago • 0 comments

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 function 'PDFiumSharp!PDFiumSharp.PDFium+PlatformInvoke::FPDF_LoadMemDocument_x86' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.'

JPVenson avatar Aug 19 '19 18:08 JPVenson