R6GeneratorNote: Generated by r6-generator-maven-plugin: remove this line if you want to make manual changes and dont want them to get overwritten Type: Package Package: html2pdfr Title: R Wrapper For Openhtmltopdf Java Library Version: 0.4.5 Authors@R: c( person(given = "Rob", family = "Challen", email = "rob.challen@bristol.ac.uk", comment = structure("0000-0002-5504-7768", .Names = "ORCID"), role = c("aut", "cre"))) Description: HTML and CSS do a good job at automatically laying out and styling content particularly in tables, however it is not natively designed for pagination. This library converts HTML content into PDF and PNG formats for embedding into LaTeX documents, within the constraints of page sizes. It allows use of HTML table layout from HTML first libraries such as 'gt' and 'huxtable' within latex documents. It allows HTML content to grow in width up to the page dimensions, but preventing it from overflowing, and without forcing table layout to be wider than it would normally be. This heurisitic calculation of the output size up to fit within set limits is one of the differentiators between this and other HTML to PDF converters. Although the focus is on tables, any basic HTML content can be rendered, including simple SVG and MathML, up to the support of the underlying HTML rendering engine (https://github.com/danfickle/openhtmltopdf). License: LGPL-3 Encoding: UTF-8 VignetteBuilder: knitr Suggests: here, readr, huxtable, dplyr, knitr, rmarkdown, testthat Imports: systemfonts, rJava, R6, fs, rappdirs, utils, magrittr, rlang, xml2, stringr URL: https://terminological.github.io/html2pdfr/docs/index.html, https://github.com/terminological/html2pdfr BugReports: https://github.com/terminological/html2pdfr/issues RoxygenNote: 7.3.1 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev make default-jdk libicu-dev libuv1-dev libxml2-dev Repository: https://terminological.r-universe.dev Date/Publication: 2024-04-24 15:01:18 UTC RemoteUrl: https://github.com/terminological/html2pdfr RemoteRef: 0.4.5 RemoteSha: 65dcb2445ca2cbad0044a375014dcafcd6b94c6d NeedsCompilation: no Packaged: 2026-04-08 09:42:47 UTC; root Author: Rob Challen [aut, cre] (ORCID: ) Maintainer: Rob Challen