IvyTools

Please login or register.

Login with username, password and session length
Advanced search  

News:

SMF - Just Installed!

Pages: 1 2 [3] 4 5 6
 21 
 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

 22 
 on: January 14, 2020, 12:18:04 PM 
Started by darrenforce - Last post by darrenforce
This solved the issue

Thanks

 23 
 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

 24 
 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)

 25 
 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

 26 
 on: December 27, 2019, 08:47:36 AM 
Started by scourglass - Last post by scourglass
Need help
here is my code :
Code: [Select]
           
  if (IvyPdf.License.SetLicense("3b83lDwAqFPMRZRTnmhEXSZ8RHjIuWC2+aAh53eNTC84PATAHxBz3PwBIDAhhvOA4+5+XbQLoqX/4pDYbs7llg=="))
            {
                string folder = @"C:\Users\bodhi\Downloads\Compressed\IvyPdf_1.50\Sample\reports\Bureau Veritas\";
                PdfParser p = new PdfParser(IvyDocumentReader.ReadPdf(folder + "ICP067.pdf"));  // stop here
                string text = p.Find("Revenue").Find("Total").Right().Text;
            }
then the exception says "License Expired" , how do I renew my personal license?

 27 
 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

 28 
 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.


 29 
 on: October 31, 2019, 08:16:45 AM 
Started by darrenforce - Last post by darrenforce
Whenever I try to run

PdfParser p = new PdfParser(IvyDocumentReader.ReadPdf(path + "5000017_395.pdf"));

I get an error

Exception thrown: 'System.TypeInitializationException' in IKVM.OpenJDK.Util.dll
An unhandled exception of type 'System.TypeInitializationException' occurred in IKVM.OpenJDK.Util.dll
The type initializer for 'java.util.logging.LogManager' threw an exception.


Any advice would be appreciated.


 30 
 on: September 11, 2019, 09:18:32 AM 
Started by admin - Last post by admin
New in Version 1.50:

+ Added PdfReadOptions parameter and “Options” form to the Ivy Template Editor
+ Added new function: RegionContainsLines
- Fixed issue with reading curve objects
- Various bug fixes

Pages: 1 2 [3] 4 5 6