Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Wed Dec 05, 2018 9:10 am

Hello,
I have to open a Pdf file which I created with your product,
in a web application and also in a windows application.
With the web application no problems: I open it with Reponse.redirect(....pdf file name...)
...but in the windows application, how can I do?
thank you,
Paola

paolagumi
 
Posts: 81
Joined: Tue Apr 21, 2015 11:32 am

Wed Dec 05, 2018 9:25 am

Hi Paola,

Thanks for your inquiry.
Please refer to below code:
Code: Select all
            System.Diagnostics.Process.Start("pdf file name");

If I misunderstand, please write back to us with detailed information.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Wed Dec 05, 2018 10:03 am

Hello Betsy,
thank you, it works!!
best regards,
Paola

paolagumi
 
Posts: 81
Joined: Tue Apr 21, 2015 11:32 am

Wed Dec 05, 2018 10:07 am

Hi Paola,

Thanks for your feedback.
Any question, please feel free to contact us.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.PDF

cron