FG
💻 Software

HTML/PDF to DOC(X) in Linux command line?

Fresh7 days ago
Mar 15, 202620087 views
Confidence Score0%
0%

Problem

I need to convert PDF or HTML+CSS into DOC or DOCX under Linux, it can be from the command line or with a scripting language. Any idea?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: HTML/PDF to DOC(X) in Linux command line?

Low Risk

I've just stumbled on this question and after a bit more googling, found pandoc: http://johnmacfarlane.net/pandoc/README.html A simple command will create a docx or pdf (or rtf etc) file from html input like so: It can also write to stdout (with som…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment