Copy link to clipboard
Copied
Is it possible to add a watermark on .pdf documents displayed with adobe pdf embed api?
I am trying to do that with annotations, but it seems that in_line view and annotations are incompatible.
Copy link to clipboard
Copied
Watermarks are not possible with the current product. You can add watermarks in Adobe Acrobat though. Were you thinking of adding a custom watermark each time someone opened the PDF?
Copy link to clipboard
Copied
Yes. I need to add a custom watermark for each individual access to the pdf file. It changes for each individual user.
Copy link to clipboard
Copied
It can be metadata too.
I have almost managed to do that with the annotations api. But it seems incompatible with inline view. Or am I missing something?
Copy link to clipboard
Copied
There might be a work around.
Pretend that IN_LINE had an annotation API. What exactly do you want to happen? When does the annotation get added? where? what does it look like?
Copy link to clipboard
Copied
I would like to add an annotation just as I would if I were using embedMode FULL_WINDOW and it would show up. The current implementation does not allow me to add an annotation if the embed mode is anything but FULL_WINDOW. Is there any way around it?