Set annotation flags for link annotations using JavaScript

The JavaScript for Acrobat API Reference doesn't list Link as an annotation type[1]even if it's a subtype in the PDF specification (8.4.5 Annotation Types).
I know how to get the link objects using JavaScript, but they don't have a print property, because it belongs to its mother annotation object.
Example:
I have a scanned PDF, OCRed, with two links. Acrobat's content panels shows an annotation object with two links.
>this.syncAnnotScan();
>var annots = this.getAnnots();
returns
>null
Any idea how to set the annotation flag to Print for a link annotation using JavaScript? (flag 3 aka Print is required for PDF/A)
[1] http://livedocs.adobe.com/acrobat_sdk/9/Acrobat9_HTMLHelp/JS_API_AcroJS.88.20.html

Hi,
Thanks for replying. But this example sets falshvars through the UI, and as I have mentioned I want this done from javascript in the document - I dont have the value for some of the flashvars during embedding.
(Using a EI call is my last resort, as I am not expected to make any modification to the SWF file - the SWF file, hitherto, was being hosted in a HTML where it was being passed flashvar params)

Similar Messages

  • Standard/Custom program to set deletion flag for Purchase Requistions

    Hi all,
    If any of you know the Standard/Custom program to set deletion flag for purchase requistions, please let me know. It would be of great help.
    Thanks in advance,
    Karthik

    Hello
    Bapi BAPI_REQUISITION_DELETE will help you.

  • Prerequisites required to set Deletion Flag for an Order

    Hi Experts,
    I need to know what are all the Prerequisites required to set Deletion flag for an Order.
    i.e. can i set deletion flag for any existing order?
    Kavin

    Hi Kevin,
    System will allow you to set deletion flag if,
    - No Goods Movement is carried out.
    - No Confirmation has has been carried out.
    - Conclusion of point 1 and 2 is order should not carry any cost.
    - If In process Inspection is active then Result Recording should be not started.
    - In case of Process Order CRCR (Control Recipe Created) status is not allowed.
    Regards,
    Dhaval

  • Cannot set deletion flag for order

    Dear Experts,
    I am trying to set deletion flag for order XXXX,
    i am getting Error Massage " You cannot set deletion flag for order XXX (see log) Message no. CO432"
    my order status is REL  CNF  DLV  PRC  GMPS MACM OPGN SETC
    How can i set deletion flag for order.....
    Please give your suggestion.
    Thanks for support.......

    Dear,
    Order status is REL CNF DLV PRC GMPS MACM OPGN SETC
    And, I have checked log u201CThere are no entries in the deletion flag logu201D
    There no balance- I have not done any confirmation (Total Qty 1000 EA, Delivered Qty 0 EA)
    You have done confirmation and delivery has happened thats why the status shows "CNF & DLV" You need to complete your settlement.
    Check and revert back.
    Regards,
    Alok Tiwari

  • Setting Inheritable flag for attribute rights of object

    Hi,
    I want to set a user object A as the trustee of another object B. So i
    am modifying the acl of B. For that i used the function
    ldap_modify_ext_s and pass it LdapMod values. The mod_values member is
    set using the LDAP_DS_ATTR_READ and LDAP_DS_ATTR_INHERIT_CTL privilege.
    66#entry#cn=A,o=context#[All Attributes Rights].
    Here 66 means LDAP_DS_ATTR_READ and LDAP_DS_ATTR_INHERIT_CTL.
    But when i check in console one, the [All Attributes Rights] property
    is set to Read but the Inheritable flag checkbox in unchecked. What
    could be the reason. I want to set the inheritable flag and am not
    getting any way to do it.
    Any suggestions?
    Thanks,
    Rohit
    janmarohit
    janmarohit's Profile: http://forums.novell.com/member.php?userid=64727
    View this thread: http://forums.novell.com/showthread.php?t=398791

    I have similar code in C. I am able to change ACL. But its only the
    inheritable property that i am not able to acheive. I have read that
    using #subtree# instead of #entry# will do the inheritance part but its
    not working for me.
    Jim Willeke;1919668 Wrote:
    > I have not worked with the ACLs much from LDAP; but you might try
    > setting the values you want in iManager and then checking to see the
    > values in LDAP.
    >
    > This might help:
    > 'Sample Code for
    > var/ndk/webBuildengine/tmp/viewable_samples/f91a68eb-ad37-4526-92b1-b1938f37b871/ModifyACL.java'
    > (http://developer.novell.com/document...yACL.java.html)
    >
    > -jim
    >
    > On 1/20/2010 6:26 AM, janmarohit wrote:
    > >
    > > Hi,
    > >
    > > I want to set a user object A as the trustee of another object B. So
    > i
    > > am modifying the acl of B. For that i used the function
    > > ldap_modify_ext_s and pass it LdapMod values. The mod_values member
    > is
    > > set using the LDAP_DS_ATTR_READ and LDAP_DS_ATTR_INHERIT_CTL
    > privilege.
    > >
    > >
    > > 66#entry#cn=A,o=context#[All Attributes Rights].
    > > Here 66 means LDAP_DS_ATTR_READ and LDAP_DS_ATTR_INHERIT_CTL.
    > >
    > > But when i check in console one, the [All Attributes Rights]
    > property
    > > is set to Read but the Inheritable flag checkbox in unchecked. What
    > > could be the reason. I want to set the inheritable flag and am not
    > > getting any way to do it.
    > > Any suggestions?
    > >
    > > Thanks,
    > > Rohit
    > >
    > >
    janmarohit
    janmarohit's Profile: http://forums.novell.com/member.php?userid=64727
    View this thread: http://forums.novell.com/showthread.php?t=398791

  • How to mass set deletion flag for the production order

    Hi Expert,
      do you know which transcation code or program is used to mass set the deletion flag for production order?
    thank you in advance!

    Hi,
    http://www.sap-img.com/production/how-to-delete-old-production-orders.htm
    Note that CO78 is the start of the Archive process.  We are not using Archiving yet but the initial process fits the bill for what we need to do as mentioned in the original note.
    Decide the range of orders you want to delete.  This range will be used in the program variant. Note that we will be running CO78 many times because of the number of orders involved. 
    Running CO78 calls program PPARCHP1 and this involves the use of a Variant where the parameters for selection etc. are set. 
    First of all, create the variant via SE38 for PPARCHP1. 
    Enter details for number range, order type, plant and set deletion flag. Flag Detailed log and set this to go to Spool when running. Save the variant. You can also force the job to run in background at this point (which I would recommend) via menu line Variant --> Attributes.  Also here you can flag order number, order type and plant to be required fields. 
    Run CO78
    Press the first button - deletion flag/deletion indicator.
    Choose the variant you have just created.  Press "Maintain" to update the selection range on subsequent runs. Save changes and return to initial screen.
    Press Start date to set date and time for job to run as per any background job. Icon will turn Green.
    Press Spool Params to set save output in Spool Q rather than print immediately. Icon will also turn Green.
    Press Execute and job can be tracked via SM37.
    Details of deleted orders and errors will appear in the Spool.
    Rerun as many times as you need with relevant order ranges till all required orders are deleted.
    Hope this will resolve your issue.
    Regards,
    Naveen.

  • SETTING DELETION FLAG FOR PRODUCT COST COLECTOR:

    Hi Gurus, could you please help me with this question:
    We need to turn off the repetitive mfg
    indicator active for a group of materials. this in order to replace product collectors to production
    orders.
    When I tryed to set the deletion flag for product cost colectors, SAP
    Shows this message :
    "THERE ARE STILL UNSETTLED VARIANCES FOR ORD 710040".
    Cheking Note "421710 - Check report whether "Deletion flag" status can
    be set" I found the program COPC_COSTOBJ_REORGCHECK , this program
    shows that I have Unsettled variances since 2004...
    The order have a settlement rule PER, So I can't settle 2004
    variances.. checking the note 421710, I Found that other way is to turn
    off the field indicator "variance to costing-base PA" in OK07.
    Must I turn off the field "variance to costing-base PA" temporaly, in order to close de cost colectors ?
    there are another program or report that I can use in order to settle the old variances?
    Message was edited by:
            Andres Moreno

    REWARDED POINTS AVAILABLE  !!!!!!

  • How to set CORS properties for BLOB Storage using node?

    Hi - I just got started with Azure using a Node-based web site and mobile services.
    I am following various documentation in order to provide an API for users to upload images via a time-restricted SAS for the BLOB Storage.
    In order to upload my image, I need to set the CORS configuration for the BLOB Storage. Unfortunately this cannot be done via the management portal.
    I'm unclear as to how to accomplish this. I'm considering using the startup.js file in my mobile service to make a post request to the BLOB Storage REST API:
    http://msdn.microsoft.com/en-us/library/windowsazure/hh452235.aspx
    Are there appropriate methods in the Node SDK to make this easier, especially the signing part?
    What is the recommended way for setting CORS properties for the BLOB Storage via Node?
    Thanks for your help
    Stefan

    Unfortunately Node SDK does not support CORS functionality yet. Your option would be to write code which consumes the REST API for setting CORS. Not sure if it helps but there's a free tool out there written by my company which you can use to set CORS
    on your storage account. More information about this tool can be found here:
    http://blog.cynapta.com/2013/12/cynapta-azure-cors-helper-free-tool-to-manage-cors-rules-for-windows-azure-blob-storage/
    Hope this helps.

  • Set Deletion Flag for the Preventive Maintenance Order

    Hi,
    I need to set the Deletion flag for the Service Order. Deletion flag available in the screen disabled. Please suggest.
    also I need know under which I shall be able to set such deletions.
    Thank you,
    Vijaya

    Hi Vijaya,
    Pls refer the help.sap.com related to deletion flag for PM/CS Orders. Some of the check criteria mentioned below for your reference.
    Before a deletion flag is set, the following requirements must be met:
    u2022 Any manually added purchase requisitions or purchase orders for the order must be deleted first.
    The balance of the actual costs for the order must be zero. This means that the deletion flag can only be activated if the order has already been settled, or if no actual costs were incurred for the order.
    u2022 Commitments relating to the order must be deleted.
    u2022 Unprocessed and incorrect goods movements must be processed.
    When the deletion flag is activated, all remaining capacity requirements are deleted. A deletion indicator is also set in any open material reservations.
    An order that has been flagged for deletion cannot be changed. However, you can cancel the deletion flag.
    Thanks
    Siva
    Edited by: sivakumar kasi on Sep 3, 2009 12:09 PM
    Pls set the Order as Techically completed (TECO) and check the deletion flag set.
    Thanks
    Siva

  • What are the Pre-requisite to set Deletion Flag for Maintenance Order ?

    Hi Gurus,
                  Pls give me what are the pre- requisite to set the deletion flag.
                  I want to set deletion flag to some Maintenance Orders which are with notification, but deletion flag - SET,RESET Indiacaors are inactive.    
                  Following are my observations-
                  1) Order is not yet released.
                  2) No actual Cost is with the order.
                  3) No PR and POs are with the Order.
    Pls guide me.
    With best regards,
    narendra

    hi
    you can put the deletion flag only when the order has the status CLSD or the balance of the order must be Zero
    you can refer the following link
    http://help.sap.com/saphelp_47x200/helpdata/en/8d/3e65a0462a11d189000000e8323d3a/content.htm
    regards
    thyagarajan

  • Set deletion flag for Order before releasing the order

    Hi all,
    can we set the Deletion Flag for an order before release of that order.
    Regards,
    Bhanu.

    Hi,
    You can lock and unlock order without releasing.
    In case of Un execute we can not release order further.
    Path:
    ORDER-FUNCTION-LOCK
    order-function-unlock
    Regards,
    Sudhakar

  • How can I set up Lync for my personal use?

    How can I set up Lync 2013 for my personal use. I don't have any personal domain (using outlook, hotmail etc) or any server.  Is there a way, I can still set up Lync on my PC? Please advise.

    You can't use a personal email account (MSN/Gmail/etc..)
    to sign into the Lync client. You can purchase an account from Lync Online: http://office.microsoft.com/en-us/lync/lync-online-overview-and-features-online-meetings-and-instant-messaging-FX103789571.aspx 

  • Can't open links that use Javascript even if Javascript enabled

    I've tried to open links on a recruitment website but the ones that use javascript, or at least I assume they do as this appears at the bottom of the screen when i click on the link javascript:%20OpenWindow(350,402,%20'details.asp?dir=1&id=39649&type=O&checksum=df089b6b4eab6c4134db5582a6d77a31',%20'Update',%20'True'); but nothing happens. Direct links to another website work ok. i'm having no problems with this when using internet explorer.
    many thanks.

    I went to the web site. No problem loading.

  • Problem setting the fillColor on dynamic tables using javascript

    I try to set the background color on some text fields that I put in a dynamic table. When I set the border color, everything works fine, but not with the fillColor. If I set the fillColor for the enter event for example, the field will only get a colored border, and when I click another field, the field turns completely colored. If I set an exit event with a different color, the field flickers before changing back to white. This happens in dynamic tables only. I am using Designer 8 on Windows XP. This problem has been confirmed by others, and in different forms.

    this.border.fill.color.value = "value" works for me
    value is in 255,255,255 rgb format

  • How to set radio button from radio group using javascript, HTMLB

    Hi guys,
    I am trying to set one radio button as checked, from my radio button group using javascript.
    This is the code:
         <hbj:radioButtonGroup id='TRAIN_SUB' columnCount="1">
              <hbj:radioButton id="TRAIN_SUB0" text="Not Applicable" key="NA" disabled="true" /> 
              <hbj:radioButton id="TRAIN_SUB1" text="SDF" key="SDF" disabled="true" jsObjectNeeded="TRUE"/>               
         <%     
              ssTrainSubsidy = new String(MAIN_FORM.getParamIdForComponent(TRAIN_SUB));
         %>
         </hbj:radioButtonGroup>
    in javascript, i am using this:
                   /document.getElementById('<%= ssTrainSubsidy%>')[2].checked =true;
    I also tried to access the radiobutton directly, using
              ssTrainSubsidy0 = new String(MAIN_FORM.getParamIdForComponent(TRAIN_SUB0));
    but it has null pointer error.
    but always have error, anyone can help? thanks!!
    Edited by: Feng Guo on Aug 12, 2010 3:44 PM

    document.getElementById(radioid).checked =true;
    this code will work to select the radio button (set). i think there is a error in the id you placed in ID. place the Radio butoon id and check again. Check this thread on [setting a Radio button|Setting HTMLB RadioButtonGroup Selection using JS;
    regards,
    Mahesh

Maybe you are looking for

  • Opening new web page using servlet and jasper report. ?

    Hello, I am developing one small web application and implementing jasper report in it. I am using jasper report with servlet. Which is generating one pdf file and displaying in same browser. But I want to open this report in new browser. Which is onl

  • How can I have a fluidarea with max width set?

    I have a design where I want a div with the background set to full width - hence 100% <div id="ContentArea" style="width:100%;background-color:#F55; > <div id="FIXEDCOLUMN" style="width:60px; >           some content goes here </div> <div id="FLUIDAR

  • Cannot use Standby option on my Satellite Pro P200

    Hi I have installed XP SP2 on my P200, but it can not go into standby, it says something about RAM parity check or something? What can be wrong? Standby in Vista works fine. *Hardware malfunction* *Call your hardware vendor for support* *nmi: parity

  • Problem updating razr v3i

    When I connect my phone, itunes recognizes my phone and updates. Then when I drag a play list or song to my phone icon , I get a message that it is updating but after a few moments a pop up returns with this message. "The mobile phone cannot be updat

  • Cannot shrink the undo tablespace

    Hello! I have run a very long procedure, which generated 15GB undo information. Now I can see in the enterprise manager, that the undo tablespace is empty again. I tried to resize the datafile, but I receive "*ORA-03297*: file contains used data beyo