Questions tagged [docx-mailmerge]
56 questions
0
votes
2 answers
Is There a Way to do a Spanish/English MailMerge?
I have an SSRS report that has Spanish and English text boxes. If the dataset row is a Spanish speaking person, an expression in each Spanish textbox shows that and hides the English textbox. These textboxes are exactly placed over each other.
My…

JustJohn
- 1,362
- 2
- 22
- 44
0
votes
1 answer
Docx4j API performing mail merge for input dotx to output docx file giving alert
While we perform mail merge through FieldMailMerge.java , we got the output in a docx file but when we open it in Microsoft Word 2010 an alert message appear:
enter image description here

Rohit Kumar
- 1
- 2
0
votes
1 answer
Converting WordPerfect files with mail-merge logic to .docx
I am working with a large number of .frm and .wpd WordPerfect files and I am trying to convert them to .docx while retaining all of the mail-merge logic.
Saving the files as .docx within WordPerfect X6 or opening the .frm/.wpd files from within Word…

Mike
- 1,675
- 1
- 18
- 26
0
votes
1 answer
Mail Merge Specific Keywords
I was wondering if there is some way that mail merge specific keywords such as "Ask", "Fill-in", "If Then Else", etc are being handled in docx4j. Here is a full list of keywords that I'm looking to handle in the…

Tanmoy
- 789
- 7
- 14
0
votes
1 answer
adding up specific mergefield values in word
I have a table in a word document that has three colums and all fields are mailmerge fields from an external IT system.
There are three columns displaying the fields:
Charge Description
Charge Value (£)
Eiligible? (yes/no)
I am trying to create a…

Freddie
- 51
- 1
- 2
- 12
0
votes
1 answer
removing blank line when using IF in microsoft word using mail merge
I am actually using conga composer with word template to generate word doc fill with data from my database. There is a section where I have to display from a loop a single line that meet a requirement. This also works fine, but when looping, for…

vanessen
- 1,125
- 1
- 12
- 19
0
votes
0 answers
Mail Merging in ASP (vb.net) with multiple records
could anyone please help me how to implement mail merging with multiple records, I have tried <> in my .dot file but it did'nt work at all ,
.....

James Randy
- 65
- 10
0
votes
0 answers
How to repeat header of paragraph using mail merge
I am using MS Word to create template for PDF file.
Here is my file structure:
Now I expect all headings (i.e attendance key details, units, semaphores, sanction - big bold texts) are repeated across pages. But I have no idea how to do that. Does…
0
votes
2 answers
mailmerge: What does 'ValueError: Element is not a child of this node' mean?
I'm trying to populate a Word document in Python with docx-mailmerge. Everything was working fine, but after some editing at home on another computer with another version of Word, my script gives an error at the line:
document = MailMerge(template)…

Joost
- 480
- 1
- 5
- 15
-1
votes
1 answer
Template based letters generation programs
Is there any free tool to generate pdf documents from excel data
I found some with price (http://xlvba.net/excel_to_word_automation.html) for it but not free one, can you help ?
Regards,
Ragavendra
-2
votes
2 answers
Mail merge without saving c#
I have use mail merge to word from instructor below. Now in last line it’s going to save the word file but I don’t want to save that I just want to open it without saving!
What should I do for it?
My mail merge…

Seena Fallah
- 560
- 4
- 12