I want to open PDF file when i click button in C#.Net?
i don't know how to do that?
I think can it open with FileStream?
Please answer me if you know...
Thanks
|
I want to open PDF file when i click button in C#.Net? i don't know how to do that? I think can it open with FileStream? Please answer me if you know... Thanks |
||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
I assume you just want to open the file. Try the following
|
||||
|
What do you mean for "open PDF file"? If you need to read all byties more simple method is:
If you want display its on WinForm - look that |
|||
|
|
|
to give the third possible answer to your question: if you want to edit the PDF-file you can use a library like iTextSharp or PDFSharp |
|||
|
|