I need to create & display a PDF 开发者_开发百科document in Silverlight 4.
PDF document will be generated dynamically.
The PDF document will contain plain text & some images.
Is there any API I can use to achieve my requirement ?
You can use this: http://silverlightpdf.codeplex.com/
Yes! We create PDF Document. In silverlight By using PDFSharp.dll. It's Opensource dll file.
You can download the dll file below Link http://www.pdfsharp.net/Downloads.ashx
Please click below link for reference puprpose.
http://www.pdfsharp.net/wiki/Booklet-sample.ashx as so many examples as given its easy to understand.
精彩评论