Skip to content
/ pdf2svg Public
forked from dawbarton/pdf2svg

A simple PDF to SVG converter using the Poppler and Cairo libraries

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

benbro/pdf2svg

 
 

Repository files navigation

pdf2svg

A simple PDF to SVG converter using the Poppler and Cairo libraries.

For Windows binaries see http://www.cityinthesky.co.uk/opensource/pdf2svg/.

For Linux binaries, see your package manager (e.g., "yum install pdf2svg" or "apt-get install pdf2svg").

Prerequisites:

To make and install pdf2svg:

  1. Download pdf2svg-0.2.2.tar.gz and unpack
  2. Change to the pdf2svg-0.2.2 directory
  3. Do the normal ./configure && make && make install

Usage:

pdf2svg <input.pdf> <output.svg> [<page no of pdf or "all">]

Copyright (C) 2007-2013 David Barton (davebarton@cityinthesky.co.uk) http://www.cityinthesky.co.uk/

Copyright (C) 2007 Matthew Flaschen (matthew.flaschen@gatech.edu) Updated to allow conversion of all pages at once.

Copyright (C) 2008 Ed Grace Added GNU Autotools commands.

About

A simple PDF to SVG converter using the Poppler and Cairo libraries

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 90.2%
  • C 9.8%