• Stars
    star
    610
  • Rank 73,497 (Top 2 %)
  • Language
    Shell
  • License
    GNU General Publi...
  • Created over 11 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

pdf2svg

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

For Windows binaries see https://github.com/jalios/pdf2svg-windows.

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

Prerequisites:

  • Poppler
    • tested with v0.5.4 but other versions may work as well
  • Cairo
    • tested with v1.2.6 and v1.4.10 but other versions may work as well

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 ([email protected]) http://www.cityinthesky.co.uk/

Copyright (C) 2007 Matthew Flaschen ([email protected]) Updated to allow conversion of all pages at once.

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