typst / typst

A new markup-based typesetting system that is powerful and easy to learn.
https://typst.app
Apache License 2.0
34.82k stars 927 forks source link

Add text watermark when exporting PDF #1115

Closed siu91 closed 1 year ago

siu91 commented 1 year ago

Description

There are some internal documents, which are for the use of internal company employees only, and may not be used for any commercial purposes or non-company activities. So you want to add a watermark when exporting PDF。

Use Case

using the command line: typst compile path/to/source.typ path/to/output.pdf -w “my-pdf”

Enivex commented 1 year ago

This feature already exists. You can set a background,band watermarks is one suggested use.

https://typst.app/docs/reference/layout/page/#parameters--background