Questions tagged [.doc]

A file extension for word processing documents; most commonly for Microsoft Word.

"doc" (an abbreviation of 'document') is a file extension for word processing documents; most commonly for Microsoft Word. Historically, the extension was used for documentation in plain-text format, particularly of programs or computer hardware, on a wide range of operating systems.

This document format has been superseded by the "docx" format as of Microsoft Word 2007 going forward.

155 questions
2
votes
1 answer

Convert DOC to PDF Without Interop or Aspose in C# code

I need to convert a document .doc to .pdf without using Microsoft Interop or Aspose cause this code using a licence(Aspose) or need to have Microsoft Office in server(Interop). How can I do it? Is that possible?
user7075856
2
votes
1 answer

Reading data from .doc or .docx and inserting into db

A vendor is providing content which needs to be inserted into the db. The content is basically questions with options and explanations. An example is below. ========================================= 1) What is the capital of United Kingdom? 1]…
shashi
  • 4,616
  • 9
  • 50
  • 77
2
votes
1 answer

How to export html page to ms. word (.doc) with external CSS?

I want to export html page to .doc format with external CSS. I'm using jQuery.wordexport.js and FileSaver.js. This is what I want to export:
Content
And this is the js: