About 50 results
Open links in new tab
  1. Convert .doc files to pdf using python COM interface to Microsoft Word

    May 15, 2011 · How can I convert a Word document in PDF by calling the Word COM interface from Python?

  2. How do I render a Word document (.doc, .docx) in the browser using ...

    Jan 15, 2015 · Note: If you are looking for the best way to convert a doc/docx file on the client side, then probably the answer is don't do it. If you really need to do it then do it server-side, i.e. with libreoffice …

  3. multiple .doc to .docx file conversion using python

    Jul 20, 2016 · I want to convert all the .doc files from a particular folder to .docx file. I tried using the following code, import subprocess import os for filename in os.listdir(os.getcwd()): if filename.

  4. Parse Table data from a public google doc using Python

    Aug 24, 2024 · Please note that this is not a spreadsheet (Google sheet), but a doc. This doc contains some explanatory text at the beginning and then a table I need to read. How do I accomplish this …

  5. Read .doc file with python - Stack Overflow

    Mar 15, 2016 · 0 This code will run when if you are looking for how to read the doc file in python install the all related packages first and see the result. if doc_file:

  6. How to list only .doc or .xls files with the Windows dir command in the ...

    Apr 29, 2016 · How to list only .doc or .xls files with the Windows dir command in the cmd window? Asked 9 years, 11 months ago Modified 5 years, 11 months ago Viewed 10k times

  7. How do I extract data from a doc/docx file using Python

    I know there are similar questions out there, but I couldn't find something that would answer my prayers. What I need is a way to access certain data from MS-Word files and save it in an XML file.

  8. How read ".doc" file or how to Convert it to ".docx" using ASP.NET

    Jun 19, 2012 · How to convert ".doc" file to ".docx"? without using Word automation or any paid SDK like Aspose.Words. Searched a lot, I found open source solution for .docx only.

  9. Reading .doc file in Python using antiword in Windows (also .docx)

    Aug 7, 2018 · doc is an obsolete binary format. docx is a zip file containing XML documents. You can't just read either of them as if they were text files

  10. How to save table1 package output table to .doc format?

    Mar 23, 2020 · How to save table1 package output table to .doc format? Asked 6 years ago Modified 1 year, 5 months ago Viewed 17k times