Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a pdf file as stream object, from that stream how can i made preview that pdf file using PDFSharp library?

Process.Start(pdfFilename); 
is one of the method, but in my desktop, i have no Adobe software. With out adobe i need show PDF preview.
Posted
Comments
Richard MacCutchan 30-Sep-15 10:21am    
Then you need to install a PDF reader, such as Acrobat Reader, Foxit etc.
BulletVictim 2-Oct-15 5:48am    
asp.net or forms? asp.net you can use an Iframe and set it's source to the location of the file

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900