PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Add a watermark on all pages of a Word-document
Add a watermark on all pages of a Word-document
Iniciado por tonny.neirynck, 06,ago. 2018 15:50 - No hay respuesta
Publicado el 06,agosto 2018 - 15:50
Hi,

I want to add a watermark in a Word-document and then finally create the pdf. Watermark = image with tekst horizontal- and with tekst vertical-oriented.
I'm using a word processing control or a document variable, name= wpcReport:
elt is docElement
elt..Type = typeDocElementImage
elt..Image..Wrapping = docWrappingBehindTheText
DocInsert(wpcReport, wpcReport..Cursor, elt)

This works on the first page only, but how can I add the watermark on all pages?
Can someone help me with this, please?