How to load flow chart into document

Hi,
I need to load a large flow chart into word document and need to take print out of it.I am using .net…how can i proceed…

This message was posted using Page2Forum from Load or Create a Document - Aspose.Words for .NET

Hello
Thanks for your request. I think, in your case, you can try converting your Chart to an image, then insert this image into the document using InsertImage method:
https://reference.aspose.com/words/net/aspose.words/documentbuilder/insertimage/
Then you can print this document using Print method:
https://reference.aspose.com/words/net/aspose.words/document/print/
Best regards,