Skip to content

Stable Version

Compare
Choose a tag to compare
@sgr-ksmt sgr-ksmt released this 11 Feb 11:40
· 167 commits to master since this release

PDFGenerator bump to 1.0.0 from 0.2.0(beta) !!

Features (1.0.0)

  • Support multiple pages.
  • Also generate PDF from imagePath that can load image with UIImage(contentsOfFile:)
  • Type safe.
  • Good memory management.
  • Generate PDF from mixed-pages.
  • If view is UIScrollView , drawn whole content.
  • Outputs as NSData or writes to Disk(in given file path) directly.
  • Corresponding to Error-Handling. Strange PDF has never been generated!!