File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,13 @@ Return the number of pages for a given PDF
3636
3737### ` replace_page `
3838Replace 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
You can’t perform that action at this time.
0 commit comments