About 50 results
Open links in new tab
  1. 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.

  2. 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, 8 months ago Modified 5 years, 9 months ago Viewed 10k times

  3. Convert .doc files to pdf using python COM interface to Microsoft Word

    How can I convert a Word document in PDF by calling the Word COM interface from Python?

  4. 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:

  5. Convert Jupyter notebook into MS word document .doc?

    Nov 8, 2018 · In Jupyter Notebook, I am able to convert a notebook to pdf and HTML using nbconvert. However, there is no way to convert it into .doc (Word Document). Is there a way to convert it to MS …

  6. ms office - How can doc/docx files be converted to markdown or ...

    May 5, 2013 · Is there a program or workflow to convert .doc or .docx files to Markdown or similar text? PS: Ideally, I would welcome the option that a specific font (e.g. consolas) in the MS Word document …

  7. python - Best way to extract text from a Word doc without using COM ...

    Best way to extract text from a Word doc without using COM/automation? [closed] Asked 17 years, 4 months ago Modified 3 years, 7 months ago Viewed 82k times

  8. How to create a langchain doc from an str? - Stack Overflow

    Jun 25, 2023 · I've searched all over langchain documentation on their official website but I didn't find how to create a langchain doc from a str variable in python so I searched in their GitHub code and I …

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

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

  10. Convert Word doc, docx and Excel xls, xlsx to PDF with PHP

    19 Well my 2 cents when it comes to the topic word 2007 docx, word 97-2004 doc, pdf and all other types of MS Office wishing to be "converted from y to z but in real they don't wanna be". In my …