1
Converting files changes styles?
Question asked by Michaela Hanisch - 1/18/2017 at 12:22 AM
Answered
Hi there,
 
I'm new to DocumentUltimate and I try to find out if my company will buy licenses. So I try to verify if it works as we need it.
I try to convert an .rtf file to a .docx file. Unfortunately some styles have not the same values as in the .rtf file. Am I doing something wrong?
 
I used the DocumentConverter with the method "ConvertTo" without options:
 
var documentConverter = new DocumentConverter(sSource);			
documentConverter.ConvertTo(sTarget);
Thanks a lot in advance.

1 Reply

Reply to Thread
0
Cem Alacayir Replied
Employee Post Marked As Answer
I guess RTF should be converted without loss to DOCX as it's only a subset.
Did you try the converter example in our live demo?
http://demos.gleamtech.com/documentultimate/webforms.cs/#DocumentConverter/Overview.aspx
 
For example, try converting the same RTF file to DOC and to PDF and see if styles are still changed.
Let me know.

Reply to Thread