javascript - Can Fine-Uploader Parse PDF Pages into Thumbnail Images -
i working on website has need file uploader integrates forms , potentially s3. fine-uploader looks great fit us. be, however, adding pdf splitter/merger users can drop 1 or more pdf files , pull specific pages out , send them 1 document. may need find separate js library render pdf pages image/thumbnails interaction, wondering/hoping fine-uploader handle page thumbnail rendering how image file, giving thumbnail each pdf page.
fine uploader not natively preview pdfs. if you'd generate previews pdfs client-side, consider using library purpose. 1 possible choice pdf.js. can use fine uploader's api handle on pdf file (uploader.getfile(id)
) , pass file off pdf.js. note may have convert file typed array first using filereader
.
Comments
Post a Comment