View source: R/watermark_stamp.R
| watermark_stamp | R Documentation |
Watermark Stamp
watermark_stamp(
input_pdf,
output_pdf,
watermark_text,
watermark_fontsize = 50,
watermark_col = "gray80",
fallback_col = "gray80",
watermark_alpha = 0.6,
watermark_rot = 45,
watermark_fontface = "bold",
watermark_height = 11,
watermark_width = 8.5
)
input_pdf |
Path of input PDF |
output_pdf |
Path of output PDF |
watermark_text |
Watermark text |
watermark_fontsize |
Watermark fontsize |
watermark_col |
Watermark color |
fallback_col |
Fallback color to use |
watermark_alpha |
Watermark alpha |
watermark_rot |
Watermark rotation angle |
watermark_fontface |
Watermark fontface (one of "plain", "bold", "italic", "bold.italic") |
watermark_height |
Watermark overlay height (inches) |
watermark_width |
Watermark overlay width (inches) |
a path of output PDF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.