Top "Flowdocument" questions

Microsoft's WPF FlowDocument technology allows to render embedded, dynamically adjusted and re-flowing document content that supports columns, pagination and search.

How can I produce a "print preview" of a FlowDocument in a WPF application?

Various WPF applications of mine display FlowDocument's. I'm able to print them, using the approach described in the answer to …

.net wpf printing flowdocument flowdocumentscrollviewer
How to print directly, without Print Dialog in WPF?

I just want to know how I can print a flow document without showing Print Dialog in WPF. Thanks for …

c# wpf printing flowdocument
How to convert FlowDocument to rtf

I have used a WPF RichTextBox to save a flowdocument from it as byte[] in database. Now i need to …

c# rtf flowdocument
Convert XAML to FlowDocument to display in RichTextBox in WPF

I have some HTML, which i am converting to XAML using the library provided by Microsoft string t = HtmlToXamlConverter.ConvertHtmlToXaml(…

c# wpf xaml richtextbox flowdocument
How to display html content converted into xaml flowdocument in wpf application

My objective is to display html content in wpf application. I use brwoser control but this always goes on top …

c# wpf-controls webbrowser-control flowdocument
WPF Table Column Sizes

I'm rendering a Table in a WPF FlowDocument using code-behind. But, I've been unable to find an example that shows …

wpf flowdocument
WPF - FlowDocument - Stretch Table to Entire Width?

I have a DataTable containing an arbitrary number of columns and rows which I am trying to print out. The …

wpf width flowdocument sizing
What's the best way to convert a FlowDocument into PDF

How would ya'll recommend that I convert a FlowDocument to PDF to be attached to an EMail? The FlowDocument is …

c# .net wpf pdf flowdocument
How to create a Xaml FlowDocument with Page Headers and Footers when rendered to XPS?

I am looking for an idea of a clean generic way to describe repeating page headers and footers in a …

c# wpf xaml .net-4.0 flowdocument
Scroll a WPF FlowDocumentScrollViewer from code?

I have a FlowDocumentScrollViewer I want to automatically scroll to the bottom when text is added. <FlowDocumentScrollViewer Name="Scroller"&…

c# .net wpf flowdocument