Skip to content

Marcdaou/PDFKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PDFKit

Generating PDFs Dynamically using PDFKit and Swift

This repo represents the source code for the article found at:

Generating PDF Reports dynamically can be extremely useful while developing Swift applications. Your users will be capable of creating on the go their own personalized reports that they will be able to export very easily.

This tutorial will teach you how to generate in an IOS application from a public API (https://www.thecocktaildb.com/api.php) a complete drinks menu in PDF format.

You will learn:

  • Generate a PFD Document
  • Present your data in an organized fashion
  • Format your text (Font, Size, Underline…)
  • Move on to a new page when needed
  • Share your PDF

You can find the tutorial here: https://medium.com/@marc7182/swift-generating-pdfs-dynamically-using-pdfkit-12c37168e106

simulator_screenshot_3C98CD19-17CF-47ED-89A1-37DA410E93DE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages