Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pdf2svg(1) [debian man page]

PDF2SVG(1)						      General Commands Manual							PDF2SVG(1)

NAME
pdf2svg - PDF to SVG convertor SYNOPSIS
pdf2svg pdffile svgfile [page number] DESCRIPTION
pdf2svg is a tiny command-line utility using Cairo and Poppler to convert PDF documents into SVG files. Multi-page PDF can be split up to one SVG per page by passing a file naming specification. The program does not follow the usual GNU command line syntax. The first argument is the source PDF file, the second argument is the filename of the output SVG file (or a specification, see below for details). OPTIONS
The third parameter is optional and serves as a page selector. If omitted it defaults to the first page of the passed PDF. If passed it must be a valid page label (typically it is a value such as "iii" or "3"). all This special selector causes the program to iterate over all pages in the PDF. Because it cannot save multiple pages into one single SVG the second parameter is expected to contain a sensible file specification: pdf2svg document.pdf output-page%d.svg all The usual format modificators work as well: output-page%02d.svg will give you output-page00.svg, output-page01.svg, etc. AUTHOR
pdf2svg was written by David Barton <davebarton@cityinthesky.co.uk> and Matthew Flaschen <matthew.flaschen@gatech.edu>. This manual page was written by Philipp Kern <pkern@debian.org>, for the Debian project (but may be used by others). July 16, 2008 PDF2SVG(1)

Check Out this Related Man Page

CAIROSVG(1)						      General Commands Manual						       CAIROSVG(1)

NAME
cairosvg-py2 -- SVG converter based on Cairo SYNOPSIS
cairosvg-py2 [filename] [-h] [-f format] [-d dpi] [-o output] [--version] DESCRIPTION
This manual page documents briefly the cairosvg-py2 command. This manual page was written for the Debian distribution because the original program does not have a manual page. cairosvg-py2 is a SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h --help Show help message and exit. --version Show program's version number and exit. -f --format Output format which can either be PDF, PNG, PS or even SVG. -d --dpi SVG resolution. -o --output Output filename. AUTHOR
This manual page was written by fladi FladischerMichael@fladi.at for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. CAIROSVG(1)
Man Page

2 More Discussions You Might Find Interesting

1. HP-UX

SVG support

Okay, I know this is not necessarily a specific HP-UX OS question, but I'm hoping someone here may simply know the answer. We're trying to find out if SVG images are supported and viewable in any Mozilla (or Firefox) versions (1.5 or up) that are ported to HP-UX. On some platforms SVG requires a... (0 Replies)
Discussion started by: nedlyj
0 Replies

2. UNIX for Dummies Questions & Answers

Mach IPC

hey everyone, I'm reading a tutorial on the Mach kernel principles, however, the port and port rights part are kind of confusing to me. I don't know if the book has typos or something but it seems a bit contradictory. It says that "ports, themselves, are not named. It is the port rights that are"... (10 Replies)
Discussion started by: neur0n
10 Replies