This is a migrated thread and some comments may be shown as answers.

display pdf as content in silverlight

1 Answer 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
RAVINDRA
Top achievements
Rank 1
RAVINDRA asked on 16 Jun 2011, 10:26 AM
Hi

I am storing pdf files in my database as binary and want to display them in a child window. Please let me know is there any control that fullfills it?

Regards
Ravindra 

1 Answer, 1 is accepted

Sort by
0
Accepted
Boby
Telerik team
answered on 21 Jun 2011, 11:37 AM
Hello RAVINDRA,
As of now, our Silverlight and WPF suites don't have such control. It is in our development plans, but we can't give you specific timeline for its development.
You can, however, use a different approach and visualize the PDF documents in ASP.NET webpage with content type set to "Application/pdf", relying on PDF viewer to be installed client-side:
Response.ContentType = "Application/pdf";
Response.OutputStream.Write(data, 0, data.Length);

Don't hesitate to contact us if you have other questions.

Greetings,
Boby
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
RAVINDRA
Top achievements
Rank 1
Answers by
Boby
Telerik team
Share this question
or