Skip to content

Commit 5ea7be4

Browse files
author
user
committed
Updating the readme.
1 parent 4aab8e5 commit 5ea7be4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@ Return the number of pages for a given PDF
3636

3737
### `replace_page`
3838
Replace a page in a PDF (pdf_path) by the PDF pointed by pdf_to_insert_path.
39-
- pdf_path is the PDF that will have its page replaced.
40-
- page_number is the number of the page in pdf_path to be replaced. It is 1-based.
41-
- pdf_to_insert_path is the PDF that will be inserted at the old page.
39+
- `pdf_path` is the PDF that will have its page replaced.
40+
- `page_number` is the number of the page in pdf_path to be replaced. It is 1-based.
41+
- `pdf_to_insert_path` is the PDF that will be inserted at the old page.
42+
43+
### `stamp`
44+
Applies a stamp (from `stamp_pdf_path`) to the PDF file in `pdf_path`. Useful for watermark purposes.
45+
If not `output_pdf_path` is provided, it returns a temporary file with the result PDF.
4246

4347

4448
## Example

0 commit comments

Comments
 (0)