Arthur Pinheiro

Results 112 comments of Arthur Pinheiro

Please, let me know when I can test the fix in other PDF files I have.

> A PR still draft is available. I still have the issue using your fork with my code. Should I change anything to make it work?

> `w.add_page(r.pages[i],("/Annots","/B"))` This feels a bit weird for me. In pikepdf we don't need to use any different parameter to make it work. It just works.

> I'm away only with my phone until 5th of October. I'll look into it after that (please remind me if I don't answer on 6th 😅) @MartinThoma Done!

> @xilopaint, > If you want to try,I've completed the PR with all the functions from PdfMerger. > You just need to change PdfMerger by PdfWriter (no other change required)...

> Before Issuing, some extra test should be done. @xilopaint, If you can carry on your test. And some cleanup (mypy) will be required. @pubpub-zz It looks like the PR...

@pubpub-zz you can reproduce the issue with the following sample code and PDF file: [foo.pdf](https://github.com/py-pdf/PyPDF2/files/9794918/foo.pdf) ```python3 #!/usr/bin/env python3 from PyPDF2 import PageObject, PdfReader, PdfWriter reader = PdfReader("foo.pdf") writer = PdfWriter()...

> @xilopaint > thanks for the trouble report. the problem seems to be solved, can you confirm? @pubpub-zz yes, it's fixed.