Gthorsten65

Results 5 comments of Gthorsten65

Hi, I'm working on the same proejct as @geimist . I'm not shure if I unerstood it correctly, but I tried this: ```python from PyPDF2 import PdfReader, PdfWriter def splitt_pdf(pdf_file_name:str,...

Yes and no :-) I will do the same with a dokument with no personla data in it. The I will give you the files. Can I upload them here...

ok here they are: Test spiegel_A ist the one that passes the test, Test spiegel A_even fails. The 2nd one is produced with the above code [Test_spiegel_A.pdf](https://github.com/py-pdf/pypdf/files/10952040/Test_spiegel_A.pdf) [test_spiegel_A_even.pdf](https://github.com/py-pdf/pypdf/files/10952042/test_spiegel_A_even.pdf)

Sorry forget my comments. It is working. The Problem from myside was using pypdf2 :-( With pypdf it is working

hmm, ok sorry now I tested it with that what we want to do: And the validation error comes back. ```python def splitt_pdf(pdf_file_name:str, pages, new_name): pdf_file_path = pdf_file_name file_base_name =...