Install 'docx2pdf'
Downloads and installs 'docx2pdf' within a given 'python' distribution.
docx2pdf_install(force = FALSE)
force |
Whether to force to install (override) 'docx2pdf'. |
a single logical value, FALSE if the operation failed, TRUE otherwise.
Other tools for docx2pdf:
docx2pdf_available()
,
docx2pdf_uninstall()
,
docx2pdf()
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() }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.