density

open fun density(@IntRange(from = 1) densityDpi: Int): HtmlToPdfConverter

Sets the density that should be used when converting HTML images to PDF. Defaults to 300 dpi.

Parameters

densityDpi

Density to use in dots per inch.