Merges a given number of PDF files into one file using the PDFKit
framework. Note: This module used to be ti.pdfmerge
!
- iOS 11+
- Titanium SDK 9+
mergedPDF(paths) -> Ti.Blob
: Returns aTi.Blob
that represents a merged PDF from the given PDF filespdfFromImage({ image: yourImage, resizeImage: true|false, padding: 80 })
: Returns aTi.Blob
that represents a PDF created from an image
See example/app.js
Hans Knöchel
MIT