how to execute create PDF menu item

Ask a Question related to Adobe Acrobat Macintosh, Design and Development.

  1. #1

    Default how to execute create PDF menu item

    hi all,

    I need to bind two pdf files.

    I did that by using File->Create PDF->From Multiple Files option.

    I want to automate this work using javascript.

    How can i do this?

    How can i execute the menu item Create PDF?

    Thanks in advance and urgent please....
    chidambaram@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Executing a Menu Item using OLE in C++
      Hi there, What I would like to do is control and execute various menu items such as the Movie Tool, 3D Tool, and TouchUpObject Tool from my...
    2. create new sub-menu item....how???
      Hi, I have a site created with Dreamweaver templates. I can create a new page from a template but i want to make the page a sub-menu page. For...
    3. How get root item in menu bar
      in all of my applications with a menu bar, the MenuEvent.CHANGE event fires every time you click on a menu item, be it a top level, a leaf level, or...
    4. Add new Item on Pop Up Menu
      Hi, It is possible to add new items in contextual menu. You will need to use the function AVAppRegisterForContextMenuAddition. You can report...
    5. 'Copy project' menu item
      Hi. Is it possible to use the Copy Project window to copy my project files to a machine on a different network? From my development machine I...
  3. #2

    Default how to execute create PDF menu item

    >How can i execute the menu item Create PDF?

    I do not see how that would really help, since that menu item will
    just display a dialog box.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  4. #3

    Default Re: how to execute create PDF menu item

    Thanks for reply..

    Two PDFs are binded using that menu item only.

    I want to automate that.

    how can i do that in another way?
    chidambaram@adobeforums.com Guest

  5. #4

    Default Re: how to execute create PDF menu item

    hi,

    I executed that menu item using

    app.execMenuItem("NewDocFromFile")

    I got that dialog box.

    How can i provide values to that dialog box?
    chidambaram@adobeforums.com Guest

  6. #5

    Default how to execute create PDF menu item

    You can't. If a menu item displays a dialog box, then that's what it
    does: automation stops.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  7. #6

    Default Re: how to execute create PDF menu item

    Is it possible in applescript?
    chidambaram@adobeforums.com Guest

  8. #7

    Default how to execute create PDF menu item

    Have you looked at the Interapplication Communication documentation in
    the SDK?

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  9. #8

    Default Re: how to execute create PDF menu item

    For the Acrobat SDK, no, it is not possible because there is no API to allow developers to do so via AppleScript. Now on to the world of "unsupported".

    It "might" and I do stress the word *MIGHT* be possible via AppleScript System Events, but this is in all worlds is a VERY BAD way to do things. It requires that no other applications running in the foreground and if your application loses focus for another applications dialog box (i.e. Adobe Updater, Mac OS X Software Update, etc...) you are, what some might say "hosed" because then your AppleScript no longer can execute properly. Surely NOT something to be used in a production environment.

    Sabian
    Sabian_Zildjian@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139