.docx
We first have to convert the .docx
file to a PDF. This prevents any malicious macros or exploits to be executed.
Convert to PDF:
$ unoconv -f pdf file.docx
Safely view the PDF:
Last updated
We first have to convert the .docx
file to a PDF. This prevents any malicious macros or exploits to be executed.
$ unoconv -f pdf file.docx
Last updated