IvyTools

Please login or register.

Login with username, password and session length
Advanced search  

News:

SMF - Just Installed!

Author Topic: Beta Release 1.32  (Read 3415 times)

admin

  • Administrator
  • Full Member
  • *****
  • Posts: 33
    • View Profile
Beta Release 1.32
« on: October 17, 2017, 12:24:52 AM »

New in Version 1.3: 8)

+  IvyPDF now is reading lines from PDF. Lines can be used by Table() and Grid() methods using these options:
PdfTableOptions.HeaderSeparatedByLine
PdfTableOptions.ColumnsSeparatedByLines

+ Table columns can be specified by exact position:
PdfTableOptions.ColumnBorders

+ Table “end position” can be determined when distance between rows becomes larger than a predefined value:
PdfTableOptions.MaxRowHeight

+ Added export to XML
+ Command-line processing is now done by a separate executable – IvyTemplate.exe
+ Templates functionality can be used from .Net directly, using IvyTemplateLib.dll
+ Token operator overload – tokens can now be added/subtracted/multiplied/etc directly
+ DataTable.Update extension method

New in Version 1.32:
+ Improved table recognition algorithm.
+ Improved UI – allows to test various table options, shows column borders (resizable)
Logged