PR
Poornima R
Syncfusion Team
April 4, 2011 12:18 PM UTC
Hi Johan,
Thank you for your interest in Syncfusion Products.
Essential DocIO supports all native languages. DocIO can be used to create an application in Microsoft Visual studio with C++. For your requirement of creating word document from an XML template, please refer the code snippet from below and let us know if this helps you.
Code Snippet:
Syncfusion ::DocIO ::DLS ::WordDocument^ doc=gcnew Syncfusion ::DocIO ::DLS ::WordDocument();
doc->Open ("Input.xml",Syncfusion::DocIO ::FormatType::Xml );
doc->Save ("Sample.doc",Syncfusion::DocIO ::FormatType ::Doc);
Please let us know if you have any questions.
Regards,
Poornima
PR
Poornima R
Syncfusion Team
April 4, 2011 02:46 PM UTC
Hi Johan,
Please ignore my previous update.
Regarding your query “Create Word document starting from XML templates”, here did you mean creating a word document from Word ML document? Currently Essential DocIO does not have support for reading and writing Word ML documents. We have already logged this as a feature request. The feature implementation would greatly depend upon factors like product design, code complexity and compatibility. We do not have any immediate plan to implement this feature. We are sorry for the inconvenience caused.
Please let us know if you have any questions.
Regards,
Poornima