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

 22 
 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?

 23 
 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

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


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


 26 
 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

 27 
 on: July 26, 2019, 01:06:49 PM 
Started by yial2 - Last post by admin
Hi,

Thank you for the sample files! It turned out there was a change in version 1.50 related to processing sub-streams in PDF documents, which caused this problem.
It should be fixed now. Please try this version:

http://ivytools.net/beta/IvyPdf_1.50_beta_20190726.zip

Please let me know if you notice any other issues!

Thank you,
Andrew

 28 
 on: July 25, 2019, 11:56:12 PM 
Started by yial2 - Last post by yial2
Hi, thank you so much for the prompt reply.

The 1.50 beta did address the error "Error: The given key was not present in the dictionary" but it did also create some discrepancy between 1.49 and 1.50.

Let take this file for example,
https://drive.google.com/file/d/1OSbz3JV4KVqhuJd_28IhfqrglOp5Ru-e/view?usp=sharing

When 1.49 parse the file above, page 66 did have the table border properly preserved. Please see
https://drive.google.com/file/d/1rWuvaruphJQHRDJu15yMH3vEwAw5PIwh/view?usp=sharing

When 1.50 beta, same file, the lines(borders) on page 66 are stripped away
https://drive.google.com/file/d/1-PR4M0jUjPs7izLkyRUnv3cQg9g4dSmb/view?usp=sharing

In this scenario, I think 1.49 has more accurate result - this somehow affect the "EnclosedArea()" logic in my code.

Thank You - for the amazing library!

 29 
 on: July 24, 2019, 11:41:35 PM 
Started by yial2 - Last post by admin
Hi, thank you for the error report. Please try the latest beta version from here:

http://ivytools.net/beta/IvyPdf_1.50_beta_20190722.zip

Thank you,
Andrew

 30 
 on: July 24, 2019, 04:08:38 PM 
Started by yial2 - Last post by yial2
When using IvyTemplateEditor, I get "Error: The given key was not present in the dictionary"

Code: [Select]
//scan.pdf is just my file name
//Same error happen in the code when using
PdfParser p = new PdfParser(IvyDocumentReader.ReadPdf("scan.pdf"));

Working PDF link:
https://drive.google.com/file/d/13ogL6pzKOoNFP0A2vR_Jf62D0A7y5MIk/view?usp=sharing

PDFs with error:
https://drive.google.com/file/d/1kdd03w5U2hc1kJYroN5gtRm_RRdV6pz-/view?usp=sharing
https://drive.google.com/file/d/12dfCd4DkOIcQBe21_fj9nu1D7ja9Qcjr/view?usp=sharing


I am using latest version 1.49

Pages: 1 2 [3] 4 5 6