Hi,
has someone build a parser for an Aspose Word Doc.
For example:
A method which takes a node as a parameter and the method prints out the structure of the node.
Perhaps this would make debugging easier…
Regards,
Hi,
has someone build a parser for an Aspose Word Doc.
For example:
A method which takes a node as a parameter and the method prints out the structure of the node.
Perhaps this would make debugging easier…
Regards,
Hi
Thanks for your request. I think you can try using DocumentExplorer (Aspose.Words demo application). It is included to Aspose.Words installation package. You can find it here:
C:\Program Files\Aspose\Aspose.Words\Demos\CSharp\DocumentExplorer
Best regards.
Thank you for your quick response Alexey !
Document Explorer is nice!