DOC: merge_transformed_page()#1647
DOC: merge_transformed_page()#1647MartinThoma merged 3 commits intopy-pdf:mainfrom paternal:merge_transformed_page
Conversation
Codecov ReportBase: 91.92% // Head: 91.92% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #1647 +/- ##
=======================================
Coverage 91.92% 91.92%
=======================================
Files 33 33
Lines 6375 6375
Branches 1272 1272
=======================================
Hits 5860 5860
Misses 327 327
Partials 188 188 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
@paternal |
Unless I misunderstood you, it is already done that way: since most of the examples on this page use
This page? https://pypdf.readthedocs.io/en/stable/user/add-watermark.html?highlight=watermark |
I did not read correctly your proposal with the diff mod of github 🤭
yes🙂 |
|
Done. English is not my first language: feel free to rephrase everything. |
|
|
||
| # Transforming several copies of the same page | ||
|
|
||
| We have designed the following business card (A8 format) to advertize our new startup. |
|
@paternal Thank you 🙏 If you want, I can add you to the contributors page: https://pypdf.readthedocs.io/en/latest/meta/CONTRIBUTORS.html |
Louis Paternault https://framagit.org/spalax Thanks |
|
done :-) |
There is no example for
merge_transformed_page(), although several issues could have been avoided if such an example existed (#1630, #1426, and issues that users do not bother to open). This pull request adds such an example.Thanks for your work!
-- Louis