How to make PDF annotations part of the file in Swift and PDFKit?
I am adding a watermark to the first page of a pdf using annotations in swift. The issue is that in the iOS print sheet the “Show annotations” toggle now pops up. If the user turns that off the watermark will not show on the printed pdf. Is there a way to make the annotation part of the pdf vector file so that the user cannot remove it? Or should I go about this watermarking in a different way?