Category "pypdf"

Copying a section from PDF with filled fields in Python

I will try to describe the process. Fill in the fields "Textové pole60" with value "123456789"in the interactive PDF using the following code and save it

convert from pdf to text: lines and words are broken

I want to convert a pdf file to text by PyPDF2 but converted text looks differents from PDF file. Specifically, one line in PDF is broken into multiple lines in

PyPDF2 nested bookmarks with same name not working

When you try and nest several bookmarks with the same name, PyPDF2 does not take it into account. Below self-contained python code to test what I mean (you need