Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Wed Jun 06, 2012 6:32 pm

Is it possible to convert XML to EPUB using trial version?
How?

ngoldberg49
 
Posts: 1
Joined: Wed Jun 06, 2012 5:47 pm

Thu Jun 07, 2012 9:39 am

Spire.Doc for .NET can help you convert partial simple XML files to EPUB. You can download Spire.Doc Pack by following the link below to have a try.

http://www.e-iceblue.com/Download/download-word-for-net-now.html
e-iceblue support
User avatar

iceblue support
 
Posts: 240
Joined: Tue Dec 21, 2010 2:56 am

Mon Jun 11, 2012 2:06 am

Hi ngoldberg49,

Yes, trial spire doc support it.
You need install epub reader. Then, you can use the following codes to finish converting xml to epub:

String fileName = @"..\..\myfile.xml";
Document doc1 = new Document(fileName, FileFormat.WordML);
doc1.SaveToFile(@"..\..\mynote3.epub", FileFormat.EPub);
System.Diagnostics.Process.Start(@"..\..\mynote3.epub");

You can try it. And trial spire doc can parse simple word 2003 xml document.

-------------------------------------------------------------------------------------------------------------------------------
e-iceblue support
Nancy
e-iceblue support team
contact: nancy.wang@e-iceblue.com
User avatar

nancy
 
Posts: 51
Joined: Wed May 30, 2012 2:02 am

Return to Spire.Doc