pdfdraw icon indicating copy to clipboard operation
pdfdraw copied to clipboard

A command line tool for drawing and converting PDF to JPEG and PNG using node-webkit and pdf.js. For more information please see https://flowpaper.com

pdfdraw

A command line utility for drawing PDF to JPEG and PNG using node-webkit and pdf.js

Usage

pdfdraw.exe [PDF file] [format] [Destination Directory] [Number Of Pages (optional)]

Building on Windows

This is a node.js application which uses node-webkit to draw the pdf to jpeg or png. Packaging this application is done in the following manner:

  1. Create a zip file of js, index.html, package.json > pdfdraw.zip
  2. rename zip file to pdfdraw.nw
  3. Merge by executing copy /b nw.exe+pdfdraw.nw pdfdraw.exe

License

Apache License Version 2.0

Maintained and sponsored by █▒▓▒░ The FlowPaper Project