1IPERENDER(1) General Commands Manual IPERENDER(1)
2
3
4
6 iperender - Export Ipe document as bitmap or SVG
7
9 iperender ( -png | -eps | -pdf | -svg ) [ -page page ] [ -view view ] [
10 -resolution dpi ] [ -transparent ] [ -nocrop ] input-file output-file
11
12
14 iperender exports an Ipe document as a PNG bitmap, as a figure in
15 Encapsulated Postscript (EPS), in PDF, or in SVG format. Options are:
16
17 -png export as a PNG image
18
19 -eps export as an EPS figure
20
21 -pdf export as a PDF figure
22
23 -svg export as an SVG figure
24
25 -page page
26 export this page from a multipage document.
27
28 -view view
29 export this view from a page with multiple views.
30
31 -resolution dpi
32 set resolution for exporting to PNG.
33
34 -transparent
35 make background transparent when exporting to PNG.
36
37 -nocrop
38 do not crop the page to the bounding box of the objects.
39
40
42 iperender respects the following environment variables:
43
44
45 IPELATEXDIR
46 the directory where ipetoipe runs Pdflatex.
47
48 IPELATEXPATH
49 the directory containing pdflatex and xelatex. If not set, they
50 are searched for on the path.
51
52 IPEDEBUG
53 set this to 1 for debugging output from iperender.
54
55
57 Otfried Cheong
58
59
61 Please report bugs using Ipe bugzilla at
62 http://ipe.otfried.org/bugzilla.html
63
64
66 Ipe is documented fully in The Ipe Manual, which is available online at
67 http://ipe.otfried.org/manual/manual.html .
68
69
70
71 June 27, 2009 IPERENDER(1)