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

feature request: automatically export PDF and undo animation splitting #23

Open
dave-doty opened this issue May 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dave-doty
Copy link

dave-doty commented May 6, 2024

I love ppsplit and am very grateful for it. What I describe below is a minor issue, but it would be nice to have.

When I use ppsplit, I first save my document, execute ppsplit, then select File-->Export-->Create PDF/XPS Document, then I close the PPT file and tell it not to save (so that the original file before the splitting is preserved).

It would be great if ppsplit could automate some of that. The most ideal scenario is this. When you click the ppsplit button, it

  1. creates a new document that is a copy of the current.
  2. splits animations across slides in the new document.
  3. selects File-->Export-->Create PDF/XPS Document. Some user interaction probably is necessary here to select the filename and confirm overwriting an existing PDF file with the same name (but if this could also be automated, that would be ideal).
  4. removes the new document. (also may not be possible)

The reason I suggest to create a new document is to reduce the chance that I accidentally save the split document. I've done this before, and only because I was using Dropbox was I able to recover the original, unsplit document. It would be a disaster if I didn't have a backup of the unsplit document, especially if I accidentally closed the document and lost the Undo history.

The other reason is that it would be nice if, to continue editing the document after running ppsplit, I didn't have to close Powerpoint (choosing not to save the split edits), then re-open. If ppsplit makes a new document, then the original can stay open and I can go back to editing it right away, instead of having to re-open it from disk.

An alternative to creating a new document first is, after exporting to PDF, to undo all the edits. But this could take some time, so creating a new document seems like the most straightforward way to preserve the original.

@maxonthegit maxonthegit added the enhancement New feature or request label May 9, 2024
@dkadioglu
Copy link

This would be a really great enhancement in my opinion. I use ppsplit in the exact same way. One small addition for step 4:
removes the new document or saves the new document with a suffix (at best configurable) e.g somepptx_ppsplit.pdf.
Thank you very much for ppsplit which helps me a lot since many years!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants