Skip to content

Instantly share code, notes, and snippets.

View mrfambo's full-sized avatar
🏃‍♂️
Chasing Dream

Ali Muqaddas mrfambo

🏃‍♂️
Chasing Dream
View GitHub Profile
@mrfambo
mrfambo / pdf2docx.py
Created December 22, 2017 05:40 — forked from eyecatchup/pdf2docx.py
Convert PDF files to Microsoft Office Word compatible doc/docx files, using LibreOffice's command line interface.
#!C:/Python27/python.exe
#
# Convert PDF files to Microsoft Office Word compatible doc/docx files,
# using LibreOffice's command line interface.
#
# http://stackoverflow.com/questions/26358281/convert-pdf-to-doc-python-bash
# http://ask.libreoffice.org/en/question/20111/converting-files-using-soffice-convert-to-with-embedded-images-html-to-doc/
# http://cgit.freedesktop.org/libreoffice/core/tree/filter/source/config/fragments/filters
#