Hi Marco,
You can import docx and HTML documents using
RadWordsProcessing's
format providers and create
RadFlowDocuments. Then you can
insert one of the documents into the other one. if this doesn't work for you, you can fine grain the insert by
importing only the needed document elements and the insert them in the proper places using the
document model.
Conversion to PDF is possible using the
PdfFormatProvider. Note that this may require some complex layout operations, so the result may differ from what you see in MS Word or in the browser. We are currently working in the direction of improving the document layout, so you may expected improvements in this area in the future versions.
Regards,
Boby
Telerik