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.

IvyTools
- January 20, 2021, 05:34:03 PM
- Welcome, Guest
News:
SMF - Just Installed!
21
General Category / General Discussion / Windows Forms 'System.TypeInitializationException' in IKVM.OpenJDK.Util.dll
on: October 31, 2019, 08:16:45 AM
|
||
Started by darrenforce - Last post by darrenforce | ||
22
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 |
23
General Category / Bug Reports / Re: Open PDF with Error: The given key was not present in the dictionary
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 |
24
General Category / Bug Reports / Re: Open PDF with Error: The given key was not present in the dictionary
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! |
25
General Category / Bug Reports / Re: Open PDF with Error: The given key was not present in the dictionary
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 |
26
General Category / Bug Reports / Open PDF with Error: The given key was not present in the dictionary
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 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 |
27
on: May 14, 2019, 09:55:15 AM
|
||
Started by anichols - Last post by anichols | ||
This was determined to be user error and nothing to do with IvyTools.
|
28
on: May 14, 2019, 08:47:30 AM
|
||
Started by nikitbiswas - Last post by admin | ||
Hello,
Thank you for your question. The server requires a server license and development requires a developer license. In your scenario you need developer license(s) for yourself and other developers and server license to deploy IvyPdf on Azure server instance. Please refer to this section for more detail: http://www.ivytools.net/faq.html#header-n923 Regards, IvyTools team |
29
on: May 14, 2019, 05:33:50 AM
|
||
Started by nikitbiswas - Last post by nikitbiswas | ||
Hi,
I am working on an application right now , I have deployed my application on Azure for testing purpose but the trial license didn't work there. So my query is that if I buy your developer license will it be able to work on Server also? |
30
on: May 02, 2019, 12:57:10 PM
|
||
Started by anichols - Last post by anichols | ||
We are evaluating IvyTools v. 1.49.
When using the IvyTemplate editor on the provided samples we are getting an error. - Open the sample.tl file in the editor - Open the Disney.ipb in the editor - Select any template item/field (e.g. espn_subscribers) - Click on Evaluate - Get “Compile error: Metadata file ’IvyPdf.dll’ could not be found error” The .zip file that we downloaded was simply extracted to a sub folder under the local C: drive. (C:\Data\IVY) This folder was added to the PATH environment variable. The systems are both Windows 10. Did we miss something on setup or configuration? |