hsPrepPdf: Prepare Writing of PDF File

View source: R/pdf.R

hsPrepPdfR Documentation

Prepare Writing of PDF File

Description

Deprecated. Please use preparePdf instead.

Usage

hsPrepPdf(
  strPdf = tempfile(fileext = ".pdf"),
  boolLandscape = TRUE,
  bordW = 2,
  bordH = 2,
  makeCur = TRUE,
  ...
)

Arguments

strPdf

see argument pdfFile in preparePdf

boolLandscape

see argument landscape in preparePdf

bordW

see argument borderWidth.cm in preparePdf

bordH

see argument borderHeight.cm in preparePdf

makeCur

see argument makeCurrent in preparePdf

...

see ... in preparePdf


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.