How would ya'll recommend that I convert a FlowDocument to PDF to be attached to an EMail?
The FlowDocument is dynamic, not static.
I would prefer to be able to store the PDF in memory as a byte[], rather than on disk, but that is negotiable.
Thanks for your help!
You have two options that I know of.
The first is to use a proprietary library called NiPDF, alternatively you can use Word Interop.
You can find further info here