Hello Peter,
Unfortunately IvyPdf cannot do any edits to Pdf documents. It can only read and extract data.
Regards,
Andrew - IvyTools support
IvyTools
- November 21, 2024, 08:32:40 AM
- Welcome, Guest
News:
SMF - Just Installed!
21
on: January 28, 2024, 09:12:17 PM
|
||
Started by Peter - Last post by admin | ||
22
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() Now I should only be able to change the text. Thanks in advance & greetings ... Peter |
23
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 |
24
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:
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! |
25
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 |
26
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) |
27
on: May 27, 2020, 06:15:27 AM
|
||
Started by userwhale - Last post by userwhale | ||
Thank you. It solved the problem.
|
28
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 |
29
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 Last bit is in local language and means: The system cannot find the specified file. |
30
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 |