Questions tagged as 'word'

1
answer

How do I open a password-protected Word document?

I can usually open a .docx file in Word using desktop.open fault of java, but there is a case where I need to open the document that is password protected and Word opens asking for the same. Is there any way I can enter the password still in t...
asked by 06.01.2016 / 22:38
1
answer

Converting DOCX File to PDF C #

I have an application and I need to convert a file DOCX to PDF without losing the formatting. I found some DLLs that help, but for corporate use you have to buy licenses so it gets tricky. Complementing I did some more resear...
asked by 29.08.2017 / 17:26
3
answers

VBA - How to split a word mail merge into multiple .pdf files

Personally, my case is this: 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 that I participated as an organizer the mission was to issu...
asked by 21.07.2016 / 05:24
1
answer

Replace a variable within a Word file

I am trying to do in C # (Windows Form application) to print a Word .doc only by changing some parsions of type @Nome to a string . In short, I have a contract and I need to print it. By reporting specific fields, I already hav...
asked by 12.08.2016 / 19:18
2
answers

Converting word file to pdf

Is there a free library that I can convert word file to pdf? I have word file saved database with type varbinary(MAX) and I retrieve it as byte[] in C # and I want to convert word to pdf to show in HTML page. I show on the HT...
asked by 19.07.2018 / 20:08
1
answer

How to leave code in the format of the language inside the word [closed]

I currently have a code in C language. I need to present this code in a job through PDF or .doc. But formatting a code in Microsoft Word to make it the same in the IDE is a lot of work. Is there any tool that I can export the IDE code directl...
asked by 19.12.2017 / 00:45
1
answer

Merge two Word documents

I have a problem and I would like a force, I have a project but I do not have any code to include my question. The client is requesting a button that adds 2 or more .docx files and transforms it into 1 only or sends only 1 content. I wante...
asked by 18.11.2015 / 16:32
1
answer

How to read text from a text box in a Word document via C #

I'm using Interop to manipulate a word, through a console application. using Word = Microsoft.Office.Interop.Word; I can extract the byte array, save as Pdf, as image etc, but a relatively simple thing that I'm needing I still can not do....
asked by 17.07.2015 / 18:42
1
answer

How can I format equations in Word 2013 automatically?

I use Microsoft Word as a text editor (Office 2013 package). I built document with a document with lots of equations making use of the Microsoft Equation 3.0 . However every time I save the document, I ask to update the figure indexes, or open...
asked by 27.08.2016 / 22:25
0
answers

Exporting DB 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 should be in a table of it. How could I do a While to automatically create Rows and Columns within C# itself? For now...
asked by 05.10.2018 / 01:42