1IPETOIPE(1) General Commands Manual IPETOIPE(1)
2
3
4
6 ipetoipe - Convert between Ipe file formats
7
9 ipetoipe ( -pdf | -xml ) { options } input-file [ output-file ]
10
11
13 ipetoipe converts between the two Ipe file formats XML and PDF.
14 Options are:
15
16 -pdf convert to PDF format
17
18 -xml convert to XML format
19
20 -export
21 do not include Ipe markup in the output file.
22 Warning: this means that Ipe will not be able to read the
23 resulting output file.
24
25 -pages from-to
26 restrict exporting to PDF to this page range. This implies the
27 -export option.
28
29 -view page-view
30 only export this single view from the document. This implies
31 the -export option.
32
33 -markedview
34 create a PDF page only for the marked views of marked Ipe pages.
35 This is for instance convenient for making handouts for slides
36 used in a presentation. This implies the -export option.
37
38 -runlatex
39 run Latex even for XML output. This has the effect of including
40 the dimensions of each text object in the XML file.
41
42 -nozip do not compress streams in PDF or Postscript output.
43
44
46 ipetoipe respects the following environment variables:
47
48
49 IPELATEXDIR
50 the directory where ipetoipe runs Pdflatex.
51
52
53 IPELATEXPATH
54 the directory containing pdflatex and xelatex. If not set, they
55 are searched for on the path.
56
57
58 IPEDEBUG
59 set this to 1 for debugging output.
60
61
63 Otfried Cheong
64
65
67 Please report bugs using Ipe bugzilla at
68 http://ipe.otfried.org/bugzilla.html
69
70
72 Ipe is documented fully in The Ipe Manual, which is available online at
73 http://ipe.otfried.org/manual/manual.html .
74
75
76
77 June 27, 2009 IPETOIPE(1)