ABHILASH KM
ABHILASH KM
@MatthiasValvekens probably this might be the issue. Will explore this. In my case visible signature working fine(visible_sig_settings=fields.VisibleSigSettings(rotate_with_page=True)). When I'm trying to put stamp alone issue is happening. Couldn't able to...
Hi @MatthiasValvekens Anyway we can specify rotate with page option in stamp function. Or does that require changes in module?
We can fix the rotation issue of a PDF using the `transfer_rotation_to_content()` option in https://pypdf.readthedocs.io/en/3.15.4/user/add-watermark.html. https://pypdf.readthedocs.io/en/3.15.4/modules/PageObject.html?highlight=transfer_rotation_to_content#pypdf._page.PageObject.transfer_rotation_to_content I am adding it here because it may be helpful to someone looking for...