Open a pdf file programmatically at a named destination

后端 未结 5 1383
醉话见心
醉话见心 2020-12-03 15:32

I would like to open a PDF file at named destination using WinForms (C#). Here is my code:

System.Diagnostics.Process myProcess = new System.Diagnostics.Proc         


        
5条回答
  •  旧巷少年郎
    2020-12-03 16:04

    Adobe Reader has a few bugs regarding opening to named destinations. Take a look at http://xenon.arcticus.com/open-pdf-named-destination-dde-c-c for some information and workarounds.

提交回复
热议问题