Skip to content

Releases: techprimate/TPPDF

2.3.0

16 Jul 21:00
Compare
Choose a tag to compare

Implemented enhancements:

  • Removed deprecated functions
  • Added CaseIterable to PDFPageFormat

2.2.0

16 Jul 21:00
6324f64
Compare
Choose a tag to compare

Implemented enhancements:

  • macOS Support!

Closed issues:

Merged pull requests:

2.1.2

27 Jun 10:15
af2648e
Compare
Choose a tag to compare

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
6f448c9
Compare
Choose a tag to compare

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
4447ffd
Compare
Choose a tag to compare

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
848d33a
Compare
Choose a tag to compare

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
1353129
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release

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
Choose a tag to compare

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
94c1579
Compare
Choose a tag to compare

Implemented enhancements:

  • Fixed carthage support once again

1.5.3

11 Dec 17:01
8325431
Compare
Choose a tag to compare

Implemented enhancements:

  • Fixed padding in groups