Top "Doc" questions

Questions about the old Microsoft Word file format and how to use it.

Convert DOC to PDF from Command Line

Anyone recommend a DOC to PDF converter that can be run from the command line? It seems like an easy …

windows pdf command-line docx doc
Parse Microsoft Office files in Node.JS

I'm working on a web application where users can upload Microsoft Office Document files. Right now, our server is running …

javascript node.js heroku express doc
How do you display a formatted Word Doc in HTML/PHP?

What is the best way to display a formatted Word Doc in HTML/PHP? Here is the code I currently …

php ms-word openxml doc
Nodejs: Convert Doc to PDF

I found some repos, which do not look as they are still maintained: https://github.com/gfloyd/node-unoconv https://github.…

node.js pdf doc
How can i convert html to word docx in python?

import pypandoc output = pypandoc.convert_file('file.html', 'docx', outputfile="file1.docx") assert output == "" It is generating new docx file …

python html ubuntu-16.04 doc
Reading doc and docx files using C# without having MS Office installed on server

I'm working on a project (asp.net, c#, vb 2010, .net 4) and I need to read both DOC and DOCX files, …

c# docx doc
Convert DOC file to DOCX with Java

I need to use DOCX files (actually the XML contained in them) in a Java software I'm currently developing, but …

java ms-office docx doc
Reading or Converting word .doc files iOS

How are other apps on iOS able to read and write word docs? I see some other questions related to …

ios objective-c c ms-word doc
Convert PDF to .docx with Python

I'm trying very hard to find the way to convert a PDF file to a .docx file with Python. I …

python pdf docx libreoffice doc
Should I use @return self, this or the current class?

I have a method that return the current object, how do I document this? /** * set something * * @return this */ public function …

php documentation phpdoc doc