In the Migradoc and PDFSharp samples page, there is one that draws a Migradoc Document into a PDFSharp Document: http://www.pdfsharp.net/wiki/MixMigraDocAndPdfSharp-sample.ashx
But what about if the Migradoc document I want to render has more than one page? In Migradoc you don't handle pages.. it is done automatically.
EDIT: FOUND MY WAY
Well, once you "Prepare()
" the document... you have the FormattedDocument()
method, and there you can see how many pages it ends up having. I added my own response to this below.