flexpaper / pdfdraw

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:JavaScript 82.6%Language:Java 17.1%Language:HTML 0.3%