TPPDF

TPPDF is a fast PDF builder for iOS & macOS using simple commands to create advanced documents!

Swift iOS|macOS License
Travis codebeat codecov
Swift Package Manager Cocoapods Carthage

Created and maintained by Philip Niedertscheider and all the amazing contributors.

FeaturesGetting StartedCommunicationUsageInstallationCreditsLicense

Features

  • [x] Page header and footer
  • [x] Dynamic content layout with page alignment
  • [x] Support for tables and cell alignment
  • [x] Attributed strings
  • [x] Custom spacing
  • [x] Image support
  • [x] Horizontal line separators
  • [x] Custom indentation
  • [x] Custom top offset (good for layered rendering)
  • [x] Pagination
  • [x] Image caption
  • [x] Compress images
  • [x] Custom image size fit
  • [x] Images in the header and footer
  • [x] Horizontal line separators in the header and footer
  • [x] Generate PDF files directly to handle large PDF files (Details)
  • [x] PDF metadata
  • [x] Custom table styling
  • [x] Multi-column sections
  • [x] Swift Package Manager Support
  • [x] Tables with cell merging & automatic page breaking
  • [x] Hyperlinks in text
  • [x] Native progress tracking using Foundation.Progress
  • [ ] Documentation

Getting Started

Building a PDF document is very easy:

First, you create a document with a paperformat…

let document = PDFDocument(format: .a4)

…then you add your information to a container…

document.add(.contentCenter, text: "Create PDF documents easily.")

…then you render the document…

let generator = PDFGenerator(document: document)
let url  = try generator.generateURL(filename: "Example.pdf")

…done!

If you need more details, checkout Usage.

Communication

Attention:

TPPDF is an Open Source side-project of techprimate. As we are currently working on multiple other projects, we only have limited time for fixing bugs and enhancing TPPDF.

That’s why any issue reporting and especially Pull Requests are very welcome!

If you need professional support for your company, you can reach out to @philprimes on Twitter or on our website techprimate.com! This is mainly for custom or high-priority requests, therefore we won’t publish a consulting pricing for now.

For everything else, please see Communication and this message. Thank you!

  • If you need help, use Stack Overflow. (Tag ‘TPPDF’) Just open up another issue, it might lead to better documentation.
  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Example

Take a look at the Getting Started Guide or checkout the Examples (using of one of the following):

  • Clone the repository and look at the Example folders
  • Run pod try TPPDF

Apps using TPPDF

If you are using TPPDF in your app and want to be listed here, simply create a pull request or let us know on Twitter or via GitHub. We are always curious to see, who is using our project :)

Energy Tracker

Burnout Coach ChatHistory Hikingbook Bug Journal EnergyTracker
Burnout Coach
by Stéphane Mégy
ChatHistory
by techprimate
Hikingbook
by Zheng-Xiang Ke
Bug Journal
by David Johnson
EnergyTracker
by Stefan Nebel

Credits

TPPDF is created and maintained by Philip Niedertscheider, founder of techprimate.

techprimate.com twitter facebook facebook

Contributors

Please consider backing this project by using the following GitHub Sponsor button.

We want to thank all contributors for their effort!