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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -