Skip to contents

Render media

Render media to different formats.

to_html()
Render slides as html file.
to_pdf()
Render slides as PDF file.
to_png()
Render slides as PNG file(s).
to_social()
Render png image of first slide sized for social media sharing.
to_gif()
Render slides as a GIF file.
to_mp4()
Render slides as an MP4 video file.
to_pptx()
Render slides as a PowerPoint file.

Deprecated

Deprecated functions from earlier package version (as {xaringanBuilder})

build_all()
Build slides to multiple outputs.
build_html() build_pdf() build_png() build_gif() build_mp4() build_pptx() build_social()
Deprecated Build Functions