Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

docx2pdf_install

Install 'docx2pdf'


Description

Downloads and installs 'docx2pdf' within a given 'python' distribution.

Usage

docx2pdf_install(force = FALSE)

Arguments

force

Whether to force to install (override) 'docx2pdf'.

Value

a single logical value, FALSE if the operation failed, TRUE otherwise.

See Also

Other tools for docx2pdf: docx2pdf_available(), docx2pdf_uninstall(), docx2pdf()

Examples

library(locatexec)

if(exec_available("python") &&
   exec_version("python") > numeric_version("3") &&
   !docx2pdf_available()) {
  
  # this will install and uninstall 'docx2pdf' (i.e. `pip install docx2pdf`)
  # in your python environnement. It can run during 10s and
  # require user to have write permission in python environnement.
  docx2pdf_install()
  docx2pdf_uninstall()
  
}

doconv

Document Conversion to 'PDF' or 'PNG'

v0.1.2
MIT + file LICENSE
Authors
David Gohel [aut, cre], ArData [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.