We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today it is possible to apply a text to a generated pdf by using these commands:
WATERMARK="Tue Jan 24 05:25:50 PM CET 2023 For use by Customer Copyright © 2023 MiaMammaUsaLinux.org" convert -font Arial -pointsize 38 -gravity center -size 1920x1080 xc:transparent -fill lightgray -annotate 270x270+800+0 "$WATERMARK" slides/watermark.png img2pdf slides/watermark.png -o slides/watermark.pdf qpdf --overlay slides/watermark.pdf --repeat=1 -- slides/slides.pdf slides/slides.wm.pdf
This could be somehow included in the playbook.
The text was updated successfully, but these errors were encountered:
rascasoft
No branches or pull requests
Today it is possible to apply a text to a generated pdf by using these commands:
This could be somehow included in the playbook.
The text was updated successfully, but these errors were encountered: