How to read data from database to the RadpdfViewer(using steam)?
1 Answer, 1 is accepted
0
Kammen
Telerik team
answered on 16 Aug 2012, 08:50 AM
Hello Nancy,
In this article you can find help how to load a PDF file using both Uri and Stream. In your case, you can read the data from the database as a byte array and then create a new MemoryStream with the data. Afterwards, you can use this stream as described in the article.