watermark_stamp: Watermark Stamp

View source: R/watermark_stamp.R

watermark_stampR Documentation

Watermark Stamp

Description

Watermark Stamp

Usage

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
)

Arguments

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)

Value

a path of output PDF


pdfcombiner documentation built on Sept. 9, 2025, 5:56 p.m.