View previous topic :: View next topic |
Author |
Message |
santosh@threecon.com
Joined: 11 Feb 2009 Posts: 2
|
Posted: Wed Feb 11, 2009 8:09 am Post subject: to view pdf file by using stream in browser |
|
|
Hi ,
In my project i am working with pdf file which is stored in database in binary format . Now i want to display it in some part of browser by displaying it in any control. it is possible by using adobe reader of client system but it takes space for their toolbar and for binary format it in not possible to show more then one file at atime in browser .
so is this possible to show more then one file at a time by using pdfsharp.
with any control of asp.net 2.0 with c#.
thanks |
|
Back to top |
|
 |
Thomas Hoevel

Joined: 16 Oct 2006 Posts: 387 Location: Cologne, Germany
|
Posted: Wed Feb 11, 2009 8:49 am Post subject: Re: to view pdf file by using stream in browser |
|
|
Hi!
santosh@threecon.com wrote: | so is this possible to show more then one file at a time by using pdfsharp.
with any control of asp.net 2.0 with c#. |
Creating such a user control is left as an exercise for the reader ...
Seriously: you can use a plugin on the client that displays PDF on the client (Adobe Reader is normally used) or you can convert PDF to HTML on the server (I don't know tools that can do this; google.com has this feature built-in, but results are sometimes poor).
Not sure what you need. It should be possible to display serveral PDF files side by side with frames in the browser - but each frame will have its toolbar. _________________ Regards
Thomas Hoevel
PDFsharp Team |
|
Back to top |
|
 |
santosh@threecon.com
Joined: 11 Feb 2009 Posts: 2
|
Posted: Wed Feb 11, 2009 10:28 am Post subject: Re: to view pdf file by using stream in browser |
|
|
Thomas Hoevel wrote: | Hi!
santosh@threecon.com wrote: | so is this possible to show more then one file at a time by using pdfsharp.
with any control of asp.net 2.0 with c#. |
Creating such a user control is left as an exercise for the reader ...
Seriously: you can use a plugin on the client that displays PDF on the client (Adobe Reader is normally used) or you can convert PDF to HTML on the server (I don't know tools that can do this; google.com has this feature built-in, but results are sometimes poor).
Not sure what you need. It should be possible to display serveral PDF files side by side with frames in the browser - but each frame will have its toolbar. |
lastly is it possible to use this or not I donot want to use adobe reader .
or any way to achive this. |
|
Back to top |
|
 |
|