8000 GitHub - TaisceCheol/pdf2docx: Simple Dockerfile to convert pdfs to docx using abiword on Ubuntu
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple Dockerfile to convert pdfs to docx using abiword on Ubuntu

Notifications You must be signed in to change notification settings

TaisceCheol/pdf2docx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

##Convert PDF to docx

Convert a PDF to docx using abiword, PDF should be located in same directory you execute the commmand from:

First build/pull the image:

docker build -t itmadublin/pdf2docx . docker pull itmadublin/pdf2docx

To run:

docker run --rm -v $(pwd):/opt pdf2docx [inputfile]

About

Simple Dockerfile to convert pdfs to docx using abiword on Ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0