Skip to content

Merges a given number of PDF files into one file using the PDFKit framework

License

Notifications You must be signed in to change notification settings

newportsolutionsgroup/titanium-pdf-tools

 
 

Repository files navigation

Titanium iOS PDF Tools

Merges a given number of PDF files into one file using the PDFKit framework. Note: This module used to be ti.pdfmerge!

Requirements

  • iOS 11+
  • Titanium SDK 9+

API's

Methods

  • mergedPDF(paths) -> Ti.Blob: Returns a Ti.Blob that represents a merged PDF from the given PDF files
  • pdfFromImage({ image: yourImage, resizeImage: true|false, padding: 80 }): Returns a Ti.Blob that represents a PDF created from an image

Example

See example/app.js

Author

Hans Knöchel

License

MIT

About

Merges a given number of PDF files into one file using the PDFKit framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 45.1%
  • JavaScript 41.3%
  • Objective-C 13.6%