Most voted "word" questions
Word or Microsoft Word is a word processing program with a wide range of tools.
Learn more…43 questions
Sort by count of
-
5
votes1
answer537
viewsHow to open a password protected Word document?
I can normally open a file .docx in Word using the desktop.open java, but there is a case where I need to open the document that is password protected and Word opens asking for it. Is there any way…
-
5
votes3
answers1448
viewsConverting word file to pdf
There is a free library that I can convert word file to pdf ? I have word file saved database with type varbinary(MAX) and I recover as byte[] in C# and I want to convert word to pdf to show on HTML…
-
3
votes4
answers12456
viewsVBA - How to split a word direct mail into multiple files . pdf
Personally, my case is as follows: I participate in the organization of some events in the area of IT and free software and the printing of certificates is always a problem. In the last event I…
-
3
votes1
answer505
viewsConverting DOCX File to PDF C#
I have an application and need to convert a file DOCX for PDF without losing formatting. I found some DLL that help, but for corporate use have to buy license so it gets complicated. Complementing…
-
3
votes1
answer803
viewsReplace a variable within a Word file
I am trying to do in C# (Windows Form application) print a Word .doc only that exchanging some vestments of the type @Nome by a string. In short, I have a contract and I need to print it. Stating…
-
2
votes1
answer370
viewsHow to read text from a Word document text box via C#
I am using Interop to manipulate a word, through an application console. using Word = Microsoft.Office.Interop.Word; I can extract the byte array, save as PDF, as image etc, but a relatively simple…
-
2
votes1
answer287
viewsMerge two Word documents
I have a problem and would like a force, I have a project but I have no code to include my question. Client is requesting a button that joins 2 or more. docx files and turns into 1 only or sends to…
-
2
votes1
answer9018
viewsHow to leave code in language format within word
I currently have a code in the C language. I need to present this code in a PDF or .doc. But formatting a code in Microsoft Word to make it equal in the IDE is very laborious. Is there any tool that…
-
1
votes0
answers687
viewsGenerate document . doc using HTML to format text and fixed footer on all pages
I have a big problem to generate a file .doc specific. My file .doc has a very complex table like document header, but this header will be done by hand and will not have to repeat on all pages. As…
-
1
votes1
answer608
viewsHow can I automatically format equations in Word 2013?
I use Microsoft Word as a text editor (Office 2013 package). I built document with a document with numerous equations making use of the tool Microsoft Equation 3.0. However every time I save the…
-
1
votes0
answers538
viewsGenerating DOC from HTML content
I’m using the plugin Phpword to convert HTML text into a . docx file But when I go to download the generated file, I get only with very crazy characters like: PK#############!…
-
1
votes1
answer1554
viewsConvert a word(DOC,DOCX) document to PFD using PHP or Javascript
I wonder if there is the possibility of converting a Word file (.doc,.docx) to a . pdf file using Php or Javascript (or something similar). For example: the user uploads a. docx file that should be…
-
1
votes0
answers18
viewsImages in header using docx4J
I am using docx4j and all the images I try to put in the Word file header, can not load the image. Does anyone know why? When I insert the image into the body of the document, the image is normally…
-
1
votes0
answers29
viewsExport BD content to a WORD table
Well, I was doing a job and I came across this situation: I need to export certain content to Word, but this content must be in a table of the same. How could I do a While to create the Rows and…
-
1
votes0
answers187
viewsConvert PDF to Word without losing styles
Wanted a code to convert a pdf document into word without losing the styles. I have this class that converts to word but it doesn’t keep the document styles. public class teste { public static void…
-
1
votes1
answer2796
viewsEdit word file . doc in Python
I am developing an application in Pythonand Django and need the user to attach a document file .doc. Done this, in this file, the user will have typed some variables, and I need to replace them with…
-
1
votes1
answer466
viewsHow to change text within Text Box in Word using VBA
I am trying to change the text within the Word Text Box. I am not using any Activex for this, it is the normal Word text box same. How do I do this by programming by VBA? I can make changes to the…
-
1
votes1
answer48
viewsConfirm which contract to open
Opa galera I need help, I have the login system done already and I already have a couple registered users, I want each user to have a contract that in case I already have the two contracts…
-
0
votes0
answers45
viewsHow to create word document with php?
Good afternoon, How do I generate a report in office word(.doc or .docx) format with php? , just as we use php FPDF,TCPDF,MPDF classes to generate pdf reports, how can we generate report in the…
-
0
votes0
answers88
viewsCreate doc file. Microsoft.Office.Interop.Word.Application
I’m with a legacy application, in Visual Studio, which generates files .doc, using Microsoft.Office.Interop.Word.Application. The application adds lines, spelling a few words, but sometimes the text…
wordasked 8 years, 11 months ago Marcos Fregolao 1 -
0
votes1
answer92
viewsIdentification and marking of SQL script keywords within a Word document
I am making a system error manual for the company where I work. Within this manual you will have a description of the error as well as its solution. Many of the solutions are very extensive SQL…
-
0
votes1
answer612
viewsRead word file in Laravel 5.3
Guys I’m having a difficulty reading a Word file in the Windows, the situation is as follows: I have a form where a person adds a word file in an input type file field. I want to take the text of…
-
0
votes2
answers788
viewsHow to create a dynamic table in Word via Delphi?
I have documents .doc/.docx, that I am doing the replacement of Tags, but now I need to create a dynamic table, based on a select, in these same files that I am replacing tags. This table must be…
-
0
votes1
answer1335
viewsConvert word(DOC) document to pdf using python
I would like to convert a word(doc) document to pdf using the python 2.7. I have this script, but I didn’t understand anything about it. import sys import os import comtypes.client wdFormatPDF = 17…
-
0
votes0
answers291
viewsError Object Reference not set to an instance of an Object. Microsoft.Office.Interop.Word.Application
I am developing a code to convert a word document into pdf. When I run the application through Visual Studio, the conversion is performed and no errors are shown. When I run the application on the…
-
0
votes1
answer352
viewsWord as the basis for a report in Delphi that has Detail
Galera I have a standard word document used in the company to make a presence list in training, but now they want to generate this list, with the names of the participants, already filled through…
-
0
votes0
answers59
viewsHow to pass information from a Ritchtextbox to word document
How do I pass the information that is in a Richtextbox to a word document in C#. Code: String strtxt = rtbVertigo.Text; TextWriter sw = new StreamWriter(@"D:\Users\edv\Desktop\WORD\Vertigo.doc");…
-
0
votes1
answer70
viewsPrintout from Microsoft.Office.Interop.word.dll only performs 1-page document printing
Good morning guys. I’m using the lib Microsof.Office.Interop.Word.dll to carry out the printing of a word document. When the document has only one page, the printing works normally. The problem is…
-
0
votes1
answer339
viewsEdit word file using c# and replace
I’m developing an application in c# that needs to handle word files, I can write and read normally but I’m having difficulty formatting the text, I need to insert an array with some information but…
-
0
votes1
answer43
viewsRuns splitting over and over
Good guys, I’m having a problem that is disturbing me a little, I’ve searched about and found nothing to help me. I’m researching certain variables in one Word Template to be able to perform a…
-
0
votes0
answers122
viewsSelf-prefilling of tables
Work in the training sector in the Department of Finance. I’m putting together a simple guide to fill out the requirement for training the sectoral departments. [![Image of the form][1]][1] The idea…
-
0
votes1
answer596
viewsHow do I turn my results into txt, excel or word file?
I have a code in Python that does the following: Extracts several data from different tables and performs a linear regression between them. So far so good but how do I make my results come out clean…
-
0
votes1
answer29
viewsPreview Excel, Power Point, Word on a website
Good morning, I’d like to know how to preview Excel, Power Point, Word on a website. For PDF I managed to do with this code. <embed src="RelatorioM16.pdf" width="760"…
-
0
votes0
answers85
viewsHow to run a Word Macro via Python?
import os import comtypes.client path=r"path to the .docm file where I saved the vba macro" word=comtypes.client.CreateObject("Word.Application") word.Documents.Open(path,ReadOnly=1)…
-
0
votes1
answer213
viewsMacro in Word to format Whatsapp conversations
Hello, I’m doing a macro to edit Whatsapp conversations. When you access Whatsapp, open a conversation, tap the three points in the upper right corner, tap "More", and then tap "Send by email", the…
-
0
votes1
answer136
viewsRead XML and Print Data in Word or PDF with Python
Good afternoon, gentlemen. I would like to request the help of university students to read this XML file below and print the values in Word or PDF. <?xml version="1.0" encoding="UTF-8"?>…
-
0
votes1
answer69
viewsPlacing information within the specific user
I need the registered user to have access only to his contract user 1 contrato1 user 2 contrato2 I already have the contracts in . doc I need that when the user logs into the.php panel he can see…
-
0
votes1
answer157
viewsUse VBA in excel to fetch data in . Docm files located in Subdirectories
Good morning, I have following problem in a VBA code that I use in Excel to pull data from forms created in Word. If the files. Docm are inside the same folder I can pull all the data I need from…
-
0
votes1
answer172
viewsHow to insert header and footer in documeto docx using Apache Poi
I am trying to insert header and footer in an automatically generated docx file, the image loads but it is not visible in the file. Just follow my code: XWPFDocument doc = new XWPFDocument();…
-
0
votes0
answers87
viewsRuntime error "5852"
I used this code to generate a direct mail and separate the files. But the following mistake is being made: Runtime error "5852" The requested object is not available. Use of office 365 Sub…
-
0
votes0
answers39
viewsVBA word - Create multiple bookmarks from search results
I am assembling a code that searches 'words' from a list and from the results: creates bookmarks for each result hyperlink to the bookmarks The search part is working, but the bookmark creation part…
-
0
votes0
answers18
viewsVisual Basic for Word, Infinite loop when pasting image
Hello, first question here. I have very basic knowledge of VB. Need for each image of a Word document to perform the following task 1.Dimensionar 2.Insert Paragraph 1 3.Paste(pasted element will be…
-
-2
votes2
answers28
viewsApache POI is separating the Runs in the wrong place
I’m learning to work on Apache POI to work with docx documents and I’m trying to do some checks on an existing document: XWPFDocument doc = new…