Is it possible to add sticky note using Javascript?

hi,
I want to add some comments to acrobat file using Stcky note. I automated the text to be dynamic. And now, I wanted this text to be placed in sticky note.
How it can be done? Would someone please suggest me?
thanks in advance,
shiva

Use the doc.addAnnot method: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.434.html
with a type of "Text" and the "contents" set to the text you want to show: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.32.html

Similar Messages

  • Is it possible to add a user using the RESTful Web Services SDK

    Others have asked before about user management features in the RESTful Web Services SDK.  However I can find no answers or links which provide an answer to the question 'Is it possible to add a user using the BI 4.1 SP2 RESTful Web Services SDK'?
    Any help would be appreciated.
    Regards,
    Steve

    Hi Steve
    Unfortunately, not possible. The BI RESTful can only get "stuff" that is already there. I suppose this would fall under some sort of "Object Creation" API and that is not there. Yet. Rumors abound, but nothing firm. Just as a BTW.; the Business Intelligence platform RESTful Web Service Developer Guide 4.1 is here:
    http://help.sap.com/businessobject/product_guides/sbo41/en/sbo41_bip_rest_ws_en.pdf
    SAP Web Intelligence RESTful web service SDK User Guide, SAP BusinessObjects Business Intelligence platform 4.1
    SAP Crystal Reports RESTful web services - SAP Crystal Reports RESTful web services
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Is it still possible to attach sticky notes to a pdf file? Which Adobe product will enable this?

    Is it still possible to attach sticky notes to a pdf file? Which Adobe product do I need to do this?

    Both Acrobat and Reader 10/11 can, and previous versions of Reader can if the document is enabled to allow it. Mobile versions of Reader can too.

  • Is it possible to add tooltip when using REUSE_ALV_GRID_DISPLAY

    All,
    Is it possible to add tool-tip when using REUSE_ALV_GRID_DISPLAY. I am using
    i_fieldcat_alv  TYPE slis_t_fieldcat_alv.
    slis_t_fieldcat_alv does not have a tool tip option.
    Your earlier response is much appreciated.
    Regards
    Kasi

    Looks like it is NOT possible to add our own text for tooltip when using REUSE_ALV_GRID_DISPLAY.
    See attached thread
    Re: quickinfo in ALV

  • Is it possible to add a property using variable in variable name?

    I want to query for a list of virtual machines within a folder, then create a menu of the host names using forms.  Since the list of machines is subject to change, I want to build the list each time the script is run, rather than build off a static
    list. 
    For each virtual machine I need to create the list of variables below:
    $hostnameX = New-Object System.Windows.Forms.checkbox
    $hostnameX.Location = New-Object System.Drawing.Size(10,20)
    $hostnameX.Size = New-Object System.Drawing.Size(100,20)
    $hostnameX.Checked = $true
    $hostnameX.Text = "Type"
    $hostnameX.Controls.Add($hostnameX)
    The location and size values need to be incremented but I think I can figure that part out.
    I can use New-Variable to generate the initial variable. But I receive errors using the same method to try to create a new property for the variable.
    $VMS = Get-Cluster MyCLUS | Get-vApp "My vApp" | Get-VM | Select Name,PowerState | Sort Name
    For ($i=0; $i -lt ($VMS.count); $i++)
    $VMS[$i].Name
    $VMGUEST = "$($VMS[$i].Name)" -replace("-","")
    New-Variable "CB$VMGUEST" "New-Object System.Windows.Forms.checkbox"
    New-Variable "CB$VMGUEST.Location" "New-Object System.Drawing.Size(10,20)"
    In the above, $CBVMGUEST1 =  New-Object System.Windows.Forms.checkbox which is what I want,  but $CBVMGUEST1.Location is not set.
    Is there way to add a property using a variable in the variable name?  Or any other suggestions on how to tackle this issue?

    Hi,
    maybe another approach is a bit easier.
    Use a hash-array like
    $CB = @{}
    $CB[$VMGUEST] = New-Object System.Windows.Forms....
    $CB[$VMGUEST].Location = New-Object System.Drawing....
    Mit freundlichen Grüßen Jens Kalski
    That's the correct answer.  Anytime you find yourself wanting to create variables named "Widget1", "Widget2", "Widget3", etc... it's a pretty clear indication that what you really need is a collection object of some sort.  That might be an array,
    a hashtable, or any other data structure for holding other objects, depending on your specific needs.

  • Can it be possible to add "Admin" -- not be able to add another "Admin"

    I have the following requirement:
         Create the following Groups:
              Admin:
                   all the users in this group, should have complete access to application +
                   manage users
                   But should not be able to add another Admin
              Staff:
                   all the users in this group, should have complete access to application
                   Can't manage users
                   Can't create another Admins
              Editor:
                   all the users in this group, should have partial access to certain pages
              SuperUser:
                   Same as Admin role except
                   He should also be able to add "Admin" user
    Question:
    Can it be possible to add "Admin" ---> who should not be able to add another "Admin"

    Hi,I have the same requirement,and I need another function,I want only one user who can create user,but he can't develop application.how can i do ?
    thank you first
    lixinzhu
    2006/05/17

  • Add multiple people using Javascript Client Object Model

    I am trying to add multiple people to a SP column of type Person/Group i.e. people picker. I am able
    to add one successfully using their userId, but HAVE no clue how to do that for multiple people. Here is the code for one user:
    function UserDrop(e, toElement, listGuid, columnName) {
    //EcmaScript Client Object Model
    var ctx = new SP.ClientContext.get_current();
    var list = ctx.get_web().get_lists().getById(listGuid);
    var item = list.getItemById(elementId);
    //columnName is of type person/group and I am adding user //whose userId is 7
    item.set_item(columnName, 7);
    item.update();
    // asynchronous call
    ctx.executeQueryAsync(
    function () { toElement.innerHTML = userLinkHtml; },
    function () {alert ("Error")}
    return false;
    This works great and I can add user whose userId is 7, however I want to add multiple people like let's say users of user Ids 7 and 8. 
    Any ideas or help will be greatly appreciated. 
    There is a thread on this one but that's from .net COM which could accessed here: http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/5183e87c-ee1d-4594-9492-0dfdf6616cce
    7929

    Hi ,
    Can somebody let me know how the same(assigning the array values to lookup value field) can be achieved with multi-select lookup value. SP.FieldLookUpValue do not have any such methods like fromUser. Please help. Please find my code block below
    clientContext = new SP.ClientContext.get_current();
    if (this.clientContext != undefined && clientContext != null) {
    var webSite = clientContext.get_web();
    oList = webSite.get_lists().getByTitle("Add New User");
    $.urlParam = function(name){
    var results = new RegExp('[\\?&]' + name + '=([^&#]*)').exec(window.location.href);
    return results[1] || 0;
    var itemid = parseInt($.urlParam('ID'));
    var item = oList.getItemById(itemid);
    var users = new Array();
    users.push(SP.FieldLookupValue.set_lookupId(1));
    users.push(SP.FieldLookupValue.set_lookupId(2));
    item.set_item('Responsibility', users);
    item.update();
    clientContext.executeQueryAsync(Function.createDelegate(this, this.success), Function.createDelegate(this, this.failed));
    also i cant use managed client object model.. so pls let me know how to achieve the same using javascript client object model
    Ranjani.R

  • Do you have any html5 web app examples (not using javascript)?

    Do you have an html5 web app that only uses html5 and CSS?  (and NOT javascript).  I'd just like to see what other people are making because I don't understand how you could make an interactive webapp without using javascript (and I don't want to learn javascript).  I'd like to see what a web app looks like.

    HTML on it's own can't do anything smart. You need JavaScript to know when someone has interacted with the page. For example, clicked on an image, or entered text into a form field. You're going to need to know JavaScript in order to create any kind of apps with HTML 5 and CSS. If you want any interactive things such as geolocation etc it requires JavaScript. It's not hard to learn. I would suggest learning a library like JQuery. It uses CSS ids to allow you to select elements and regions on a page so as you can manipulate them. It's based on JavaScript, but a bit easier to learn. It's easy to add things like loops and chain functions it looks very CSS like so if you come from a design background it might be better for you to learn. You simply download JQuery from the http://jquery.com and store it in a folder with the site and then do a link to it. It's straight forward.

  • It is Possible to get Preflight information using javascript...?

    Hi EveryOne!!!
    I'm new baby to Acrobat using javascript .Please Help me?
    It is Possible to get Preflight information(trim size, colorspace and fonts) using javascript...?
    Thanks in Advance.
    -yajiv

    As Bernd says you can collect the page boxes via JS but nothing about the color spaces, graphic objects or fonts.
    For example to see the dimensions of the media box, use this in the JS console:
    var aRect = this.getPageBox("Media");
    var width = aRect[2] - aRect[0];
    var height = aRect[1] - aRect[3];
    console.println("Page 1 has a width of " + width + " and a height of " + height);
    The valid PageBox names are Art, Bleed, BBox, Crop (default) and Trim. The results are reported in Points (1/72 inch).
    You can find the total number of pages in a document using this.numPages and the current page with this.pageNum

  • AnyChart: Dynamically add/remove series using javascript

    Hi all,
    The examples on the following page they dynamically show/hide series using javascript without any server side action.
    http://www.anychart.com/products/anychart/docs/users-guide/livesamples/js-series/index.html
    It seems they can do this because they add the chart to the page using javascript and so other js scripts can access a reference to the chart object. Looking at the code generated when you add a flash chart using Apex, it appears they are embedded flash. Does this stop us from using javascript to manipulate the chart object?
    Has anyone managed to do something like the example in the page above using the built-in charting of Apex?

    Between me and another poster we've sort of worked out a solution here - Re: Apex 4.0.2 Manipulate Flash Charts using Javascript?

  • Is it possible to make OAM not using localhost.localdomian

    Have OAM on vm installation 11.1.1.3 and WG 11.1.1.3 over the web tier
    It's using http://www.localhost.localdomain:14100/oam/server/obrareq.cgi?encquery%3DSrMv6TO...
    Is there anyway to reconfigure it so it will use DNS name for the host?
    Thanks!

    Can you telnet into 5575 from the remote host?
    can't open connectionCan you telnet into 14100 from the localhost?
    can't open connection after i removed localhost as an allias for idmhostI'm assuming you were able to register the OAM WebGate successfully. Does the WebGate redirect to the idmhost as configured?
    yes it was working welll without a DNS

  • Is it possible to add text when using flashing button property node?

    I am trying to get a text button that displays TEST to show "running"
    when it flashes.  I am using a property node for flashing. 
    At present it cycles between TEST and default color which is set in
    flashing clolor options.

    hi there,
    use the "Strings[4]" property of the button. right click on the property node and see online doc for more information about the meanings of the 4 elements of strings[4].
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"

  • Check whether the checkbox in a form is checked or not using javascript

    when we click a check box (TBD) it should set the value of a field to a default value '1234'. If we uncheck the checkbox, it should set the field as Null.
    I have defined the checkbox as STATIC2:;1234 in form.
    I used the onClick event on the checkbox and called a function to update the column.
    Inside the function i am checking whether the check box is checked using
    if (document.getElementById('P4_TBD').checked=true)
    document.getElementById('P4_COL1).value='1234';
    else
    document.getElementById('P4_COL1).value=''; /* or $s("P4_COL1", "");
    it works only when check box is checked. If check box is unchecked it is not setting the field as Null.
    I checked document.getElementById('P4_TBD').checked=false instead of else clause. it is not working.
    Please help me on this issue.
    Thanks,
    Ravi

    When you are using checkboxes or option button, the ID for your button is using an index. If you create a group of 3 checkboxes with the ID = "MY_CHECKBOXES", APEX will create the following IDs for each of your options : MY_CHECKBOXES_0, MY_CHECKBOXES_1 and MY_CHECKBOXES_2. If you want to test if the first checkboxe is checked, you'll use document.getElementById('MY_CHECKBOXES_0').checked.
    I didn't test for a lone checkbox, but I expect your checkbox to be "TDB_0" not "TDB" who is the frame around your checkbox group.

  • I cannot use service:  make sticky note

    Hi,
    I posted the question below many months ago and had several helpful responses but unfortunately nothing helped. Basically I can set up a new user on my machine (24" iMac OS 10.4.9) and the new user CAN use the service "Make new sticky note". I cannot. Very strange and no one knows why. BTW, the replies indicated it was not only me; others had the same problem. Anyone want to add $.02?
    Posted: Nov 25, 2005 7:05 AM
    I find the ability to copy thiings from an application to a sticky note using the "make new sticky note" command under services very useful but it no longer works (for me) under 10.4.3. In fact, it is no longer even mentioned under Mac help. Does anybody kow what is happening? Thanks,
    G4 Mac OS X (10.4.3)
    G4 Mac OS X (10.4.3)

    Hello, rickw9.
    This post lists troubleshooting steps which are a bit more serious than my first recommendation. Both are in the Automation panel of OnyX.
    The second task I ran was Reset: LaunchServices database. A restart is not required, but save any open work anyway.
    Information from OnyX: Rebuild the LaunchServices database allows you to remove the links between documents and applications and to correct misc problems. Reset the LunchServices database deletes the current database, its preferences, and creates a new database.
    Review the information in the Notes section of this link so you know what to expect. [1] You may be prompted to approve the launch of an application associated with a document the first time you double-click that document. [3] You may find that you will need to recreate associations you have created between specific file types and applications. This is done by using Get Info —> Open with.
    Resetting Launch Services
    I had also tested all five of the Clear Cache options simultaneously, but I have done that before and Make New Sticky Note was not fixed. If you want to try that, do two things: save any open work because a restart is required, and read this link so you know what to expect.
    Side effects of System cache cleaning
    Thanks for your patience. I am coming at your post sideways because I was not specifically troubleshooting Make New Sticky Note.
    Sincerely (and with hope that this might be helpful),
    No Alibi.
     Backup what you can't afford to lose.   Mac OS X (10.4.9)  

  • How do I insert the logged in application username programmatically in sticky notes.

    We have a multiuser application where different users can access the same PDF document and can add sticky notes,
    The application uses Acrobat PDF Control for displaying the PDF content. Is there any option to add the logged in user's username through the program with the sticky notes?

    This is forum for Adobe Acrobat issues not some open source project. You might want to contact the developer of PDF Viewer Control with your issue.

Maybe you are looking for

  • Any way to add USB 2 to eMac 700 combo?

    iPod died and have been offered a 5G one as replacement but relies on USB 2 - I only have Firewire. Any ideas? I plan to upgrade to new Mac in the Autumn but in no position to do so yet so upgrading eMac would be perferable - if possible...

  • Cant get GraphicDrivers to work in bootcamp

    Hey! So I tried for the last week to get Windows to work on my iMac, I spent endless hours to do that and I had no success. Well, Windows runs but it runs sooo crappy. I think its because of the graphics drivers. In Windows 7 game perfomance was wors

  • Odiref.getPackage not available in ODI version 10.1.3.5?

    Hi, I have 10.1.3.5 version of ODI on my machine. I just wanted to cross check whether odiref.getPackage() method is available in this version or not? How do i upgrade it? Thanks.

  • Why can't I place an html snippet where I want it?

    I am trying to place a snippet at the bottom of one of my pages. I save the page. Publish it, and when I view the page after refreshing, it is somewhere else entirely, covering up text on another part of the page. Thanks in advance for your help. Her

  • LIVE encoding from osprey

    Hello, I am working on a project in which I have to encode 4 simultanous LIVE streams. How can this be done using FME?? Can one FME encode 4 simultanous streams or do I need 4 FME licenses?? Can it be done using one machine with a quad core processor