<div dir="auto"><div dir="auto">There is also a lua script [0] for that purpose on the wiki ( I have not tried it ). It says:</div><div dir="auto"><br></div><div dir="auto">> Suppose you want to print notes for your presentation. If what you want is to print everything that can be seen on screen but use the least number of printed pages, then the following may be helpful. It removes any view whose layers are a subset of another view's layers. So incremental views are not shown. (The same can also be done by marking views in Ipe manually, but this script does it automatically.)</div><div dir="auto"><br></div>[0]: <a href="https://github.com/otfried/ipe-wiki/wiki/Presentations#printing-notes">https://github.com/otfried/ipe-wiki/wiki/Presentations#printing-notes</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 18 Mar 2023, 20:40 Otfried Cheong via Ipe-discuss, <<a href="mailto:ipe-discuss@lists.science.uu.nl">ipe-discuss@lists.science.uu.nl</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sat, Mar 18, 2023, at 15:05, Jacob Barandes via Ipe-discuss wrote:<br>
> Beamer has a "handout mode" that "flattens" one's PDF presentation so <br>
> that each slide is revealed all at once. That way a presentation that <br>
> has 15 slides has just 15 PDF pages in total, rather than ~100 pages to <br>
> handle all the step-by-step transitions within each slide. This makes <br>
> it much more convenient to share PDF presentations with people by email.<br>
><br>
> Is there any way to flatten an Ipe presentation in a similar way?<br>
<br>
The equivalent to Beamer's handout mode is implemented in Ipe in the ipetoipe program.<br>
<br>
Run <br>
<br>
ipetoipe -pdf -markedview presentation.pdf handouts.pdf<br>
<br>
to create handouts for your presentation.  This generates a PDF file that contains only the "marked" views from your presentation.   If you haven't done any marking, then this call will export the *last* view of *every* page - but you can actually fully control what happens by unmarking some of the pages or by marking views as needed.   You can mark views and pages using the checkboxes next to the view and page counter. <br>
<br>
Cheers,<br>
Otfried<br>
_______________________________________________<br>
Ipe-discuss mailing list<br>
<a href="mailto:Ipe-discuss@lists.science.uu.nl" target="_blank" rel="noreferrer">Ipe-discuss@lists.science.uu.nl</a><br>
<a href="https://mailman.science.uu.nl/mailman/listinfo/ipe-discuss" rel="noreferrer noreferrer" target="_blank">https://mailman.science.uu.nl/mailman/listinfo/ipe-discuss</a><br>
</blockquote></div>