Closed kommade closed 11 months ago
Good job @kommade!
I just approved this PR.
I'll let @MartinThoma review those changes as well before merging,
as he may want to perform extra checks himself to ensure the behaviour of pdfly
has not changed,
or maybe suggest new unit tests.
By the way, are you contributing as part of https://hacktoberfest.com @kommade?
@MartinThoma : do you think that this could be merged? 🙂
@kommade I'm very sorry that it took me so long to review / merge this PR :see_no_evil:
I remember that I had a quick glance, but wanted to add a few tests. Then I didn't have time for that and forgot :sweat_smile: Always feel free to gently remind me of PRs - just like Lucas did :-)
Good work with the PR! There was a small off-by-one that was easy to fix with more tests.
Your contribution will be on PyPI latest tomorrow :-)
@Lucas-C Thank you for pinging me about this :hugs: And also for your help with the other issues/PRs/discussions :heart:
Hi! I actually just wanted to try contributing to public projects on github and it just happened to be hacktoberfest too! I'm glad it was accepted, no worries on the delay I wasn't too concerned anyway
Removed deprecated PdfMerger as in #31 and replaced with PdfReader and PdfWriter. No changes made to test_case as functionality seems to be exactly the same.
Closes #31