Anyone know of a way to convert a .doc with mail-merge fields into an image in C#? Basically we want to be able to display a "read-only" version of the document. This can be an image or some other read-only format if anyone can think of one.
|
feedback
|
|
I would recommand converting to PDF as we do for every company document going to customers. There are plenty of libraries for automatic/dynamical PDF generating. Would that suit your needs? | |||||||||
feedback
|
|
I highly recommend this solution (Aspose Words): http://www.aspose.com/categories/file-format-components/aspose.words-for-.net-and-java/default.aspx | |||
|
feedback
|