|
|
|
|
|
<pdfPage variable>.AddWatermark (Function) In french: <Variable pdfPage>.AjouteFiligrane Adds a watermark to a page of an existing PDF file. Note: This function can be used several times on the same page to add different watermarks. New in version 2025 MonFiligrane is Watermark
MonFiligrane.Text = "Confidentiel"
MonFiligrane.Police.Nom = "Arial"
MonFiligrane.Position = iCenterH + iBottom
MonPDF is pdfDocument = fRepExe() + [fSep()] + "ETAT_SansNom1.pdf"
MonPDF.Page[1].AjouteFiligrane(MonFiligrane)
PDFSave(MonPDF, fExeDir() + [fSep()] + "ETAT_SansNom1_Avec_Filigrane.pdf")
Syntax
<Page>.AddWatermark(<Watermark>)
<Page>: pdfPage variable Name of the pdfPage variable that corresponds to the page of the PDF file in which the watermark is to be added. <Watermark>: Watermark variable Name of the Watermark variable that corresponds to the watermark to be added to the page.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|