I want to open PDF File in my application
-
I want to open PDF File in my application I want to open Doc File in my application How can I do it
Hello Friends
Use System.Diagnostics.Process.Start to open the file. This will open the default application associated with the file type.
Deja View - the feeling that you've seen this post before.
-
Use System.Diagnostics.Process.Start to open the file. This will open the default application associated with the file type.
Deja View - the feeling that you've seen this post before.
-
thanks Pete O'Hanlon but I don`t want to open a Doc file in Microsoft Word; I want to open a doc file in a viewer in my application help me immediately please
Hello Friends
Laji59 wrote:
help me immediately please
That's not the way this site works. This is a volunteer site - we're not paid to help you, so you might want to moderate the tone you're using to demand answers. There are some commercial controls that will render text documents. You could probably use one of these.
Deja View - the feeling that you've seen this post before.
-
thanks Pete O'Hanlon but I don`t want to open a Doc file in Microsoft Word; I want to open a doc file in a viewer in my application help me immediately please
Hello Friends
You will have to either manually code an interpreter for both of the formats, or look into some third-party SDKs. fly2pdf[^] may help you with pdf display/manipulation/creation and VSTO may help with embedding[?] word documents in your application.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog
-
I want to open PDF File in my application I want to open Doc File in my application How can I do it
Hello Friends
I think u can use a browser control in ur application and then navigate to the url of the file. I hope it helps.
-
Laji59 wrote:
help me immediately please
That's not the way this site works. This is a volunteer site - we're not paid to help you, so you might want to moderate the tone you're using to demand answers. There are some commercial controls that will render text documents. You could probably use one of these.
Deja View - the feeling that you've seen this post before.
This is a border line repost from another thread on the subject the OP started earlier in this forum.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
I think u can use a browser control in ur application and then navigate to the url of the file. I hope it helps.