Socket
Socket
Sign inDemoInstall

pdf2svg

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pdf2svg

Convert a PDF file to a directory of SVG files.


Version published
Weekly downloads
9
Maintainers
1
Install size
36.1 kB
Created
Weekly downloads
 

Readme

Source

pdf2svg

ABOUT

This shell script uses inkscape to convert a pdf to a directotry of svgs.

USAGE: pdf2svg [pdf file]

SVG files are saved in the $(basename $pdffilename .pdf) directory and are named by page number.

INSTALLING

First, install inkscape and pdftk. On Debian, it would be this.

apt-get install inkscape pdftk

Then you can either install from npm

npm install -g pdf2svg

or just copy the included pdf2svg to a directory in your $PATH.

Keywords

FAQs

Last updated on 02 Apr 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc