c# - iTextSharp target=_blank in PDF -


i generating pdf in c# using itextsharp dll. need have links, linked external pdfs/docs.

is there way facilitate target=_blank mode? links result in pdf being rendered within original pdf browser window.

i use following c# code:

        anchor tool = new anchor(new phrase("some text",fonthead3));         tool.reference = "http://www.google.com", false); 

this concept doesn't exist in pdf. exists when viewing pdf in standalone viewer (such adobe reader) can have option open pdf in new pdf viewer window (not browser window), when view pdf in browser plugin, can't tell browser open new window. pdf doesn't have access browser functionality.

this isn't problem limited itextsharp; it's problem pdf in general.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -