English 中文(简体)
Open link within PDF in a new browser window (PDFsharp using silverPDF.dll)
原标题:
  • 时间:2010-02-11 05:48:56
  •  标签:
  • pdfsharp

In a Silverlight web application I have created PDF using PDFsharp’s silverPDF.dll. Within that PDF I have added some active links. I want links within PDF on click it opens new browser window.

Thanks in advance.

问题回答

In PDFsharp you add web links using

PdfPage.AddWebLink Method 

You cannot specify the target.





相关问题
Safest way to copy a file

I need to merg two PDF files. However sometimes a file might be locked up I wrote this code, but I m wondering if it s not the smartest solution: private static int FILE_LOCKED_WAIT_PERIOD = ...

Edit and render RichText

We have an application (a custom network management tool for building automation) that supports printing labels that you can cut out and insert into the devices front displays. In earlier versions of ...

How to add PDFsharp lib in C#?

I am new to C#.net, I downloaded PDFsharp lib. But how to add this lib to our project? My project is to create a PDF file. Please provide me step by step instructions. After unziping it has 32 folders....

热门标签