Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1023 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 1023 Bytes

Web demo of pdf2thumbnail

Getting Started

  1. Install dependencies.
    npm install
  2. Start the server.
    npm start
  3. Open http://localhost:8080/ in your browser.
    firstview.png

Usage

  1. Click the "Select File" button and select the PDF document for which you wish to generate thumbnail images.
    select-file.png
  2. "Upload All" button allows you to upload all files, "play-fill-icon.svg" button allows you to upload only selected files.
    uploading-files.png
  3. Once the thumbnail creation is complete, you can download the thumbnail by clicking on the "download-icon.svg" button and preview the thumbnail by clicking on the "search-icon.svg" button.
    finished.png