mdp / SlidePrint

Print and Capture any DocSend deck or document
MIT License
22 stars 3 forks source link

Add the ability to save non-printable presentations #3

Open tigerblue77 opened 1 year ago

tigerblue77 commented 1 year ago

Hello, thanks for the great work you've done here.

Everything is in the title, I have presentations which does not offer the ability to be saved neither printed : image

mdp commented 1 year ago

With the current extension, you should be able to click the SlidePrint button when you're on the page:

image

And it should iterate through the slides, then open a new tab with the resulting printable slide deck. The way it works is by using Chrome's built in tab capture to snap an image of the page, and then crop it down to only the slide. Reopen this if that doesn't work.

tigerblue77 commented 1 year ago

Nothing happens when I click on it with a non-printable file (using Chrome 114.0.5735.111)

mdp commented 1 year ago

Was this by chance in Incognito mode? There was a bug where it didn't work in Incognito mode at all.

https://github.com/mdp/DocsendPrint/releases/tag/v2.0.2

Start on slide 1 in the deck, click the "SlidePrint" icon and it should start advancing the deck one slide at a time and capturing the content.