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

docx2pdf_uninstall

Uninstall 'docx2pdf'


Description

Removes 'docx2pdf' within a given 'python' distribution.

Usage

docx2pdf_uninstall()

Value

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

See Also

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

Examples

library(locatexec)

if(exec_available("python") &&
   exec_version("python") > numeric_version("3") &&
   docx2pdf_available()) {
  
  # this will uninstall and install '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_uninstall()
  docx2pdf_install()
  
}

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.