Generate a PDF from XAML generated in Silverlight

Q: Can your product generate a PDF from XAML generated in
Silverlight?
-----------------

A:

Assuming that you are using PDFNet (http://www.pdftron.com/pdfnet/) in
combination with SilverDox (http://www.pdftron.com/silverdox/
index.html) the simples option would be to post XAML stream to the
server and return a PDF stream generated by
‘pdftron.Xaml.Convert.ToPdf()’ - as shown in Xaml2Pdf sample:
http://www.pdftron.com/pdfnet/samplecode.html#Xaml2Pdf