Michael Dietrich
Michael Dietrich
I'd suggest an additional function (e.g. `appendAttachment`) as a prevention of confusion. Since I need such a functionality at work I'm trying to implement it by myself. As far as...
Does PyPDF somewhere make arrangements for updating the xref table when the PDF content is changed?
I see it does. By now I added a function which receives a file path or a list of file paths and adds them to the PDF (2210451). However existing...
@newnone Thank you very much for your hints. I (hopefully correctly) implemented them and did a PR.