Converting XSL FO XML to word

how to Converting XSL FO XML to word(ms)

Hi Jia,

Thanks for your inquiry. I am afraid, you cannot open a XML file using Aspose.Words component. However, Aspose.Words provides exhaustive support for different XML-based formats for word processing documents e.g. OOXML, Flat OPC and also Word 2003 XML. For more details, please visit the following link:

[WordprocessingML (DOCX, XML)](http://www.aspose.com/docs/display/wordsnet/WordprocessingML+%28DOCX%2C+XML%29)

hi.

i have a other question.


i wan to use xml and xsl convert to pdf.
but ,i found the render pdf is not supports chinese char.


code:
Stream xmlStream = new FileStream(xml, FileMode.Open);
Stream xslStream = new FileStream(xsl, FileMode.Open);
app.SetUnicode();
app.TextInfo.IsUnicode = true;
app.DefaultFontName = "Arial Unicode MS";
app.BindFO(xmlStream, xslStream);
app.Save(pdf);

Hi Jia,

Thanks for your inquiry. Your query is related to Aspose.Pdf APIs. I am moving this thread in Aspose.Pdf forum where you'll be guided appropriately.

Could you please share your input xml and xsl along with output Pdf file here for testing? We will investigate the issue and provide you more information about your query.

Hi Jia,


Thanks for using our API’s.

Can you please share the resource/input XML and XSL files, so that we can test the scenario in our environment. We are sorry for this inconvenience.