Feature Requests item #1687530, was opened at 2007-03-24 21:18
Message generated for change (Comment added) 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: 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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Podofo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to