本文介绍了是否可以在adobe reader中打开pdf网址?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我们有一个功能可以在浏览器中打开pdf url文件,现在客户希望我们在adobe reader中打开pdf url。可能吗?如果有可能请提供信息。
我尝试过:
we have a functionality to open the pdf url files in browser, now client wants us to open the pdf url in adobe reader. is it possible? if it's possible please provide the info.
What I have tried:
Dim prc As Process = New Process
prc.StartInfo.FileName = "acroRd32.exe"
prc.StartInfo.Arguments = "https://c94aabd264f2664c83b7-00d59eb10ca85f1979051abaa7e70239.ssl.cf2.rackcdn.com/workorder_2981-1_bradywarewashreportform_af429a09-8cde-42f0-afaa-8ec6942abe87_180227100510.pdf" '"C:\Users\madhukarg\Desktop\pdf.pdf"
prc.Start()
这是我到目前为止已经尝试但它不起作用
this is i have tried so far but it's not working
推荐答案
这篇关于是否可以在adobe reader中打开pdf网址?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!