About 50 results
Open links in new tab
  1. How to list only .doc or .xls files with the Windows dir command in …

    Apr 29, 2016 · How to list only .doc or .xls files with the Windows dir command in the cmd window? Asked 9 years, 6 months ago Modified 5 years, 6 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. Read .doc file with python - Stack Overflow

    Mar 15, 2016 · And, for some reason antiword also fails to read the '.doc' files and gives an error: 'filename.doc' is not a word document. # This happens when the file wasn't generated via MS …

  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 …

  5. How to generate Swagger.json file on build in .net 6.0?

    Sep 9, 2022 · I want to generate Swagger.Json file on build and use it in API gateway to configure the endpoints. I have tried following steps but its not working. Create a tool manifest: dotnet …

  6. Automation: how to automate transforming .doc to .docx?

    Use the application object to perform SaveAs by supplying to it the format and output filename Close the current document Loop through the above till you finish with all documents …

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

    Jan 15, 2015 · I have successfully done code to display a PDF file in the browser instead of the "Open/Save" dialog. Now, I'm stuck trying to display a Word document in the browser. I want …

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

  9. Create, insert text and save a Word doc in C# - Stack Overflow

    9 I've found loads of useful documentation around creating an instance of a word doc, inserting all manner of text and formatting but cannot find anywhere something to save a document that …

  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 5 years, 7 months ago Modified 1 year ago Viewed 16k times