Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [.doc]

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

0 votes
0 answers
58 views

Formatting matrices in Word document

I have 5 matrices that I need to multiply. If I put them side to side in a line in Word, about 3 of them will be missing as they exceed the A4 size. I want to format them in such a way that once they ...
Muhammed Musa's user avatar
0 votes
2 answers
48 views

Import word documents with quanteda

Hello I'm not succeding in importing word documents quanteda. I'm using this command my_texts <- readtext::readtext("~/Users/grouetl/Documents/ProjetsLISE/Boimondau/Transcriptionstribunal/.doc*...
laurent_grouet's user avatar
0 votes
2 answers
825 views

Search .doc file for specific word with only standard Python libraries

I'm building a program that searches through many different file formats looking for specified keywords and I'm having some issues finding information on how to read .doc files. I was able to get ....
Bemofresh's user avatar
0 votes
1 answer
156 views

How to Convert drawn shapes of HWPFDocument to XSL FO?

I am trying to convert .doc file to PDF, For this I am initially trying to convert .doc > XSL-FO > PDF. On Converting the .doc to XSL-FO I am unable to convert the drawn objects such as checkbox,...
abhi's user avatar
  • 1
1 vote
0 answers
278 views

How can I easily display content of word document in Tkinter window while keeping orginal formating?

I have a Tkinter app, which has lengthy manual I already wrote with microsoft word. I want to display that manual (content) in a tkinter window. Word document has bold and italic formating as well as ...
Heikki's user avatar
  • 341
0 votes
0 answers
53 views

What is the best way to change the order of Field Codes in .docx and .doc files using C#?

Apologies if this question is vague. I have thousands of .docx and .doc files that need to be altered so that the field codes have a changed order. It is a relatively simple job to do manually, ...
Jon Wall's user avatar
-1 votes
1 answer
196 views

Can you convert .docm files to .docx using R? [closed]

I have about 100 .docm files that I need to convert to .docx. I am doing this because I am importing tables from the .docx files using the officer library (this does not work with .docm).
dunbar111's user avatar
  • 195
0 votes
1 answer
769 views

Adding Digital Signature to a word document using Open XML Format in C#

I've created a test word document using openxml. My next step is to add a digital signature at the end of the word document after a button click. Could someone if possible share a code for creating ...
Ruben Charles's user avatar
0 votes
1 answer
202 views

Problem in printing Russian characters in rendering .docx in Rmarkdown

I am trying to render a .docx file using Rmarkdown that includes Russian characters in the dataframe --- params: title: "Encoding Issue" output: bookdown::word_document2: reference_docx:...
u.ahmed's user avatar
0 votes
0 answers
87 views

Apache POI HWPFDocument help insert a hyperlink

Is it possible in CharacterRun how to set that this is a hyperlink? Or is there some other way? Help me please.
Press27's user avatar
-3 votes
1 answer
356 views

How to save a .doc file many times with different names in the same folder [duplicate]

I have a .doc file in my folder. I want to save the same .doc file many times with different names. Example: I have a .doc file named myfile.doc. I want it to be saved as myfile1.doc, myfile2.doc, ...
Hacker--Rohan Raj's user avatar
-2 votes
1 answer
224 views

.doc / .docx problem to display in browser

I am trying to find a solution for a website that I made so that the word documents will not download automatically anymore, but that they display directly in a new page in the browser when I click ...
Ionela M's user avatar
0 votes
1 answer
275 views

Replacing a phrase in a `.doc` file with python

I have a .doc file that contains text, I need to replace a particular phrase with another one in this document. I tried using python-docx but it doesn't support the .doc format. I also tried using the ...
Hassan Anwer's user avatar
0 votes
0 answers
53 views

Decrypting .doc file with syncfusion

I"m trying to open a .doc (word 1997-2003) with Syncfusion, in c#. I get the following error: "Specified password "x" is incorrect!", while it is correct... I do not have the ...
Danib's user avatar
  • 21
0 votes
1 answer
994 views

Bash: How to add text to a .MS Word (doc) file or an .html file?

I am a beginner in bash and have been trying to solve one annoying problem - I cannot add text to a MS Word (.doc) file. I managed to extract text but not insert one. I tried using sed command but it ...
DonK's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
11