Is there a way to create a secure hidden watermark. The watermark packages do not seem secure, anyone can edit the pdf and change the text.
I guess it would convert the text in to an image and include that.
Is there a way to create a secure hidden watermark. The watermark packages do not seem secure, anyone can edit the pdf and change the text.
I guess it would convert the text in to an image and include that.
Have you tried to create a PDF/A document? Once created, it should not be editable.
Say that the file you create is watermarked-file.pdf
You can create the PDF/A version by means of another document:
\documentclass[a4paper]{article}
\usepackage{pdfpages}
\usepackage[a-1b]{pdfx}
\begin{document}
\includepdf[pages=-]{watermarked-file.pdf}
\end{document}
Or you can just include \usepackage[a-1b]{pdfx} in the preamble of your document, to avoid the additional step.
accsupppackage approach, 5) introduction of non-random typos, 6) etc. You don't specify how it must be detectable, though (via software, or via inspection). – Steven B. Segletes Sep 13 '19 at 11:54