Document event handlers

How can I access the Page/Open and Doc/open event handlers using the Javascript Debugger?

Currently, I can see few related to closing and the economy of the document... Document will save, Document will be narrow, etc.

He didn't is a button "add" in the Actions of Document dialog box that appears when you click on other tasks when you change a document based on a form.
Also, I noticed there is a 'SetPageAction' Javascript function that can be used for the Open event handler, but apparently, it needs to be established via the script...

no GUI equivalent seems to be available.

It is not an event open explicit document. Code you place in a JavaScript to the document level runs when the document is opened.

To get the Page open/close events, open the Pages navigation pane, select the page you want, right click > Page Properties > Actions

Tags: Acrobat

Similar Questions

  • Event handlers

    Hello

    Is there a way by which we can check in the EM console the sequence of event handlers are triggered in IOM 11 GR 1 matter?

    I found a document, but that applies to R2.

    https://www.Google.com/URL?SA=t & RCT = j & q = & ESRC = s & source = Web & CD = 1 & CAD = AJLN uact = 8 & ved = 0CCwQygQwAA & URL=http%3A%2F%2Fdocs.ora...

    See these two documents:

    1. Event handler, you place your order for user entity create/change operations (Doc ID 1302854.1)
    2. How to use Data Tables ORCHEVENTS and ORCHPROCESS to identify which Eventhandlers Ran and what their status of an operation carried out by IOM (Doc ID 1568732.1)

    ~ J

  • problems with event handlers

    Hello world. I have a problem with the start of the event handlers in InDesign CS3. The example code I wrote the tutorial book, will not work. The message that I get when I open a new document is: "error string: the requested operation could not be performed because the object no longer exists." Here's the code I used:

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

    main();
    main() {} function
    myEventListener var = app.addEventListener ("afterNew", myDisplayEventType, true);
    }

    function myDisplayEventType (myEvent) {}
    Alert ("this event is the" + myEvent.eventType + "event.");
    }

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

    What's not here? Thanks in advance,

    mileking

    Hi mileking.

    Use the code example below:

    Code example
    #targetengine "session".
    main();
    main() {} function
    myEventListener var = app.addEventListener ("afterNew", myDisplayEventType, false);
    }

    function myDisplayEventType (myEvent) {}
    Alert ("this event is the" + myEvent.eventType + "event.");
    }

    Kind regards

    River. P

  • Event handlers 11gR2PS3 IOM raises but does not commit any changes

    Hello

    We have developed a few EventHandlers that triggers events RoleUser (MODIFY, CREATE, DELETE). An eventHandler does the following:
    -Gets the role that have been added to a user
    -Detects the role information
    -Updates the user with the role to some UDF information

    This feature works fine on its own when only an EventHandler is defined - there is not when having several of the handlers defined in the same time. This seems very strange for us, as some features do not work when this unfortunate error occurs.

    These are the ones we have now:

    <? XML version = "1.0" encoding = "UTF-8"? >
    " < eventhandlers xmlns =" http://www.Oracle.com/schema/OIM/platform/kernel "" xmlns: xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi: schemaLocation = " http://www.Oracle.com/Schema/OIM/Platform/kernelorchestration-Handlers.xsd " >
    < class = "Manager com.foo.bar.event.handlers.hr.UsrPreProcess of shares' entity type = operation 'User' = 'CREATE' name ="UsrPreProcess"Stadium ="postprocess"order ="1000"sync ="TRUE"/ >"
    < class = "Manager com.foo.bar.event.handlers.email.HandleEmailAddresses of shares' entity type = operation 'User' = 'CREATE' name ="HandleEmailAddresses"Stadium ="postprocess"order ="1001"sync ="TRUE"/ >"
    < class = "Manager com.foo.bar.event.handlers.security.SecurityAuthorizedForRestrictedHandler of shares' entity type = operation 'User' = 'EDIT' name ="SecurityAuthorizedForRestrictedHandler"Stadium ="postprocess"order = 'LAST' sync ="TRUE"/ >"
    <!-RELATING to the USER/ROLE->
    < class = "Manager com.foo.bar.event.handlers.security.SecurityRoleHandler of shares' entity-type ="RoleUser"operation ="CREATE"="SecurityRoleCreateHandler"Stadium"postprocess"order = name = '1010' sync ="TRUE"/ >"
    < class = "Manager com.foo.bar.event.handlers.security.SecurityRoleHandler of shares' entity-type ="RoleUser"operation = 'EDIT' name ="SecurityRoleModifyHandler"Stadium ="postprocess"order ="1011"sync ="TRUE"/ >"
    < class = "Manager com.foo.bar.event.handlers.security.SecurityRoleDeleteHandler of shares' entity type = operation 'RoleUser' = 'CLEAR' name ="SecurityRoleDeleteHandler"Stadium ="postprocess"order ="1012"sync ="TRUE"/ >"
    < class = "Manager com.foo.bar.event.handlers.security.SecurityUpdatedClearanceHandler of shares' entity-type ="RoleUser"operation ="CREATE"name ="SecurityClearanceHandlerCreate"Stadium ="postprocess"order = sync"1013"="TRUE"/ >"
    < class = "Manager com.foo.bar.event.handlers.security.SecurityUpdatedClearanceHandler of shares' entity-type ="RoleUser"operation = 'EDIT' name ="SecurityClearanceHandlerModify"Stadium ="postprocess"order ="1014"sync ="TRUE"/ >"
    < class = "Manager com.foo.bar.event.handlers.security.SecurityRevokedAuthorizationHandler of shares' entity-type ="RoleUser"operation = 'CLEAR' name ="SecurityRevokedAuthorizationHandler"Stadium ="postprocess"order ="1015"sync ="TRUE"/ >"
    < / eventhandlers >

    Newspapers are populated and APPARENTLY the IOM user is updated (populated UDF and our own newspapers and oracle logs shows that the user object is updated [using the UserManager]), but when you look in the database, nothing happens. No update after all the UDF. It's quite strange and we do not quite understand the EventHandlers point if they cannot live together like that...

    Anyone who has experienced similar problems? Its quite frustrating and chasing a fake bug as it's pretty boring.

    Kind regards
    Vegard

    EIS,

    This has been resolved now. It seems to be related to this Bug:

    https://support.Oracle.com/epmos/faces/BugDisplay?_afrLoop=544812021641634&parent=SrDetailText&SourceID=3-11573477441&ID=11804355&_afrWindowMode=0&_adf.CTRL-State=lmefs64q2_81

    As indicated in the bug, a new orchestration runs and causing the initial EventHandler that triggered, say UserManager.modify (), to stall PENDING - even if there is nothing to be waiting on. The fix pertains to adding the following lines of code:

    try {
    ContextManager. pushContext (role.getKey (), ContextManager.ContextTypes. ADMIN, OimContextProperties. ( ROLE_GRANT) ;
    roleManager.updateRoleGrant (role.getKey (), long of . toString(user.getKey ()), attributes);
    } catch (ValidationFailedException |) NoSuchRoleGrantException | RoleGrantUpdateException e) {}

    ...
    } { finally
    ContextManager. popContext ();
    }

  • Problem with event handlers

    Hello

    It seems that my event handlers do not work for some reason any. Could someone help me please?

    That's what I do:

    (1) create a simple Java class (with all necessary libraries) and compile to setMiddleName.jar:

    --

    bunch of pre-treat;

    import...

    public class setMiddleName implements {PreProcessHandler}

    public setMiddleName() {}

    Super();

    }

    @Override

    Public Sub initialize (HashMap < String, String > parameters) {}

    }

    @Override

    public EventResult run (long processId, long eventId, orchestration of the Orchestration)

    {

    Parameters HashMap < String, Serializable > = orchestration.getParameters ();

    String middleName = getParamaterValue (settings, "First name");

    If ((middleName == null) | middleName.equals("")) {}

    String firstName = getParamaterValue (settings, "First name");

    middleName = firstName.substring (0, 1);

    orchestration.addParameter ("middle name", middleName);

    }

    return new EventResult();

    }

    private String getParamaterValue (< String, Serializable > HashMap parameters,

    String key) {}

    {if (Parameters.ContainsKey (Key))}

    String value = (parameters.get (key) instanceof ContextAware)? (String) ((ContextAware) settings)

    .get (Key)). GetObjectValue(): parameters.get (key) (string);

    Returns the value;

    }

    else {}

    Returns a null value.

    }

    }

    @Override

    public BulkEventResult run (long arg0, long arg1, arg2 BulkOrchestration) {}

    TODO self-generating method stub

    Returns a null value.

    }

    @Override

    public void offset (long arg0, arg1 is long,

    {AbstractGenericOrchestration arg2)

    TODO self-generating method stub

    }

    @Override

    public cancel Boolean (long arg0, arg1 is long,

    {AbstractGenericOrchestration arg2)

    TODO self-generating method stub

    Returns false;

    }

    }

    --

    (2) create plugin.xml

    --

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < oimplugins xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance ">

    < pluginpoint = "oracle.iam.platform.kernel.spi.EventHandler plugins" >

    < pluginclass = "preprocess.setMiddleName plugin" version = "1.0"

    name = "setMiddleName" / >

    < / plugins >

    < / oimplugins >

    --

    (3) package zip file with the following content:

    --

    /plugin. XML

    /lib/setMiddleName.jar

    --

    and copy it to /oracle/plugins/setMiddleName.zip

    (4) create EventHandlers.xml and put it in /oracle/eventhandlers/metadata/preProcessEH/EventHandlers.xml

    --

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < eventhandlers xmlns =" http://www.Oracle.com/schema/OIM/platform/kernel "" xmlns: xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi: schemaLocation = " http://www.Oracle.com/Schema/OIM/Platform/kernel orchestration - handlers.xsd" >

    < entity-type of the action handler = "User" operation = "CREATE" name = "setMiddleName" Stadium = "preprocess" order = "1050" sync = "TRUE" / >

    < / eventhandlers >

    --

    (5) change ant.properties:

    --

    WLS. Home=/Oracle/MW/wlserver_10.3/

    IOM. Home = / Oracle/MW/Oracle_IDM1/Server

    Login.config = ${IOM. Home}/config/authwl.conf

    MW. Home = / Oracle/MW

    --

    and call 'Ant f pluginregistration.xml register' and specify the location of setMiddleName.zip. Result: [echo] Plugin version 1.0 reregistered preprocess.setMiddleName, BUILD successfully.

    (6) Edit weblogic.properties:

    --

    wls_servername = oim_server1

    application_name = OIMMetadata

    metadata_from_loc = / oracle/eventhandlers

    --

    and call. / weblogicImportMetadata.sh, which translates as:

    --

    Now to the tree of domainRuntime. It is a tree read-only with DomainMBean as the root.

    For further assistance, use the help (domainRuntime)

    Disconnected from the weblogic server: AdminServer

    End of import of metadata script...

    Leaving WebLogic Scripting Tool.

    --

    7)./PurgeCache.sh call all THE

    (8) restart IOM

    (9) result: the event handler does nothing. I don't have the impression to be called never, I tried to add logging resulting not in what either.

    Using the administration console export tool, I check that the handler is however there (it shows as/metadata/preProcessEH and I can export).

    What I am doing wrong? I forgot something?

    Thank you

    Max

    Hello

    In your EventHandlers.xml

    "http://www.Oracle.com/Schema/OIM/Platform/kernel" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" "xsi: schemaLocation =" "http://www.oracle.com/schema/oim/platform/kernel orchestration - handlers.xsd" > "

    I don't see the class?

    See the example below

    <>

    Class = "Oracle.OIM.extensions.PreProcess.SamplePreprocessExtension"

    entity-type = 'User '.

    operation = "CRΘER."

    name = "SetUserMiddleName".

    Stadium = "pretreatment".

    order = "1000".

    Sync = "TRUE" / >

  • Creating ent via API and post processing event handlers

    I have a number of post-processing-event handlers defined for the creation of the organization. They all work fine and do what they need to do when I create an organization via the web interface. However if I create an organization that uses the Java API, managers of events do not run. They are not supposed to run? I think that IOM should handle all the same applications - everywhere where they are generated.

    Here is my example of API:

    Import Thor.API.Exceptions.tcAPlException;
    Import Thor.API.Operations.tcOrganizationOperationslntf;
    import java.util.Hashtable;
    import java.util.HashMap;
    Import javax.security.auth.login.LoginException;
    Import oracle.iam. platform. OIMClient;

    public class test {}
    Public Shared Sub main (string [] args)
    {
    Hashtable env = new HashtableQ;
    approx. put (0IMc1 I ent. jAvA_NAMING_FACTORY_INITIAL, "weblogic.jndi.WLInitiialContextFactory");
    env.put (mpta OIMC]. JAVA_NAMING_PROVIDER_URL, "t3: / / localhost:14000");
    OIMClient oimclient = new olMClient (env);
    try {}
    oimclient. Login ("xelsysadm", args [O] .tocharArrayO); II the password is the only argument
    } catch (System.Exception e)
    System.out.println ("ERROR: connection exception.") Please check your username / password are correct. ») ;
    }
    tcorganizationOperationsintf orgManager = (tcOrganizationOperationsintf.class) oimclient.getservice;
    < String, String > HashMap hmorgDetails = new HashMap < String, String > ();
    hmOrgDetails.put ('Organizations.organizationName', 'org test');
    hmorgDetails.put ('Organizations.Type', 'Branch')
    Try
    {
    orgManager.createOrganization (hmorgDetails);
    } catch (Exception e) {}
    System.out.println (e. getMessage())
    e.printStackTraceQ;
    }
    return;
    }
    }

    and my definition of post processing:
    <? XML version = 'l.O' encoding = "uTF - 8"? >
    < eventhandlers xmlns = "http://www.oracle.com/schema/oim/platform/kernel."
    xmlns: xsi = "http://www.w3.org/2001/xMLschema-instance".
    xsi: schemaLocation = "http://www.oracle.com/schema/oim/platform/kernel%2dorchestrat-jon."
    -hand] ers. XSD">
    <! - custom preprocess event handlers - >
    < entity-type of the action handler = operation 'Organization' = 'CRΘER. '
    Class =' ' corn.corp.AutoCreateRoles
    name = 'Run in creating org'
    Stadium = "post-processing".
    order = "2000".
    Sync = "TRUE" / >

    Try to use OrganizationManager service class in your java code instead of the tcOrganizationOperationsIntf inheritance. Which should trigger the event handler. Recently, I had a problem where using the EntityManager on user has not triggered the eventhandler but only when using the UserManager triggered it.
    It would be possible only when you are using the legacy API, a new orchestration is not produced, and therefore the event handler is not called.

    -Marie

  • The event handlers that doesn't work do not

    Hello. I'm trying to get my .fla to go on my case-3 film, but when the home page appears, do not click on the buttons to instances of film. I have check the names, and they are correct. Can you find anything in the code? Thank you

    package {}

    import flash.display.MovieClip;

    import flash.events.MouseEvent;

    SerializableAttribute public class Main extends MovieClip

    {

    var startPage:StartPage;

    var hillPage:HillPage;

    var pondPage:PondPage;

    public void Main()

    {

    startPage = new page of home;

    hillPage = new HillPage;

    pondPage = new PondPage;

    addChild (startPage);

    Add event listeners

    startPage.hillButton.addEventListener (MouseEvent.CLICK, onHillButtonClick);

    startPage.pondButton.addEventListener (MouseEvent.CLICK, onPondButtonClick);

    hillPage.backToStartButton.addEventListener (MouseEvent.CLICK, onBackButtonClick_Hill);

    pondPage.backToStartButton.addEventListener (MouseEvent.CLICK, onBackButtonClick_Pond);

    }

    Event handlers

    function onHillButtonClick(event:MouseEvent):void

    {

    addChild (hillPage);

    removeChild (startPage);

    }

    function onPondButtonClick(event:MouseEvent):void

    {

    addChild (pondPage);

    removeChild (startPage);

    }

    function onBackButtonClick_Hill(event:MouseEvent):void

    {

    addChild (startPage);

    removeChild (hillPage);

    }

    function onBackButtonClick_Pond(event:MouseEvent):void

    {

    addChild (startPage);

    removeChild (pondPage);

    }

    }

    }

    are there any error messages?

    If this is not the case, use the backtrace function.  for example, place trace functions in your event handlers to see if these functions are called.

  • Event handlers and the question of access to IOM 11.1.1.5 policy

    Hello

    IOM 11.1.1.5

    We created the Post process event handlers to fill some fields on the user form.
    We created an access policy to configure the AD resource to the user.
    We had used the cards to prepopulate to fill in the form process AD.

    Now, as a user is created through reconciliation:
    (1) user is created at the IOM.
    (2) handlers process events post generates fields (name common example seen on balls)
    (3) access policy triggers and using prepopulate adapters process form is filled
    (4) fields like first name, last name are entered on the form of courses
    (5) the fields that are generated by using common name event handlers are filled under vacuum in the form of courses.

    Reason is that, before the common name is saved on the user (generated by the event handler) form access policy is drawn and prepopulate the recalled adapters and resources is put into service.

    How can I ensure that fires after access policy fields are recorded on the form user generated by post process event handlers.

    Yes, you need a different order for diff eventhandler. But preprocessing and postprocessing can have the same

    for example pre eventhandler-1003, 1005
    post eventhandler may also have some 1003,1005

    but you can't put even in order in the same type of eventhandler

    If the command does not try my approach 2 from the previous post

  • Doubts about event handlers

    Hello

    I had some doubts about the event handlers in the IOM 11.1.1.5...

    (1) I want to use the same event handler for the message insert and update Post task... Can I use the same handler for this... If Yes, then how can I make...

    (2) can I create the single class of Plugin.xml and add all the jar files in IE single lib folder and zip them all together... If yes then what changes I need to do? Need only add that the plugin tags for different class in the plugin.xml file files? OR need to do something extra too...?

    (3) if I need to change something in any class handler... Is it need to unregister the plugin and register again...?
    If Yes... Is it need to delete the event handler using the weblogicDeleteMetadata command?

    (4) that we import the event handler of the path as event manager/db /... If we add all the evetn handler.xml files in this folder... As when importing weblogicImportMetadata called recursively all files in this folder... Now, if I need to change anything in one of the event handler class... so if import us from the same event manager/db folder... What to do... Create the copy of the eventhandlers? OR should I not add Eventhandler.xml files to class files, I made the changes...

    (5) given that I need to create emails on the creation of the user while recon and identification of email updated as a first name or surname updates... I had to use in the event handler.xml (entity-type = 'User' operation = "CRΘER") or something else...


    Help me clarify my doubts...

    Yes, on the update post you need to be check first if the first and last name change to update the mail electronic id, rather then calculation always email identification. So, you can check the path name are updated through the previous code.

    -Marie

  • Do I need to worry about these event handlers in a grid in a perspective of memory leak?

    I'm pretty new to Flex and could not understand how to add event handlers for components of rendering engine inline article since the script file so that I have attached the listnerers just under the elements themselves (for example < mx:Checkbox... change = "outerDocument.doSomething (event)"... / > "):

    <mx:DataGrid id="targetsGrid" width="100%" height="100%" doubleClickEnabled="true" styleName="itemCell"
          headerStyleName="headerRow" dataProvider="{targets}"
          rowHeight="19" fontSize="11" paddingBottom="0" paddingTop="1">
         <mx:columns>
         <mx:DataGridColumn width="78" dataField="@isSelected" headerText="">
         <mx:itemRenderer>
              <mx:Component>
                   <mx:HBox width="100%" height="100%" horizontalAlign="center">
                        <mx:CheckBox id="targetCheckBox" selected="{data.@isSelected == 'true'}" 
                             change="outerDocument.checkChangeHandler(event);"/>
                        <mx:Image horizontalAlign="center" toolTip="Delete" source="@Embed('/assets/icons/delete.png')" useHandCursor="true" buttonMode="true" 
                             click="outerDocument.deleteHandler(event);"/>
                        <mx:Image id="editButton" horizontalAlign="center" toolTip="Edit" source="@Embed('/assets/icons/edit-icon.png')" useHandCursor="true" buttonMode="true" 
                             click="outerDocument.editHandler(event);"/>
                   </mx:HBox>
              </mx:Component>
         </mx:itemRenderer>
         </mx:DataGridColumn>
              <mx:DataGridColumn id="Name" dataField="@collectionDesc" headerText="Name" itemRenderer="com.foobar.integrated.media.ui.component.CellStyleForTargetName"/>
              <mx:DataGridColumn id="Created" width="140" dataField="@createDateTime" headerText="Created"  labelFunction="UiHelper.gridDateFormat" />
         </mx:columns>
    </mx:DataGrid>

    This grid is part of a display which will be destroyed and re-created potentially several times during the session of a user of the application (there's a great dynamism to the app and views are created running). Destroyed by I mean the view that contains the DataGrid above will be is more referenced in some circumstances and a whole new object view is created (which means old datagrid is more referenced and a new one is created).

    I heard that you must clean up event handlers, when they are no longer used, and I know how the view is destroyed, but I do not know how to clean the point added to the renderer components managers event? Is this something that the Flex garbage collector handles effectively?

    In addition, on a somewhat related note, how could I push the element converter to an external component because I need a reference to the datagrid.selectedIndex who, as an external element rendering that I wouldn't have access to this grid containing in my event handlers for the rendering engine option buttons?

    Let's be careful here.  It is true that the cleaning is not necessary, but in the

    provided code snippet, outerDocument is implied to be a .mxml that

    contains the DataGrid control and its components online references because of

    the rendering engine are a function in a script that is not defined in block

    the DataGrid control.

    Although the outerDocument is not destroyed and only the renderers are underway

    created and destroyed, the written code will not cause a leak because the

    rendering made reference to the outerDocument and not the opposite engine.

    And it's because the code in an event handler block is not a request of

    Add an event listener to outerDocument, it is simply a method of a body

    the handler that is attached to an object in the rendering engine.

    What would cause a leak is a call to outerDocument.addEventListener.

  • How to reference clips video parent/child with event handlers?

    I wonder how to reference correctly clips video parent/child, creating event handlers?

    I have a button in a movie clip, which is located in a clip.

    That's what my manager looks like now:

    This. DropMenus.DMSeats.ButtonSeats.addEventListener ("click", SeatsOver);

    The button instance name is ButtonSeats

    It is, I get this:

    TypeError: Error #1009: cannot access a property or method of a null object reference.

    Any idea where I could go wrong?

    Also, if I were to move the listener to drain directly into the clip where the button, how could I make reference to the parent/parent timeline (the main timeline)? Am I right to understand that .This refers only to the current clip?

    Thank you!

    You can place your code in a function that is called when your objects exist.

  • Movie Clip event handler block button event handlers

    Hello - really need help!

    I have a clip that contains a button. (i.e. my_mc.my_btn)

    I have a few event handlers for the clip (my_mc.onRollOut, my_mc.onRelease, etc.) and that they are working correctly.

    However, once I added these event handlers to deal with the clip, my breast my quit clip buttons all work together. It's like movie clip managers are overridding the functionality of the button.

    How to use movie clip handlers and my buttons inside continue to work?

    Help!

    You're right, manifestations of the parent are the substitution or fly, the events of the nested children. See this article for ways to deal with this: http://www.senocular.com/flash/tutorials/buttoncapturing/.

    Welcome,
    blemmo

  • Run the Script on the Open Document event

    OK so I know about the spectacle of afterOpen and I think I understand how to use it, however, I do not understand how to open to a specific document.

    I don't want this script runs on all the documents that I opened, I would like to incorporate into a document and then run it whenever I open this document. Is this possible?

    Maybe run the script in the script label?

    Or I just put a script in the start Panel, and then create a session script that checks the name of each document open and then runs the script, if I have a match?

    Thank you

    As you chart put it in the startup scripts folder

    //startup script
    #targetengine "session"
    main();
    function main(){
        var myEventListener = app.eventListeners.add("afterOpen", excuteScriptLabel);
    }
    
    function excuteScriptLabel(myEvent){
              //The parent of the event is the document.
              var myDocument = myEvent.parent;
        if (myDocument.constructor.name == "Document") {
            if (myDocument.label != "")
                app.doScript(myDocument.label, ScriptLanguage.javascript);
        }
    }
    

    Then try this line on a document and save it, and then open the same file and a few others, you will notice that this code only run on this document:

    app.activeDocument.label = "alert (\"Yes\");";
    
  • Add level application and document events using javascript

    Hi all

    I need to do a validation in the case of the preliminary version of the pdf document. There are samples available using the interface user and adding the script in the script dialog box, but my requirement is that I need the card of the "preprint" event and the event handler for the document pdf using javascript code pure without the user interface. Any help would be greatly helpful. Thanks in advance.

    Kind regards

    Cherkaoui

    WillPrint is raised when the document print - after pressing the button print in the dialog box.

  • How to insert and set custom documents events

    Hello

    is there a way to create custom events in livecycle rights management?

    I'm developing a Microsoft Word plugin that is supposed to register an event on livecycle whenever the user of the content of document copy, is there a way wants to register an event took place on a document (ex: Document copied).

    I've not found in livecycle, the document "copied" is it possible to define such events?

    I've not found in livecycle rights management webservices method to insert events, even the pre-defined ones (print, display). Is it possible to insert events in livecycle?

    Quantities direct from the LiveCycle database tables are not certainly supported.  I recommend that you do not continue with this type of workaround.  The events that are defined in the product and the mechanism to capture them are essential to the product and can be "extended" by using the API.

    Although it will not solve your problem immediately, you could log a request for improvement let Adobe Technical Support.

    Concerning

    Steve

Maybe you are looking for