Word
8
Using ColdFusion to Generate Multiple Word Documents (Batch Creation)
2 Comments
ColdFusion, Web development, Work
UPDATE: Now includes line returns. The example’s form has been modified with additional fields so adding line returns to the Word doc could be shown. The zip has all the new files.
As a continuation (and request from Simon) to the Using ColdFusion to Generate a Custom Word Document post, here is an example of creating [...]
Tags: ColdFusion, Word
21
Using ColdFusion to Generate a Custom Word Document
24 Comments
ColdFusion, Web development
An oldie but a goodie, ColdFusion can be used to generate Word documents. Here is a quick example of writing to and opening a Word document.
Create Word Template
Create a Word template by adding “placeholders” in the document. This is done by wrapping a keyword with % (percent) signs as such: %firstname%. Put in as many [...]
Tags: ColdFusion, Word