I am trying to extract some text from a pdf with the syncfusion pdf package. I'm using this example:
I started the project by opening the Gettingstarted_PDFViewer solution. Then I added the PDF package and tried to extract text.
But when running the app on the phone (building is succesful) the following error occurs: Could not resolve type with token 0100001c
It crashes on this line:
TextLineCollection lineCollection = new TextLineCollection();
I tried all kind of things, but nothing helped so far.
Does anyone else know what this problem is?
Full error:
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not resolve type with token 0100001c (from typeref, class/assembly Syncfusion.Pdf.TextLineCollection, Syncfusion.Pdf.Portable, Version=16.3451.0.21, Culture=neutral, PublicKeyToken=null)
[mono-rt] at (wrapper dynamic-method) System.Object.23(intptr,intptr)
Kind regards,
Mark