Skip to content

Commit 359fda4

Browse files
Himakshi SalhotraHimakshi Salhotra
authored andcommitted
evangelist review comments
1 parent 53af7ee commit 359fda4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ PDF Watermark is currently accessible through the REST API only.
77

88
# PDF Watermark
99

10-
A watermark in a document is usually semi-translucent or faded text, a logo, or a pattern placed in the background or foreground of the page for security, authenticity, and branding.
11-
10+
A watermark in a document is usually semi-transparent or faded text, a logo, or a pattern placed in the background or foreground of the page for security, authenticity, and branding.
1211
PDF Watermark API is a cloud based solution to apply watermark on specified pages of a PDF document using a source file.
1312

1413
![PDF Watermark](../watermark_overview.png)
@@ -34,7 +33,7 @@ Specifies the number of pages on which the watermark will be applied. Page numbe
3433
The page ranges are specified as an array of objects whose length cannot exceed beyond 20. Each object has the following properties:
3534
* **Start Page** (*start*) : The first page number of the range. Default value is 1.
3635
* **End Page** (*end*) : The last page number of the range. Default value is the last page of the document.
37-
:
36+
3837
### Appearance (_appearance_)
3938

4039
* **Foreground** (*appearOnForeground*) : Specifies the placement of the watermark on the page. It can appear in the foreground or background. The default value is true, placing the watermark in the foreground.

0 commit comments

Comments
 (0)