Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Description

The Process method enters data source values in a template's merge fields, and creates an image of the output file (the new document) in memory.

C#
vb.net

Remarks

The save method can then save the output file to disk, stream it to the browser, or both.

Call Process after SetDataSource and before Save.

You can only call Process once for each instance of WordTemplate.

Examples

Generate a single Word file:

C#
vb.net
  • No labels