Skip to content

Commit 55c9d12

Browse files
Himakshi Salhotramahour
authored andcommitted
lint removal
1 parent 8e43df0 commit 55c9d12

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/pages/overview/pdf-services-api/howtos/pdf-watermark-api.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,29 @@ PDF Watermark API is a cloud based solution to apply watermark on specified page
1010
![PDF Watermark](../watermark_overview.png)
1111

1212
## Input Parameters : **Required**
13+
1314
Supported format is PDF (application/pdf). Input PDF with version 1.6 and above is supported.
1415

1516
### Input Document
1617

17-
A PDF document to which a watermark will be applied.
18+
A PDF document to which a watermark will be applied.
1819

1920
### Watermark Document
2021

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.
2223
The output generated will retain the content along with the watermark from the first page.
2324

2425
## Watermark Parameters
2526

2627
### 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.
2830
The page ranges are specified as an array of objects whose length cannot exceed beyond 20. Each object has the following properties:
2931
* **Start Page** (*start*) : The first page number of the range. Default value is 1.
3032
* **End Page** (*end*) : The last page number of the range. Default value is the last page of the document.
31-
32-
33+
:
3334
### Appearance (_appearance_)
35+
3436
* **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.
3537
* **Opacity** (*opacity*) : Specifies the opacity of the watermark, represented as an integer percentage value ranging from 0 to 100. The default value is 100.
3638

@@ -71,4 +73,4 @@ curl --location --request POST 'https://pdf-services.adobe.io/operation/addwater
7173
"appearOnForeground": true
7274
}
7375
}'
74-
```
76+
```

0 commit comments

Comments
 (0)