I have a FlowDocument which is created dynamically (containing several tables). I need to embed PDF documents in this document. Eg: I might have a table, then a couple of PDF documents, then another table.
What's the best way to go about this. At worst I could print all of the PDFs, then all of the tables but I really need to keep each set of documents/PDFs together.