Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[panelset] Printing slides with panelsets #45

Open
gadenbuie opened this issue Aug 27, 2020 · 1 comment
Open

[panelset] Printing slides with panelsets #45

gadenbuie opened this issue Aug 27, 2020 · 1 comment

Comments

@gadenbuie
Copy link
Owner

Maybe doing some JS magic to add slides for each panel, see https://www.tjvantoll.com/2012/06/15/detecting-print-requests-with-javascript/

@gadenbuie
Copy link
Owner Author

I've worked out a "low-tech" solution that uses {chromote} and essentially fakes a press to walk through the slides, printing each slide to PDF. Due to the dependency requirements, I don't think it's a good fit for this package, but I've published the source here: https://www.garrickadenbuie.com/blog/print-xaringan-chromote/

The advantage of this approach is that it will work with just about any slides, no matter how complicated, as long as you can walk through slides one-by-one using .

I'll leave this issue open as I might choose to pursue detecting a print request to add print CSS or re-arrange the slides.

@gadenbuie gadenbuie pinned this issue Jan 25, 2021
@gadenbuie gadenbuie changed the title [panelset] Print mode [panelset] Printing slides with panelsets Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant