Releases: techprimate/TPPDF
Releases · techprimate/TPPDF
2.3.1
23 Sep 08:26
Compare
Sorry, something went wrong.
No results found
Fixed bugs:
Fixed invalid US page formats (#225 )
Closed issues:
Merged pull requests:
2.3.0
16 Jul 21:00
Compare
Sorry, something went wrong.
No results found
Implemented enhancements:
Removed deprecated functions
Added CaseIterable to PDFPageFormat
2.2.0
16 Jul 21:00
Compare
Sorry, something went wrong.
No results found
Implemented enhancements:
Closed issues:
Merged pull requests:
2.1.2
27 Jun 10:15
Compare
Sorry, something went wrong.
No results found
Fixed bugs:
Height of image captions are now calcuated correctly (Issue #208 )
Closed issues:
Merged pull requests:
PR #214 [by chrisgonzgonz]
2.1.1
18 Jun 07:03
Compare
Sorry, something went wrong.
No results found
Implemented enhancements:
Added raw representable to PDFTableCellAlignment
Added support for groups inside section columns
Fixed bugs:
Fixed indentations inside sections
2.1.0
18 Jun 07:03
Compare
Sorry, something went wrong.
No results found
Implemented enhancements:
Added raw representable values to PDFPageFormat
Added raw representable type to PDFLineType
Added constant none to PDFTableCellStyle and PDFTableCellBorders
Added background color to PDFSectionColumn (Issue #122 )
Fixed bugs:
Added note to documentation about not reusing PDFSection instances (Issue #122 )
Added missing font and text color reset to generator
Closed issues:
Merged pull requests:
2.0.1
31 May 11:01
Compare
Sorry, something went wrong.
No results found
Implemented enhancements:
Removed JSON representation
Added deprecation for table.generateCells
Fixed bugs:
Missing page break after space which overlaps page end (#204 )
Closed issues:
2.0.0
19 May 11:50
Compare
Sorry, something went wrong.
No results found
Implemented enhancements:
Table Merging
Swift Package Manager Support
Hyperlinks in texts
Fixed bugs:
External document including empty pages
Closed issues:
Merged pull requests:
1.6.0
19 May 11:51
Compare
Sorry, something went wrong.
No results found
Implemented enhancements:
Added progress reporting using iOS internal Foundation.Progress (Issue #155 )
Added a better test example experience
Added support to embed external PDF document (Issue #31 )
Added clickable URL support for images (Issue #170 )
Added support for NSAttributedString link attributes (Issue #71 )
Added subscript range access to PDFTable and deprecated PDFTable.setCellStyle
Fixed bugs:
Fixed TravisCI configuration
Closed issues:
Merged pull requests:
1.5.4
11 Dec 17:01
Compare
Sorry, something went wrong.
No results found
Implemented enhancements:
Fixed carthage support once again