Closed Lucas-C closed 1 month ago
hello i would like to work on this issue can you please assign it to me
hello i would like to work on this issue can you please assign it to me
Great! Sure, I just did so 🙂
Do you plan to work on this as part of https://hacktoberfest.com?
Also please tell us if you stop working on this, so that we can unassign this issue.
Thank you for assigning me this issue and yes i want to work on this as a part of https://hacktoberfest.com
Hi @pavankalyan224847
Are you still planning to work on this, or can we unassign you?
please unassign this issue i'll comeback later
Hi, I would like to work on this issue as a part of hacktoberfest 2024, so please assign this issue to me
Alright @Zingzy, I assigned this issue to you 🙂
Hello @Lucas-C I made a PR #58 for this issue, please check 😄
Closing this, it was implemented in https://github.com/py-pdf/pdfly/pull/58
We want to produce a warning (on stderr) when a user attemps to use
pdfly cat
to extract a range of pages that is outside the number of pages of the PDF document processed.We already have a unit test regarding this, so this feature could considered DONE when this unit test will pass: https://github.com/py-pdf/pdfly/blob/main/tests/test_extract_images.py#L20