ScatteredRay / pdf2pcl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites:

* poppler <http://poppler.freedesktop.org/>
    - tested with v0.5.4 but other versions may work as well
* cairo <http://cairographics.org/>
    - 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.1.tar.gz and unpack
2) Change to the pdf2svg-0.2.1 directory
3) Do the normal ./configure && make && make install


Usage:

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


Copyright (C) 2007 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.

About

License:GNU General Public License v2.0


Languages

Language:Makefile 43.9%Language:Shell 39.3%Language:C++ 14.2%Language:PowerShell 1.0%Language:CMake 0.9%Language:M4 0.7%