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
IvyTools
- July 11, 2026, 05:07:55 PM
- Welcome, Guest
News:
SMF - Just Installed!
|
31
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 | ||
|
32
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! |
||
|
33
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 |
||
|
34
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 nameWorking 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 |
||
|
35
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.
|
||
|
36
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 |
||
|
37
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? |
||
|
38
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? |
||
|
39
on: April 11, 2019, 11:13:23 AM
|
||
| Started by admin - Last post by admin | ||
|
New in Version 1.49:
+ Reading line objects from PDF substreams, which were previously ignored + Accounting for line objects in token layout logic (not merging tokens separated by lines) + Added support for “Sections” to split and filter parts of the documents. New functions: Split, FilterSection, FilterSections, + Added new functions: Token.Next(), Token.Prev(), FilterEnclosedArea, Subset, MergePages - Fixed issue with Table() function for multi-page tables separated by row lines - Various bug fixes and stability improvements |
||
|
40
on: February 07, 2019, 05:12:41 PM
|
||
| Started by admin - Last post by admin | ||
|
New in Version 1.48:
+ Added “external code modules”, making it easier to share code between template libraries + Added logic to automatically remove font shadows (in PDFs shadows are created by printing same text twice with slight offset, which previously resulted in doubled letters) - Fixed issue with incorrect font scaling in some PDFs |
||