New in Version 1.3:
+ 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)