You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was about to merge the text comy feature myself and found your repo.
I have a problem though. You write you updated to use the newer binaries. If i try to load a document with them i get the following error:
Managed Debugging Assistant 'PInvokeStackImbalance' : 'A call to PInvoke function 'PdfiumViewer!PdfiumViewer.NativeMethods+Imports::FPDF_LoadCustomDocument' 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.'
var doc = PdfiumViewer.PdfDocument.Load(filepath);
this.pdfViewer2.Document = doc;
The text was updated successfully, but these errors were encountered:
Hi!
Im happy you picked up that project.
I was about to merge the text comy feature myself and found your repo.
I have a problem though. You write you updated to use the newer binaries. If i try to load a document with them i get the following error:
Managed Debugging Assistant 'PInvokeStackImbalance' : 'A call to PInvoke function 'PdfiumViewer!PdfiumViewer.NativeMethods+Imports::FPDF_LoadCustomDocument' 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.'
The text was updated successfully, but these errors were encountered: