Open a pdf file on a winform project
-
Hi, Is there any FREE library which will allow me to open a pdf and show it on a winform project without using AcroPDF.dll
ITextSharp[^].
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman
-
ITextSharp[^].
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman
ITextSharp is for create/edit purpose of PDF....? If OP just wants to open the file, then can't he do so by calling Process.Run('FilePath'); method....?
I quit being afraid when my first venture failed and the sky didn't fall down.
-
ITextSharp is for create/edit purpose of PDF....? If OP just wants to open the file, then can't he do so by calling Process.Run('FilePath'); method....?
I quit being afraid when my first venture failed and the sky didn't fall down.
Sure, if they have a PDF reader installed and the file association is registered with Windows, they could do that. I was under the impression that the OP wanted to show the PDF in his application.
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman
-
Hi, Is there any FREE library which will allow me to open a pdf and show it on a winform project without using AcroPDF.dll
A WebBrowser Control should do with a PDF file whatever your Internet Explorer does to it. no need for extra libraries. :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
-
A WebBrowser Control should do with a PDF file whatever your Internet Explorer does to it. no need for extra libraries. :)
Luc Pattyn [My Articles] Nil Volentibus Arduum