IvyTools

Please login or register.

Login with username, password and session length
Advanced search  

News:

SMF - Just Installed!

Pages: [1] 2 3 ... 6
 1 
 on: January 28, 2024, 09:12:17 PM 
Started by Peter - Last post by admin
Hello Peter,

Unfortunately IvyPdf cannot do any edits to Pdf documents. It can only read and extract data.

Regards,
Andrew - IvyTools support

 2 
 on: October 18, 2023, 10:30:39 AM 
Started by Peter - Last post by Peter
Hello,

Is it possible to change a text in a PDF? If so, how?

With this I can already find the text:

Code: [Select]
p.Reset()
.Find("FirstMarker")
.Find("SecondMarker")
.Find("ThirdMarker")
.Right().Text;

Now I should only be able to change the text.

Thanks in advance & greetings ... Peter

 3 
 on: June 25, 2023, 12:28:01 AM 
Started by admin - Last post by admin
New in Version 1.68:
+ Added new function: RegionContainsImages
-   Minor bug fixes

New in Version 1.67:
+ Extraction of images from PDFs. New IvyImage collection.
+ OCR support via Tesseract library. Added Image.OCR() function and OCR parameters to PdfReadOptions
+ IvyUIElements.dll provided for netstandard version
+ Minor UI improvements – parallel loading, search the grid, row numbers in the results window
+ MatchesPattern function now supports escaping special characters
- Change in default token merge logic. Merging tokens having different fonts is now allowed. It fixes issues spotted in some documents, but may break extraction for others.

New in Version 1.66:
+ Moved some code into new library IvyUIElements.dll, allowing to re-use UI forms in custom applications
+ Added option TableKeepCurrentPosition to IvyOptions class, so it can be set globally

New in Version 1.65:
+ Added option "KeepCurrentPosition" to Table() and Grid() functions
+ Added new function: Backtrack()

New in Version 1.64.3:
+ Expanded DLL search locations to allow IvyPdf work in Azure Functions environment

New in Version 1.64.2:
- Minor bug fixes

New in Version 1.64.1:
- Fixed issue with reading Excel files in .Net Core
- Fixed issue with referencing custom DLLs in .Net Core
- Fixed issue with some PDFs that return negative page size
- Fixed issue with exporting tables containing null values to Excel

 4 
 on: December 14, 2021, 02:29:42 AM 
Started by drt - Last post by drt
Hey all,

I have some sort of weird table format like this:

Heading 1Heading 2Heading 3Heading 4
Data 1Data 2Data 3Data 4
Heading 1Heading 5Heading 6Heading 7
Data 1Data 5Data 6Data 7
Heading 1Heading 8Heading 9
Data 1Data 8Data 9

In the first column, the header and data cell always repeats on every line.

Any trick in the bag to cope with such a table format?

thanks!

 5 
 on: September 01, 2020, 12:12:27 AM 
Started by admin - Last post by admin
New in Version 1.64:

+ Added option TokenMergeTolerance to adjust automatic token merge logic

+ Added separate .Net Core executable

- Minor bug fixes

 6 
 on: June 03, 2020, 12:10:53 PM 
Started by admin - Last post by admin
New in Version 1.63:

- Added support for .xlsb files (Excel Binary Workbook file)

 7 
 on: May 27, 2020, 06:15:27 AM 
Started by userwhale - Last post by userwhale
Thank you. It solved the problem. :)

 8 
 on: May 13, 2020, 12:59:16 PM 
Started by userwhale - Last post by admin
Thank you for providing the sample command! The issue should be fixed in the new version 1.62.2

Please download it from here and let me know if it solves the problem:

http://ivytools.net/downloads.html


Thank you,
Andrew

 9 
 on: May 13, 2020, 03:32:24 AM 
Started by userwhale - Last post by userwhale
I can reproduce the error with following line:
Code: [Select]
C:\Users\***\Desktop\ivytestbed\bat\IvyPdf>IvyTemplateEditor -e ..\test.PDF ..\page.xlsx ..\test3.tl Plaani_info
C:\Users\***\Desktop\ivytestbed\bat\IvyPdf>Error saving results to Excel: Could not load file or assembly 'DocumentFormat.OpenXml, Version=2.7.2.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17' or one of its dependencies. Süsteem ei leia määratud faili.
Last bit is in local language and means: The system cannot find the specified file.

 10 
 on: May 11, 2020, 11:44:15 AM 
Started by userwhale - Last post by admin
Hi, thank you for reporting this issue! We will check. If you have a moment could you send me the command that you are using to run IvyTemplateEditor.exe. This will help to make sure we are looking at the same thing. Please post it here or send me at support@ivytools.net

Thank you,
Andrew

Pages: [1] 2 3 ... 6