Skip to content

Instantly share code, notes, and snippets.

@jyotidhiman0610
Last active June 14, 2018 12:41
Show Gist options
  • Save jyotidhiman0610/025c80e9bc1f374967f45636daad506d to your computer and use it in GitHub Desktop.
Save jyotidhiman0610/025c80e9bc1f374967f45636daad506d to your computer and use it in GitHub Desktop.
How to Convert pdf files to docx files on Ubuntu

Method 1:

PDF files can be imported in libreoffice, changes can be made to them post import and after changes those files can be exported to the pdf format again.

Method 2:

Install Abiword using

sudo apt-get install abiword

Perform the conversion: abiword --to=doc example.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment