Answer the question
In order to leave comments, you need to log in
How to convert pdf to word?
Need to do it via console, Debian 9 system
sudo libreoffice --invisible --convert-to docx:"MS Word 2007 XML" 1.pdf
convert /var/www/trash/data/www/site/1.pdf -> /var/www/trash/data/www/site/1.docx using filter : MS Word 2007 XML
Error: Please verify input parameters... (SfxBaseModel::impl_store <file:///var/www/trash/data/www/site/1.docx> failed: 0xc10)
sudo libreoffice --invisible --convert-to pdf:writer_pdf_Export 2.docx
Answer the question
In order to leave comments, you need to log in
PDFs are different. There are text ones from which you can copy-paste fragments of text. And there are - sets of scanned pages (in pirated copies of books this is all the time). If you can still find utilities for the former, then for the latter the only way is to disassemble into bitmaps, run through OCR and save the result in Word format
No way.
It's like a picture in a raster and in a vector. A vector image (doc) can easily be converted to a raster image (pdf), but back a raster image to a vector one... well, there are tracers, but the results of their work, frankly, are #oops...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question