How to save flowDocument content to PDF and Word?

Is there a way to save the flowdocument control contents in .pdf and .doc format not only XPS?

Not a third-party control

+3
source share
3 answers

.DOC / .DOCX was achieved using the Open XML SDK 2.0 for Microsoft Office

.PDF was achieved by converting .DOC to PDF

-1
source

Disclaimer: I am the author of the XamlToPDF library, however it is free for both commercial and non-commercial use.

http://xamltopdf.codeplex.com/

Saves a Flow document to PDF with images, tables, etc.

+1
source

All Articles