Thanks for your answer…
In the (hopefully soon comming) viewer, is it possible to convert Word
(Excel and PDF) to TIFF - or is it only to other image formats ?
Oops… I thought I was replying my last post… but instead I made a new post…
But this question is about the following post: http://www.aspose.com/community/Forums/32846/ShowPost.aspx
Hi,
The viewer will allow to render the document to a Graphics object or (probably) get an array of bitmaps that represent document pages - anyway, you'll be able to save the rendered document to any image format supported by .NET Framework including TIFF.
Since I'm responsible for Aspose.Word only, I can't guarantee anything regarding those products. Please request the appropriate development teams.
I will… Thanks again
Hi<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
We are happy to tell you that the new Rendering Engine has replaced the “old Viewer Beta”. The Rendering Engine can print, save as images or draw onto .NET Graphics object any document page.
Please see Aspose.Words documentation to learn more about new features.
SaveToImage method renders document pages into images:
In additional, new Rendering engine allows you to convert Word document to PDF directly (without using Aspose.Pdf).
SaveToPdf method converts the whole document or selected pages to PDF.
The latest version of Aspose.Words is available for download from here:
http://www.aspose.com/community/files/51/file-format-components/aspose.words/entry158153.aspx
Best regards,