Skip to contents

Remove the first page of a PDF file.

Usage

remove_cover_page_pdf(path)

Arguments

path

Path to a PDF file

Examples

if (FALSE) { # \dontrun{
remove_cover_page_pdf("my_file.pdf")

remove_cover_page_pdf("path/to/my/file.pdf")
} # }