remove_pdf_document_pages: Remove pdf document pages

View source: R/pdf.R

remove_pdf_document_pagesR Documentation

Remove pdf document pages

Description

This function removes one or more pages from a pdf document, saving the original updated document (adding original_updated to the document name) and saving the removed pages as a separate pdf document (adding removed_pages to the document name). The path to the pdf document is requested if not provided.

Usage

remove_pdf_document_pages(pdf_path = NULL, pages_to_remove)

Arguments

pdf_path

path character string of pdf document.

pages_to_remove

numeric vector of page numbers to extract.

Value

path character string of pdf document.

See Also

Other pdf: count_pdf_document_pages(), merge_pdf_documents()


gcfrench/store documentation built on May 17, 2024, 5:52 p.m.