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.

link|improve this question

feedback

2 Answers

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?

link|improve this answer
No, we're to the point of needing any cut and paste ability eliminated. – Jared Jul 19 '09 at 4:06
@Jared: Even if you only supply an image, OCR solutions are good enough to get the text back quickly. Suggestion you feedback (strongly) that any technical solution will not guarantee the receiver will not get the text. – Richard Jul 19 '09 at 8:07
That's known. We're not trying to prevent the really tech savvy, just the not-so-ethical person that knows cut and paste. Right now "read-only" PDFs are being used, but that's very limited. – Jared Jul 20 '09 at 17:44
The PDFs have to be generated by hand. – Jared Jul 20 '09 at 17:45
feedback

I highly recommend this solution (Aspose Words):

http://www.aspose.com/categories/file-format-components/aspose.words-for-.net-and-java/default.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.