Tagged Questions
0
votes
0answers
79 views
Using JavaScript to create a .doc file
Is it possible to create a .doc format file in JavaScript natively?
Currently I have a Mozilla addon which creates .txt files but curious to see if it could be extended to .doc ..
file = ...
0
votes
1answer
691 views
Batch converting doc/docx to pdf using Javascript
I'm working on a Java program that programmatically converts .doc- and .docx-files to pdf. I've tested several different ways to convert .doc- and .docx-files to pdf such as using several open source ...
7
votes
3answers
1k views
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 Node.JS with Express.js and we're hosted on Heroku. Because of this, I don't ...
0
votes
1answer
447 views
A fixed div with Javascript to scroll when a window is too small. DOC TYPE issue
I'm working on a site where I have to use a fixed DIV for the menu.
www.atelier2architecten.nl/index2.php
I'm trying to find a way to let the fixed div scroll horizontal.
Because, when je make your ...
1
vote
2answers
509 views
Dynamic creation of a doc/docx document on the users desktop
My site is HTML/Javascript with AJAX calling server-side PHP. I want to allow the user to click an icon and create a report from MySQL data and then save this on the client's desktop without doing a ...
-1
votes
1answer
82 views
Get data from a survey paper document
i know it could sound as a silly question but i was wondering if there's a way to get data from a survey on paper though: i mean, let's say i have a survey on paper with questions and some checkbox ...
2
votes
1answer
92 views
How can I make a webpage check to see if a link file has the wrong file type to check for another file type?
I am making a webpage that is going to have a large amount of Word documents linked on it for review. I am formatting Word lists of the files to be reviewed into a HTML page and use a macro to ...
1
vote
2answers
1k views
How to download doc file using javascript
I got the following error while trying to download file using java-script.
ERROR:
Internet Explorer cannot download Sample.doc from www.websitename.com.
Internet Explorer was not able to open this ...