Merges a given number of PDF files into one file using the PDFKit framework. Note: This module used to be ti.pdfmerge!
mergedPDF(paths) -> Ti.Blob: Returns aTi.Blobthat represents a merged PDF from the given PDF filespdfFromImage({ image: yourImage, resizeImage: true|false, padding: 80 }): Returns aTi.Blobthat represents a PDF created from an image
findString(query|{ query }) -> Array<Object>: Searches the current PDF for the given string and returns an array of matches containingpageIndex,x,y,width,heightandstringof the match.
See example/app.js
Hans Knöchel
MIT