Hello Tilutza,
Sorry to hear about your problem. Could you let me know what version of IvyPdf you are using?
I just tried opening it with 1.61.4 and it seems working fine. There were a few issue fixed recently, so I'm hoping this one has been fixed already. Could you please try it and confirm?
http://ivytools.net/downloads.html
Thank you,
Andrew - IvyTools Support

IvyTools
- January 20, 2021, 06:35:34 PM
- Welcome, Guest
News:
SMF - Just Installed!
11
on: February 17, 2020, 11:29:24 PM
|
||
Started by tilutza - Last post by admin | ||
12
on: February 14, 2020, 05:39:16 AM
|
||
Started by tilutza - Last post by tilutza | ||
Hello! I am evaluating Ivy and it seems to work pretty well. However, I have a strange PDF which in Adobe Reader works. If I open in Ivy it gets' the error that "UglyToad.PdfPig.Core.PdfDocumentFormatException: 'Could not read the first token in the document at position 0.'".
Do you guys know why? The code that reads PDF is the simplest one: PdfParser p = new PdfParser(IvyDocumentReader.ReadPdf(pdfFileName)); var text = p.ExtractText(); return p.Text; The problematic PDF is at: https://drive.google.com/open?id=1malOKp5-M3ZKAXxdQ8mNal4mLpX24_iE |
13
on: January 14, 2020, 03:14:45 PM
|
||
Started by darrenforce - Last post by admin | ||
Hi Darrenforce,
Most likely it's caused by an issue with PDF annotations extraction. Would you be able to send me this PDF for a deeper look, assuming it's not confidential? (support@ivytools.net) Meanwhile please try to uncheck "Read Annotations" in the Options page to see if it helps. Thank you, Andrew |
14
General Category / General Discussion / Re: Windows Forms 'System.TypeInitializationException' in IKVM.OpenJDK.Util.dll
on: January 14, 2020, 12:18:04 PM
|
||
Started by darrenforce - Last post by darrenforce | ||
This solved the issue
Thanks |
15
on: January 14, 2020, 12:17:15 PM
|
||
Started by darrenforce - Last post by darrenforce | ||
After downloading the newest version 1.61.1 I am having the following error whenever I open some PDF files
Error: Could not find the Object 9 0 with type DictionaryToken Could you advise what would be causing this. Thanks |
16
on: January 03, 2020, 11:17:35 PM
|
||
Started by admin - Last post by admin | ||
New in Version 1.61:
- Numerous fixes to the underlying PDF parsing engine. + Additional performance and stability improvements. + Basic support for extraction of PDF annotations (PDF forms, overlays and other content) |
17
on: January 02, 2020, 11:36:28 AM
|
||
Started by scourglass - Last post by admin | ||
Hi Scourglass,
Could you please look for file license_error.txt in Ivy folder, it should contain detailed error message. Please post the contents of this file so we could help you further. Thank you, Andrew |
18
on: December 27, 2019, 08:47:36 AM
|
||
Started by scourglass - Last post by scourglass | ||
Need help
here is my code : Code: [Select] then the exception says "License Expired" , how do I renew my personal license? |
19
General Category / General Discussion / Re: Windows Forms 'System.TypeInitializationException' in IKVM.OpenJDK.Util.dll
on: November 05, 2019, 05:25:50 PM
|
||
Started by darrenforce - Last post by admin | ||
Hi, thank you for the error report.
Could you please provide the version of IvyPdf that you are using? Is it happening with one specific PDF or many files? If it's one PDF would you be able to share it, so I could take a deeper look? (support@ivytools.net) Also, could you try the new version 1.60 please? It using a different way to read PDFs, not depending on IKVM anymore. Thank you, Andrew |
20
on: November 01, 2019, 11:06:41 AM
|
||
Started by admin - Last post by admin | ||
New in Version 1.60:
This version is focused on transition to .Net Core and performance improvements. + Compatibility with .Net Standard 2.0 + New PDF parsing engine – faster reading PDFs. + New IPB format (old one is still supported) – faster loading of IPB files. + Switched to Roslyn engine to run templates. + Improved template code generation, caching field values. Templates are running faster now. + Added support for text color: Token.Color,Token.Black and Token.Grey properties. |