Is it possible to create an HTML link?

I made a post earlier asking for a method to edit an existing PDF document and create a UNC link.  The post had several views but nobody responded saying if it was or was not possible to do such a thing using Acrobat SDK.
I thought perhaps if I simplified the requirement a little by changing the link type to an HTML link that might get a better response.
Example of what I need to do:
We the people
needs to be changed to:
I am people
This is certainly doable when using Acrobat 9.  It puts a visible rectangle around the string.  Which would work as well, if there is a way to do it using the SDK.
Thanks in advance.

Dear Cheema,
Hope this helps u...its a C++ code to retrieve the Annot..
AVDoc avDoc = AVAppGetActiveDoc();
PDDoc pdd = AVDocGetPDDoc (avDoc);
Int32 nNumPages;
Int32 nError;
register Int32 i; 
if (linkProc == NULL) {ASRaise(GenError(genErrBadParm));
nError = 0;
DURING
nNumPages = PDDocGetNumPages(pdd);
if (nStartPage < 0 || nEndPage > nNumPages)E_RTRN_VOID;
/* Loop over each requested page. */
for (i = nStartPage; i <= nEndPage; i++){PDPage pdp = PDDocAcquirePage(pdd, i);
Int32 nNumAnnots;
register Int32 j; 
char cURI[MAX_URI_SIZE];PDAction pdac;
/* Loop over all annotations on the page. */
nNumAnnots = PDPageGetNumAnnots(pdp);
for (j = 0; j < nNumAnnots; j++){ 
/* Get the annotation and check to see if it's a link. */
PDAnnot pdan;
pdan = PDPageGetAnnot(pdp, j);
if (!PDAnnotIsValid(pdan) || PDAnnotGetSubtype(pdan)!= ASAtomFromString(
"Link")) 
continue;
Regard's
Amith Sai

Similar Messages

  • OIM11gR2 - Is it possible to create a direct link to a specific area in the oim plattform?

    hi,
    is it possible to create a direct link to specific area in the oim self service plattform? for example a link to the users account list, or a link to a specific resource account?
    br,
    max

    Hi,
    Yes, Its very much easy in R2 as compared to R1. You can use following link to achieve your requirement:
    http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/uicust.htm#BABIDJAB
    ~J

  • Is it possible to create a text link to a video in an interactive pdf

    Hi, I was wondering if anyone knew how to create a text link to a video within the same interactive pdf?
    I've seen that you can create buttons to link to video's but nothing about linking from text
    thanks in advance for any assistance

    HI Bernd,
    The video above does not show me how to link to a video have it start playing.
    I know it is also possible in indesign to have a button link to a specific point in a video, but I haven't been able to find out how to do that from a text link.
    so for example. the text could say "watch our video, or click here to learn about subject two".
    where - "learn about subject two" takes the user to a specific part of the video, and makes it start to play.

  • Create real html link

    I have seen some post include a working HTML link instead of a URL. You know they have somehow inserted:
    <a HREF="..."> friendly words</a>
    in the text.
    Try here:
    pointer to this forum
    How is this done? Is it preferred?
    EDIT: Seems like you just insert the html. Didn't work for me before, but seems to now.
    Robert

    Hi Robert!
    And for more HTML tricks, check this out How Can I Format My Post, authored by Joerg Weise.
    You may also find the info here How To Create A Link To A Post Within a Thread, useful.
    Have Fun!
    ali b

  • Is it possible to create a custom, linking desktop background?

    Hey everyone. I have a computer running Windows 7 connected to my TV as a media center. Since I only use the computer to run the internet or Plex Media Center, I'm trying to create a clean looking desktop with large links to each program and nothing else.
    I've tried increasing the size of the default shortcut links, and that works to a point, but I would like something with a little more customization. I realize that Active Desktop is gone with 7, so if anyone has any idea of a way to make this possible, please
    let me know.
    Here is a link to the image of what I would (ideally) end up with: mslewiswrites.com/images/wallpaper.jpg.
    The two areas on the right that are bordered in lighter blue would be the links (the entire rectangles), with the rest just being a plain image background.
    Any help is appreciated. I'm willing to install third-party software as needed, providing it isn't resource hungry.
    Thanks!

    Hi,
    For this issue, we’d recommend you ask MSDN forum for professional solution:
    http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/home?forum=windowsgeneraldevelopmentissues
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding. 
    Karen Hu
    TechNet Community Support

  • Is it possible to create an HTML email newsletter using Muse?

    I'm creating a newsletter for my business and have tried many newsletter online newsletter providers (MailChip, Behance, etc.) but none of them really let me create something freely - I have to stick to their templates which aren't possible to manipulate.
    I was hoping I could use Adobe Muse to create my newsletter to be sent out to my mailing list. I should say I don't know HTML - I just want to be able to export it and send it out without having to use any coding.
    Thanks in advance,
    Zoe

    Hi Zoe
    Muse doesn't output HTML optimized for e-mail output.
    Muse output is designed for the requirements of popular web browsers on desktops, tablets and phones. The requirements for generating HTML/CSS that works well across popular e-mail readers are very different.
    Thanks,
    Sanjit

  • Is it possible to create an HTML email newsletter using InDesign?

    I'm creating a newsletter for my business and have tried many newsletter online newsletter providers (MailChip, Behance, etc.) but none of them really let me create something freely - I have to stick to their templates which aren't possible to manipulate.
    I was hoping I could use Adobe InDesign to create my newsletter to be sent out to my mailing list. I should say I don't know HTML - I just want to be able to export it and send it out without having to use any coding.
    Thanks in advance,
    Zoe

    Hello Zoe,
    i understand that you have not found a very good solution for this.
    we have developed a porduct (plugin to InDesign, calles iBrams ID2eMail) and i think that this will solve you request.
    I am Happy to provide you with a free Version if you would give us and the community a feedback if you are happy :-) (also if not.....)
    just contact me and i will send you the plugin !!!
    all the best
    andy

  • How to create an HTML link into Text

    How is it possible to fire a new browser window or tab from a piece of text that should be a link to a webpage ?
    Thanks in advance for your help.
    DDA

    OK
    I found the AppletStageExtension (in javafx.stage) and its showDocument (url,target) function.
    Perfectly working.
    DDA

  • Is it possible to have an html link in a pure java application ???

    can you put click me in a java component, say, a dialog?
    i tried and the link appeared blue and underlined but it didn't respond to clicks (nothing happened when clicked).
    thanks.

    You could use a JEditorPane. It supports HTML 3.2. There you have to register a HyperlinkListener. I think you have to set the editable property to false, too.
    -Puce

  • Adding HTML link to buy subscription from article

    Hi,
    Is it possible to create a HTML link from a button or some text in an article which invokes the buy subscription popup box?
    On the main page for the viewer that shows the individual issues you can click to buy one issue or click a banner across the top to buy a subscription.
    Once this is clicked a popup box is displayed which shows the different pricing levels.
    Is there anyway to start this subscription purchasing from within an article?
    Thanks

    Hi Bob,
    I would like to link the subscription options out of an article. I don't think it will work with the goto links or am I wrong? I've seen this in the digital Esquire (see image attached).
    Best,
    Jens

  • How to creat a password for a HTML link ?

    Hello,dear all,
    This question may not be closely related to Java,but I hope to get some help.
    I created an HTML link in the webpage, but I only want the people who has the password to access it. Say when a person click that link, a dialog box pop up requiring for your password.
    How should I implement it? using JavaScript ?
    Any help are greatly appreciated.
    Kevin

    There's a very simple and very nasty way of restricting access to pages. Put them in a folder named after the password. Your javascript can then just do something like:
    document.location.href = document.loginForm.pword.value + "/index.html";It's a mess and obviously requires that your parent directory can't be browsed. But, it's about as good as it gets with Javascript and requires zero effort.
    If you're serious about security then I'd look at something other than Javascript (as suggested above).

  • Creation of html link in oracle workflow

    Hi all,
    How to create a html link in workflow notification ?
    thanks
    Newbie

    If you have different databases on same node you could choose to not set ORACLE_SID in shell init file but use instead interactive oraenv Oracle script to set the right ORACLE_SID.
    Please read Configuring the Operating System Environment Variables in http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/em_manage.htm#ADMQS12369
    To create easily a database (ie without using your own scripts) try to use DBCA that will automatically take care of database initialization file: http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/install.htm#BABEIAID
    Edited by: P. Forstmann on 5 août 2011 12:01

  • How to create a database link on an ms acces data source

    Hello every body
    Is it possible to create a database link on an MS access data source under
    oracle 10 g and Apex ?
    If yes how to do it ?
    Thanks in advace

    I don't know what Apex is!!! But try to follow these instructions.
    It works for Oracle 9i.
    As far as I know, you are supposed to have installed other than ORACLE Client to complete these instructions.
    1. Control Panel / Administrative Tools / Data Sources (ODBC)
    Folder: System DSN /
    click add
    Choose : Microsoft Access Driver
    Data Source Name : my_test
    Description : any_description_you_want
    click Database/Select... : full pathname for <your_file.mdb>
    click OK
    Click OK
    2. Goto OH\hs\admin:
    2.1) Create a copy of "inithsodbc.ora" file giving it this name:
    initmy_test.ora
    2.2) Edit "initmy_test.ora" and change as below.
    # HS init parameters
    HS_FDS_CONNECT_INFO = my_test
    HS_FDS_TRACE_LEVEL = OFF
    3. Add this entry to listener ( Don't forget to stop/start the listener )
    (SID_DESC =
    (SID_NAME = my_teste)
    (ORACLE_HOME = <Path to OH> ) ### Ex: D:\ORANT901
    (PROGRAM = hsolesql)
    4. Now you need to add entries to point to the HS in the tnsnames.ora :
    access =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=<your_host>)(PORT=1521))
    (CONNECT_DATA=(SID=my_test))
    (HS=my_test)
    5. Now you need to go into the database and create the database link:
    CREATE PUBLIC DATABASE LINK "ACCESS_DB" USING 'access';
    6. select * from your_table@ACCESS_DB;
    HTH
    RK
    Message was edited by:
    RKravcenko

  • HTML link to FLV cue point

    I am reasonably new to Flash and would like to know if I can
    create a html link to a cue point in a flash video file or to a
    particular frame in a normal swf file. If so, what is the correct
    syntax?

    Ok, I seemed to have succesfully linked to the cuepoints
    using, for example, the code below.
    [CODE]
    programsa.addEventListener(MouseEvent.CLICK,programsaClick);
    function programsaClick(event:MouseEvent):void {
    movie1.seekToNavCuePoint("Programs");
    [/CODE]
    However, now I have another issue. The FLV is on frame 2 and
    I want to navigate to it using buttons on frame 1. However when I
    try the following:
    [CODE]
    programsa.addEventListener(MouseEvent.CLICK,programsaClick);
    function programsaClick(event:MouseEvent):void {
    gotoAndStop("movie");
    movie1.seekToNavCuePoint("Programs");
    [/CODE]
    I get the error:
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    at videobig_fla::MainTimeline/programsClick()
    So, how can I tell a button to go to a cuepoint for a movie
    that's on a different frame?

  • HTML link in column ... Need Help!!!!!

    I need to use a column in my viewobject to create an html link to an external resource on another server, a simple webpage. I've used the RowImpl for my view object to build the HREF but when the rows are rendered the link is fully escaped and isn't a working link. I need to have this link enabled by 2pm today and I'm totally "stuck on stupid" trying to get it to work. Any help, and fast, would be hugely appreciated!
    Thanks!!
    scott

    Is your RowImpl building just an URL, or is it building
    the full bit of HTML, like "<a href='....'>some text</a>"?
    If it's just building just an URL, you want to use
    something like:
      <link text="Whatever text you need">
        <boundAttribute name="destination">
          <bc4j:attrValue name="hrefAttr"/>
        </boundAttribute>
      </link>If your VO is building the whole bit of HTML, then
    go with <formattedText>:
      <formattedText>
        <boundAttribute name="text">
          <bc4j:attrValue name="hrefAttr"/>
        </boundAttribute>
      </formattedText>If your HTML is really funky (or you're using JDev
    9.0.2), you may need to substitute <rawText>
    for <formattedText>.
    In both of these cases, the snippet of code belongs
    inside the right <bc4j:viewObjectScope>, and the
    "name" on that <bc4j:attrValue> is the attribute in
    your row that contains the href you're generating.

Maybe you are looking for

  • Fields in Stored Procedure does not appear in Crystal reports 2008.

    hi, I am now using crystal reports 2008 evaluation copy for 30 days. I am trying to create a stored procedure with parameter, here is my sample Stored Procedure code; DELIMITER $$ DROP PROCEDURE IF EXISTS `puerto`.`SP_FindEmployees`$$ CREATE DEFINER=

  • Help with InDesign spread previews in Bridge CS6

    Our company is updating to CS6 and needs to be able to view InDesign files as spreads as we did in CS3. We produce many catalogs a year and each spread is a separate file. We use Bridge (CS3) to view the entire catalog at once. Now, with CS6, we can

  • Thinkpad T61 - Embedded Web Camera, Lenovo Camera Center issues

    Hello, Recently purchased a T61 with the embedded web cam.  The notebook comes with "Lenovo Camera Center" software (which is more like a portal for camera-related software) but there is no useful software that enables me to actually use the camera -

  • Re: Select statement fails under Express, but works underForte whenusin

    Roger, This was a bug with Express and was fixed in Express E.2.0.L.0. You might be able to get more details on Forte's website. Ajith Kallambella M From: "Metcalf, Roger" <[email protected]> Reply-To: "Metcalf, Roger" <[email protected]> To: "'[emai

  • RS232 for NEC MultiSync P461

    Hi everyone,  I'm looking for the RS232 code to auto on/off our NEC MultiSync P461.  Wonder if anyone has this? Thanks Tricia