Type: Package Package: doconv Title: Document Conversion to 'PDF', Thumbnails and Visual Testing Version: 0.4.0 Authors@R: c( person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre")), person("ArData", role = "cph"), person("David", "Hajage", role = "ctb", comment = "initial powershell code") ) Description: Provides the ability to generate images from documents of different types. Three main features are provided: generating document thumbnails, performing visual tests of documents, and updating fields and tables of contents of a 'Microsoft Word' or 'RTF' document. 'Microsoft Word' and/or 'LibreOffice' must be installed on the machine. If 'Microsoft Word' is available, it can produce PDF documents or images identical to the originals; otherwise 'LibreOffice' is used and the rendering may sometimes differ from the original documents. License: MIT + file LICENSE BugReports: https://github.com/ardata-fr/doconv/issues Depends: R (>= 4.0.0) Imports: gdtools, locatexec, magick, pdftools, processx, tools Suggests: curl, flextable, ragg, testthat, tinytest, webshot2 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: LibreOffice, Microsoft Word Config/pak/sysreqs: libcairo2-dev libfontconfig1-dev libfreetype6-dev libmagick++-dev gsfonts libjpeg-dev libssl-dev libpoppler-cpp-dev poppler-data Repository: https://ardata-fr.r-universe.dev Date/Publication: 2026-02-14 17:55:04 UTC RemoteUrl: https://github.com/ardata-fr/doconv RemoteRef: HEAD RemoteSha: 3aaac8b57c51901d48a29ce5b1f80e9fea12ae9e NeedsCompilation: no Packaged: 2026-07-04 02:11:41 UTC; root Author: David Gohel [aut, cre], ArData [cph], David Hajage [ctb] (initial powershell code) Maintainer: David Gohel