About 50 results
Open links in new tab
  1. 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, 9 months ago Modified 5 years, 9 months ago Viewed 10k times

  2. 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.

  3. 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 …

  4. Allow only pdf,doc,docx format for file upload? [duplicate]

    7 For only acept files with extension doc and docx in the explorer window try this

  5. Vscode extension Continue.dev cannot index a new Doc

    Oct 14, 2024 · Anyone succeeded in indexing a custom doc using Continue.dev vscode extension? I tried to follow the doc Indexing Your Own Documentation my embeddingsProvider is as follow { …

  6. c# - Convert Word doc and docx format to PDF in .NET Core without ...

    Oct 5, 2017 · I need to display Word .doc and .docx files in a browser. There's no real client-side way to do this and these documents can't be shared with Google docs or Microsoft Office 365 for legal …

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

  8. 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?

  9. 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 …

  10. zip - How does the .doc format work? - Stack Overflow

    Sep 24, 2008 · From Wikipedia: The DOC format varies among Microsoft Office Word Formats. Word versions up to 97 used a different format from Microsoft Word version between 97 and 2003. It …