-
Notifications
You must be signed in to change notification settings - Fork 2
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
Batch processing #2
base: main
Are you sure you want to change the base?
Conversation
Hi, thanks for the pull request! I'm sorry, I must've missed it. Would you mind removing the .idea directory from the commit and making it compatible with the changes in #3? |
I think it would also be good if this were a command line option rather than the default behaviour. |
could default shell expansion be sufficient already? |
To run the script, you can use the following commands:
|
Thanks for the review. I now changed it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sill reverting changes from #5. I think it will be easiest if you get the latest version of the script in main
and make your changes on top of that.
Summary
This pull request introduces a new feature to the pdf-slides-utils that enables the script to automatically process all PDF files in the current directory. This enhancement eliminates the need to manually specify each file, significantly streamlining the workflow for users dealing with multiple PDFs.
Changes Made
pdfdeanimate-image.py
to iterate over all.pdf
files in the current directory.process_pdf(pdffile)
which encapsulates the existing logic for processing a single PDF file.Impact
Testing
The updated script has been tested with various PDF files to ensure reliability and consistent performance. All tests indicate that the script processes each file in the directory as expected, maintaining its functionality and efficiency.
Looking forward to your feedback and any further suggestions for improvement!