views:

11

answers:

0

I need a component that I can use with C# to convert a word document to an image. There are a lot of solutions out there to do so, but almost all of them use a virtual printer to do that. I don't want a virtual printer involved because we have to install it on every client that uses our application (over 500 computers) . I have found Aspose Word.Net component which is very useful to manipulate word documents but the problem is that it doesn't support rendering right to left documents to image. I wonder if there's any other component like Aspose that supports RTL (and does not use a virtual printer).