PDF watermark show on print?

Hello

I see aspose PDF allows watermarks in PDF files. However can it create watermarks that only appear when printed? In Adobe Acrobat Professional, there is an option to add a watermark (foreground) and to have it display only when printed, and not on screen. Thank you.

Hi,

Thank you for considering Aspose.

I am afraid that this feature is not supported.

Thanks.

Upping really old thread, is there any change for this after all these years?

@neurocid,

With Aspose.PDF API, you can add a Watermark using PdfFileStamp class, save the output PDF in the memory stream object, use PdfViewer class to import the output PDF stream, and then send a print command to the printer. Please refer to these help topics: Adding Stamp in a PDF file and Working with PDF printing (Facades). Kindly let us know in case of any further queries or assistance.

1 Like