This example demonstrates how easy it is to implement automatic conversion from .DOCX and .DOC files to PDF format using the RichEditDocumentServer.
RichEditDocumentServer determines format of a file specified in the Load method by its extension. After a document is loaded, the ExportToPdf method is used to produce a PDF stream.
↧
DXRichEdit for WPF: How to implement automatic Document to PDF converter
↧