L
L
ldmitriy2016-11-05 16:41:00
PHP
ldmitriy, 2016-11-05 16:41:00

Convert docx,doc on the web?

The user selects a file (word) in the form, then this form is sent and on the server you need to make html from this file;
How to implement this on a hosting without PHPWord, what are the ways? any technology will go, I've already rummaged through everything, except for php, if possible, nodejs or python will go

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Goryachev, 2016-11-05
@webirus

Well, maybe through a third-party API then?
https://convertio.co/en/api/

S
sim3x, 2016-11-05
@sim3x

www.python-excel.org

K
klusha, 2016-11-24
@klusha

There is a working flask + celery + word api application, it works like this: flask receives a file and starts the conversion task to celery, a worker connected to celery (windows virtual machine) performs the conversion (a macro was written in BASIC that opens the document in Word and saves as html (+there is the possibility of pagination of the output html)) if you are interested, I will be happy to help)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question