.\" .\" svg2pdf.1 - Render an SVG image to a PDF image (using cairo) .\" .TH svg2pdf 1 "2005-06-17" .\" Please adjust the date above whenever revising the manpage. .SH "NAME" svg2pdf \- Render an SVG image to a PDF image (using cairo) .SH "SYNOPSIS" .B svg2pdf .RB [ OPTIONS ] [\fISVG_input_file\fR [\fIPDF_output_file\fR]] .SH "EXAMPLE" .nf .B svg2pdf tux.svg tux.pdf .br .SH DESCRIPTION Renders the given SVG file to the given PDF file. Omitted filenames, or a single '\-' for an input/output filename indicates that the standard input/output stream should be used rather than a file. Rendering is performed by the cairo graphics library. .SH OPTIONS .TP .B \-w, \-\-width=\fIWIDTH\fR Scale the image so that the output has a width of \fIWIDTH\fR pixels. The original aspect ratio is preserved. .TP .B \-h, \-\-height=\fIHEIGHT\fR Scale the image so that the output has a height of \fIHEIGHT\fR pixels. The original aspect ratio is preserved. .TP If both the --width and --height options are provided, the image will be scaled to the smaller dimension and will be centered within any extra space. .TP .B \-s, \-\-scale=\fIFACTOR\fR Scale image by \fIFACTOR\fR. This option is ignored if either of the --width or --height options are provided. .TP .B \-\-flipx Flip the output X coordinates. .TP .B \-\-flipy Flip the output Y coordinates. .TP .B \-\-usage Give a short usage message. .TP .B \-?, \-\-help Give a longer help list. .TP .B \-V, \-\-version Print the svg2pdf program version. .SH SEE ALSO The cairo graphics library .UR http://cairographics.org/ http://cairographics.org/ .UE .br .SH AUTHOR Carl Worth,