-
When scaling down content to fit it onto an a4 page, we noticed an issue where if a user has used the table of contents functionality to generate links to pages, each page that contains one of the "destination" links, will end up blank after the transformation. Environmentreproducible on python 3.9 and pypdf 3.17.1 Code + PDF
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This is a regression from 3.11.0, testing on 3.10.0 fixes the issue |
Beta Was this translation helpful? Give feedback.
-
using add_page you are loosing the link between pages that do exist in the source.
|
Beta Was this translation helpful? Give feedback.
-
This works great, thanks for that! |
Beta Was this translation helpful? Give feedback.
using add_page you are loosing the link between pages that do exist in the source.
this is the way I propose to do it: