logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iperender - Export Ipe document as bitmap or SVG

Author

       Otfried Cheong

Description

iperender exports an Ipe document as a PNG bitmap, as a figure in Encapsulated Postscript (EPS), in  PDF,
       or in SVG format.  Options are:

       -png   export as a PNG image

       -eps   export as an EPS figure

       -pdf   export as a PDF figure

       -svg   export as an SVG figure

       -pagepage
              export this page from a multipage document.

       -viewview
              export this view from a page with multiple views.

       -resolutiondpi
              set resolution for exporting to PNG.

       -transparent
              make background transparent when exporting to PNG.

       -nocrop
              do not crop the page to the bounding box of the objects.

Environment Variables

iperender respects the following environment variables:

       IPELATEXDIR
              the directory where ipetoipe runs Pdflatex.

       IPELATEXPATH
              the directory containing pdflatex and xelatex.  If not set, they are searched for on the path.

       IPEDEBUG
              set this to 1 for debugging output from iperender.

Name

       iperender - Export Ipe document as bitmap or SVG

Reporting Bugs

       Please report bugs using Ipe bugzilla at http://ipe.otfried.org/bugzilla.html

See Also

       Ipe is documented fully in TheIpeManual, which is available online at
       http://ipe.otfried.org/manual/manual.html.

                                                  June 27, 2009                                     IPERENDER(1)

Synopsis

iperender  ( -png | -eps | -pdf | -svg ) [ -page page ] [ -view view ] [ -resolution dpi ] [ -transparent
       ] [ -nocrop ] input-fileoutput-file

See Also