Is it possible to add watermark on print document using pappl? #316
Closed
trinhtran-markany
started this conversation in
General
Replies: 2 comments 5 replies
-
PAPPL isn't intended for use this way - it can be used to implement IPP print services that macOS can send jobs to but it isn't a filtering mechanism per se. CUPS (as shipped with macOS) offers limited extension capabilities due to sandboxing. But the standard print dialog already offers watermarking... |
Beta Was this translation helpful? Give feedback.
5 replies
-
Your watermark filter needs to write PDF to stdout, otherwise the downstream filter (capdfgopdl in this case) won't have anything to print. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm developing a macOS application to trigger any printing action and modify the document content before sending to the printer, such as adding text to printing documents.
I would like to ask if the development is possible on macOS using pappl or cups? Regards!
Beta Was this translation helpful? Give feedback.
All reactions