Batch processing#2
Open
xCatalitY wants to merge 5 commits into
Open
Conversation
Owner
|
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? |
Contributor
|
I think it would also be good if this were a command line option rather than the default behaviour. |
Owner
|
could default shell expansion be sufficient already? |
Author
|
To run the script, you can use the following commands:
|
Contributor
Author
|
Thanks for the review. I now changed it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.pyto iterate over all.pdffiles 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!