You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/overview/pdf-services-api/howtos/pdf-watermark-api.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,29 @@ PDF Watermark API is a cloud based solution to apply watermark on specified page
10
10

11
11
12
12
## Input Parameters : **Required**
13
+
13
14
Supported format is PDF (application/pdf). Input PDF with version 1.6 and above is supported.
14
15
15
16
### Input Document
16
17
17
-
A PDF document to which a watermark will be applied.
18
+
A PDF document to which a watermark will be applied.
18
19
19
20
### Watermark Document
20
21
21
-
A PDF document whose first page will be used as a watermark for the input document.
22
+
A PDF document whose first page will be used as a watermark for the input document.
22
23
The output generated will retain the content along with the watermark from the first page.
23
24
24
25
## Watermark Parameters
25
26
26
27
### Page ranges (_pageRanges_)
27
-
Specifies the number of pages on which the watermark will be applied. Page numbers are indexed from 1 to N.
28
+
29
+
Specifies the number of pages on which the watermark will be applied. Page numbers are indexed from 1 to N.
28
30
The page ranges are specified as an array of objects whose length cannot exceed beyond 20. Each object has the following properties:
29
31
***Start Page** (*start*) : The first page number of the range. Default value is 1.
30
32
***End Page** (*end*) : The last page number of the range. Default value is the last page of the document.
31
-
32
-
33
+
:
33
34
### Appearance (_appearance_)
35
+
34
36
***Foreground** (*appearOnForeground*) : Specifies the placement of the watermark on the page. It can appear in the foreground or background. The default value is false, placing the watermark in the background.
35
37
***Opacity** (*opacity*) : Specifies the opacity of the watermark, represented as an integer percentage value ranging from 0 to 100. The default value is 100.
36
38
@@ -71,4 +73,4 @@ curl --location --request POST 'https://pdf-services.adobe.io/operation/addwater
0 commit comments