htmlToPng: Converts any html into a png file

Description Usage Arguments Value

Description

Converts any html into a png file

Usage

1
2
htmlToPng(html, zoom = 1, rotate = 0, vwidth = 992, vheight = 74,
  cliprect = NULL, selector = NULL)

Arguments

html

HTML text to convert

zoom

Zoomfactor

rotate

Rotation 0 - 360

vwidth

viewport width to set screenshot boundaries

vheight

viewport height to set screenshot boundaries

cliprect

use cliprect to set screenshot boundaries

selector

use CSS selector toset screenshot boundaries

Value

A file name of the temporary png file created


behrica/tabletools documentation built on May 12, 2019, 10:06 a.m.