Converting Word Table to image

Hi, I wish to know if there is anyway in Aspose that we can convert a Table in the document into Image?
Thanks,
Zenith

Hello
Thank you for your interest in Aspose products. Currently converting to image is supported only in .NET version of Aspose.Words. Please see the following link for more information:
(NET) https://docs.aspose.com/words/java/rendering/
(Java) https://docs.aspose.com/words/net/rendering/
At the moment we are working on synchronizing .NET and Java versions of Aspose.Words. Once we finish this work, all features, which are available in .NET version will be also available in Java version. We plan to finish this work within 3-4 weeks. You will be notified.
When conversion to image will be supported, you will be able to get a table from a document, insert this table into the new document and convert this document to image.
Best regards,

Just want to clarify, I want to retrieve some table in the Word document using Aspose, convert them into image and then insert into another Word document, at the end, I would convert this new Word document into HTML. I do not want to convert the whole document into image. Can this be done in the current .Net version? Hence the new release?
Is that it would be available in the new release when the java version is synchronized with .net?

Hi
Thanks for your request. There is no way to convert a particular node in the document to image. As a workaround, you can copy the particular node into an empty document and then convert this document to Image.
Also, if the main goal is just to copy table from one document to another, then you do not need to convert this node to image, you can just import node from one document to another:
https://reference.aspose.com/words/java/com.aspose.words/NodeImporter
Hope this helps. Please let us know if you need more assistance, we will be glad to help you.
Best regards.

The issues you have found earlier (filed as WORDSJAVA-20) have been fixed in this .NET update and in this Java update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(11)