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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -