Questions about the old Microsoft Word file format and how to use it.
0
votes
1answer
10 views
How can doc/docx files be converted to markdown or structured text?
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 will ...
0
votes
2answers
54 views
Header image is not being displaying at the time of downloading word document in c#
I have generated an html document on the fly and later downloading it as word file with .doc extension. The problem is that on my machine (localhost) logo image is being displaying successfully but ...
-2
votes
0answers
20 views
How to scan a document and save it as pdf in android? [closed]
I'm working on an app that I need to take a photo of it with the camera and convert it to PDF file.
Something like camScanner app, I don't need OCR, just a high quality document so I can print it ...
-1
votes
0answers
40 views
XML Reader got problems need help :[
XML File:
<?xml version="1.0" encoding="UTF-8"?>
<q>
<questions Question0="How old are u?">
<correct>18</correct>
</questions>
<questions ...
1
vote
1answer
50 views
Export from Java EE + Struts2 to DOC files
Someone knows any java library that allows me to export information to doc format, I appreciate variety.
My project is using Java EE and STRUTS2. So I need to evaluate and to compare the options.
...
1
vote
1answer
40 views
Retrieve title from thousands of ppt/xls/doc files
As the result of recovering data from a storage catastrophe, I ended up thousands of files named 0000000001.{doc,ppt.xls}, 0000000002.{doc,ppt.xls}, etc. The files are not corrupted.
Now my users ...
0
votes
1answer
74 views
C# Finding words in an office word document
I'm working on a program that would classify files to groups based on certain text found in them. Most of the files are possibly going to be .doc or .docx.
My program should be able to compare a ...
0
votes
0answers
66 views
Java : Microsoft word document to html converter style sheet
As required I am trying to convert doc or docx (Microsoft word) files to html format with Apache tika
I end up with following code which works fine,
But its not adding any style sheet to result ...
-1
votes
0answers
11 views
Integrate a .doc viewer in a desktop application [closed]
I need a way to integrate a .doc viewer in my java desktop application. Does anyone could help me ?
Thanks in advance.
1
vote
2answers
49 views
Visual Studio, C# how to add a doc file as a resource
I am trying to add a word document (.doc) to my project as a resource so i could open it with a button. Please help...
0
votes
1answer
88 views
How to read a Word Doc in C# so that it displays as if it was opened in Notepad
I am trying to read a Word Doc in C#, and then display the result in a textbox. But I don't want to read just the text, but instead read the whole file, special characters included. I need it to ...
-2
votes
0answers
14 views
word doc operators [closed]
I am extracting text from word documents to be displayed on a web page as a sort of a preview, they are simple enough .doc documents and I only need to replace a few things for it to display
I know ...
0
votes
0answers
32 views
How to replace duplicate bookmark defined in .DOT files while creation of word document from it in java code with openoffice?
How to replace duplicate bookmark defined in .DOT files while creation of word document from it in java code with openoffice?
I have writen following function to get TextRange by bookmark name. But I ...
0
votes
1answer
57 views
Image in template is not rendered in .doc file
I have a template that have some images one from file system and other are from project images folder.
Images in the template that are coming from the images folder is4 perfectly shown in the doc ...
0
votes
1answer
42 views
How to change duplicate rows to unique values in mysql databse
I have a database table with about 1M records. I need to find all duplicate names in this table and make them unique.
Id Name
1 A
2 A
3 B
4 C
5 C
Should be changed to...
Id Name
...
0
votes
0answers
77 views
QLPreviewController VS UIWebView in terms of render efficience and memory usage
I am working on an iPad project which lets users browse local docs, ppts, pdfs and etc..
I have two options to display these files:
First, I can use UIWebView to display them;
Alternatively, I can ...
-1
votes
2answers
55 views
Generating DOC/PDF with Python based on templates [closed]
All
I have a problem with Generating DOC/PDF Files in Python. I want to generate some dynamic data based templates. For exmaple, in a well documented templates, there are well-designed fonts, size ...
2
votes
3answers
113 views
How can I permit only .doc files for uploading?
Well this is my code but when I am trying to upload the doc file, the response is "Invalid file".....Thanks a lot. By the way my second question deals with rename of uploaded file to desired format ...
0
votes
0answers
55 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
0answers
92 views
How to extract text from .doc document using apache poi?
I used some code snippets below for extracting text from .doc file
HWPFDocument document = new HWPFDocument(new FileInputStream(inputFile));
Range range = document.getRange();
int len = ...
1
vote
1answer
150 views
PHP HTML Word Doc not showing image generated via URL
I have a php script that generates a word document by creating it in HTML and outputting it to .doc when attaching static images from my website, the images load fine in Microsoft Word 03 and 2010. ...
0
votes
1answer
419 views
VB macro in excel to save an active doc to PDF with name from a Cell
I'm new to the forum and I'm happy to be part of it. I've been having this specific problem for about three weeks now.
What I'm trying to do is to create a macro that automates a function for me. I ...
0
votes
2answers
69 views
save text as pdf or .doc from word processor
I used ckeditor in a web page to provide an interface for the user to create his/her document.
Is there any technique that can help me to save the contents from ckeditor to the PDF and .doc file ...
1
vote
1answer
181 views
.net program to parse .doc file
I want to create an application which will be able to parse doc/docx files structure of this file is shown bellow:
par-000.01 - some content
par-000.21 - some content
par-000.31 - some content
...
0
votes
1answer
271 views
PDF, DOC Library on Windows 8 (RT) [closed]
I'm looking for a Library, SDK to integrate directly PDF,DOC Reader in an Windows Store (Windows RT) application developped in C#.
After some researches, I saw that there are some PDF SDK like Foxit ...
1
vote
0answers
294 views
how to export my sql table to a .doc file using php and download it
I have a table with large amount of data in my sql database, i have to take a copy of .doc or .pdf format using PHP coding.
I have to download while clicking the Download Button in my Page.
In my ...
-1
votes
1answer
138 views
Docx/Pdf/etc and WebView
How I can laod doc/docx/pdf and xls files into WebView?
I tried to use loadData(myBase64, "mime type for example application/pdf", "base64), I tried to use loadUrl("file///...") - no effect.
Or how ...
0
votes
0answers
61 views
iOS- Storing page location of DOC and PPT files
I am looking for a way to save page location data from a DOC or PPT file opened within an app (iOS). With a PDF file, it knows and displays the current page when viewing. Is this feature possible for ...
0
votes
1answer
218 views
Codeigniter - Export Database data in DOC format
I want to export data in my MYSQL Database into a DOC file using Codeigniter.
My code is as follows:
view named 'profile_top_view.php' where anchor is declared as :
<?php echo ...
-2
votes
1answer
74 views
how to open from my a .doc file with another app android [closed]
I am trying to open a file. Doc with uri:
else if ( path.getLastPathSegment().contains("doc") ) {
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(path, ...