Answered by:
pdf to stream

Question
-
Hi,
I have a pdf files in localfolder, i want to read that pdf files as stream.
Wednesday, March 13, 2013 6:35 AM
Answers
-
I will get the stream using AsStream function.
- Marked as answer by Purusp Friday, March 15, 2013 6:13 AM
Friday, March 15, 2013 6:13 AM
All replies
-
Hello,
I think there isn´t API for it, you need to use external API.
See this:
How to open windows 8 reader(pdf) in a snapped mode?
PDF Reader functionality in windows store application?
Sara Silva - Microsoft Visual C# MVP
My blog | My Windows 8 Store Apps Samples | More Samples
Follow me in Twitter @saramgsilva
My Windows 8 Store Apps: Female Pill | Galinho (Tic tac Toe) | 24 | My Snake
My Windows Phone AppsWednesday, March 13, 2013 8:37 AM -
I will get the stream using AsStream function.
- Marked as answer by Purusp Friday, March 15, 2013 6:13 AM
Friday, March 15, 2013 6:13 AM -
Windows 8.1 now has PDF rendering APIs and ability to save as images. Check out samples @
http://code.msdn.microsoft.com/windowsapps/PDF-viewer-sample-85a4bb30
- Proposed as answer by Ravindra N. Bhartiya Saturday, August 24, 2013 10:57 AM
Saturday, June 29, 2013 3:12 AM -
Rendering PDFs in Windows Store apps has become really easy with Windows 8.1.
Windows 8.1 now has PDF rendering APIs and ability to save as images. Check out samples @
http://code.msdn.microsoft.com/windowsapps/PDF-viewer-sample-85a4bb30
Documentation is @ http://msdn.microsoft.com/library/windows/apps/dn263465
- Proposed as answer by Ravindra N. Bhartiya Saturday, August 24, 2013 10:57 AM
Saturday, August 24, 2013 10:57 AM