Questions tagged as 'microsoft-word'

4
answers

Merge word docx documents from a template and replace words

I need to get the contents of a docx file like template , which contains as text content and some identifiers to be changed with other data , and from that template create a single docx with the same content but replicated and with cha...
asked by 01.06.2014 / 21:33
2
answers

Fill in a Word document from Delphi

I want to create a system in Delphi , where I fill in the labels and after creating a document in word with the information that I typed ... I put an example below where I'm going to enter the information and when I generate it i...
asked by 16.05.2014 / 02:11
1
answer

Join data for Mail Merge | Parent and child table

I have a spreadsheet with student data. For each subject of the same student there is a specific line. I would like to do a mail merge with just one email per student, but I would import the data from all the articles. Table: First column has...
asked by 28.04.2015 / 19:47
2
answers

Force text download in MSWord-supported format with PHP?

I would like to know how to force the download of a file, with some extension supported by Microsoft Word p> I've searched a few times, tested the MIME types I found, like the ones in this Microsoft's list , but I did not succeed. This...
asked by 11.09.2015 / 07:13
3
answers

"Find and replace" with regular expressions in MS Word 2016

I have a list with result of the candidates of a public contest that I want to sort by note. However, before making the necessary classification remove the registration number of each competitor, which follows the following format, for all:...
asked by 21.06.2017 / 21:15
1
answer

Alternative for converting Word to HTML

I maintain a site that does not have a CMS, and I often get requests from the client asking me to put text in a pre-determined format. Generally these texts come in MS Word .doc or .docx format. The problem is that they are long texts with...
asked by 11.03.2015 / 20:32
2
answers

Print word file by C #

Hello everyone, I'm trying to print a word.doc file, I'm using the following code. using Microsoft.Office.Interop.Word; Microsoft.Office.Interop.Word.Application application = new Microsoft.Office.Interop.Word.Application(); string Cam...
asked by 04.06.2015 / 00:16
2
answers

edit docx file and save to PDF in php

I have a docx file, my goal is to be able to edit the docx, edit a specific string (do something like str_replace), and finally save the file to PDF. The docx as is a zipped xml file, I'm thinking of editing from there. Or would you advise anoth...
asked by 10.09.2015 / 17:02
1
answer

Word and Mysql formatting

Colleagues, how would you make a Word proposal registered within MySQL, and could it be edited? I tried to use the wysiwyg editors to place and paste, however the Word HTML, after saving, MySQL does not recognize. Solved. I had put the...
asked by 14.05.2015 / 17:56
0
answers

Integrating Delphi with Word (by enabling the Word Save button)

For some time now I've created a system that integrates MS Word with Delphi , of Save of Word is disabled. It would be important for this button to be enabled because it already saves where the file was created. I want to kn...
asked by 16.05.2018 / 21:07