Feature Requests item #1687530, was opened at 2007-03-24 21:18
Message generated for change (Settings changed) made by domseichter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=790133&aid=1687530&group_id=154028

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Closed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add support for link (url/external file) annotations

Initial Comment:
Only supported type right now are links to different pages within
the current file. adding links to websites or other pdf files 
is a feature I'd like to see implemented.

----------------------------------------------------------------------

>Comment By: Dominik Seichter (domseichter)
Date: 2010-10-21 18:07

Message:
Close issue

----------------------------------------------------------------------

Comment By: Dominik Seichter (domseichter)
Date: 2008-06-01 23:22

Message:
Logged In: YES 
user_id=203039
Originator: NO

This feature is implemented. Please see the exampel code below

    PdfAnnotation* pAnnot2 = pPage->CreateAnnotation( ePdfAnnotation_Link,
rect2 );
    PdfAction action( ePdfAction_URI, pDocument );
    action.SetURI( PdfString("http://podofo.sf.net";) );

    pAnnot2->SetAction( action );
    pAnnot2->SetFlags( ePdfAnnotationFlags_NoZoom );


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=790133&aid=1687530&group_id=154028

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Podofo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to