Can I add Action button on each page of my pdf document

I have created  many power point slides with an action button on each slide that allows the user to click to display a video clip.   I would like to create a pdf document of this and replace each of my action button in ppt with an action button that works in Acrobat.
I noticed that action buttons can be added to forms, but I want to be able to add an Action Button on each of my ppt slides to start playing a video clip (each slide will have a different video).
I would like to do this using any coding method (i.e. Javascript, VBA, C , etc).   I think acrobat uses Javascript.
The reason, is that I want to display my power point slides on an IPad and they don't support hyperlink in power point.   I believe IPad does suppport the full acrobat capabilities.
Can this be done ??  
Any suggestions where to start ??
Thank You,
G

NO problem creating the buttons and then playing this back in Acrobat. Works great.
However, unfortunately, none of the PDF viewers for the iPad support playing movies.   So playing it there won't work :(.
From: Adobe Forums <[email protected]<mailto:[email protected]>>
Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
Date: Sat, 28 Jan 2012 11:00:47 -0800
To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
Subject: Can I add Action button on each page of my pdf document
Can I add Action button on each page of my pdf document
created by gw70115<http://forums.adobe.com/people/gw70115> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4171109#4171109

Similar Messages

  • Is it possible to give each page within one pdf document a specific set of print settings?

    I have a complex document (catalogue) that requires printing. There are several different printer settings required and each one is specific to each page within the document. For instance pg 1 is single sided in colour, page 2-3 is duplexed in b&w, page 3-8 is duplexed in colour, etc.... Is it possible to give each page within the pdf document a given set of print settings and then print the entire document as a whole?

    Hi jennyskop
    I assume that is not feasible ...You need to give the print command again and select the respective pages and their settings !

  • How can i add a header to each page of my form

    Hi
    Iam creating a form - it was based on one of the templates, however I would like to add a header to the top of each page (it currently only has it on the first page). Can someone please help?
    Many thanks
    Shev

    There isn't a direct way to do this for PDF forms (web forms have the header on every page). For PDF you would have to copy a text/image item at the top of each page yourself.
    Randy

  • Add a button after each node of my tree

    Hi !
    I would like to add a button after each node of my tree. I think I have to create a new TreeCelleRenderer but I really don't know how to make it. Can someone help me and give me an idea (or an example !) about the code.
    When I click the button, I must know from which node the event comes.
    thanks.
    delph

    Hi, how did you resolve the problem. Well it's long time from your posting, but maybe someone else can help me...
    I'm creating similar JTree where's print and save buttons in some of the nodes. I created custom cell renderer which extends JPanel and holds images, text and the buttons inside it. Is it possible to link buttons' actionlisteners somehow to the nodes. I tried it customizing cell editor, but I can't get button events fired. I also tried to catch "button clicked" action using mouse listener in my tree and that worked somehow and can be used as quick and dirty solution. Still I want to do it better way.
    -e

  • How to add new button in Customized page....

    Dear All,
    I need to add new button to the page button bar in the UI page.I tried like this in the controller but still i can not get output:
    OAPageButtonBarBean oapbb = (OAPageButtonBarBean)oawebbean.findIndexedChildRecursive("OrderPageButtons");
    OAButtonBean cancelButton = (OAButtonBean)createWebBean(oapagecontext, OAWebBeanConstants.BUTTON_BEAN,
    null, "cancelButton");
    cancelButton.setText("Cancel");
    oapbb.addIndexedChild(cancelButton);
    Is there anything i missedout?
    TIA

    what you are doing incorrectly is
    trying to get the handle to the OAPageButtonBarBean.
    This is a named child of the parent bean(OAPageLayoutBean), and what you are trying to do is find it as a indexed child, this should give you a nullpointer excp in this line oapbb.addIndexedChild(cancelButton);
    since the handle should be null.
    to get the handle to OAPageButtonBarBean, use some like this
    pageContext.getPageLayoutBean().getPageButtons();
    and then add buttons to it.
    Thanks
    Tapash.

  • How to add a button on detail page

    Hey
    I know it is not standard function to add a button on detail page, but I would like to know if we can use javascripts to add a button on the detail page. for instances add it behind "Edit" button?
    Thanks for your input.

    Hi,
    Yes you can add a custom button through JavaScript. Below is the link of the document for adding or deleting a button.
    http://www.box.net/shared/3brq569ybg
    Thanks & Regards
    Sablok

  • I have an apple TV Model A1427 and do not have an icon for youtube. How can I add youtube to the home page?

    I have an apple TV Model A1427 and do not have an icon for youtube. How can I add youtube to the home page?

    Have icon but cannot connect - Please Help.
    Mine is Gen. 2 - Model MC572C/A. I have the YouTube icon but cannot access YouTube.  Message says "No content was found - There is a problem communicating with YouTube. Try again later."  This problem has been for at least 1 month now.  Any ideas?

  • How can I add a color background to pages in Apeture?

    How can I add a background color to pages in Apeture book design?

    That depends on the Book Theme you are using.
    Some themes only allow to select between black and white backgrounds, some offer a color palette.
    Click the "fan" icon in the "edit" palette. For example, the "Formal" theme:
    Regards
    Léonie

  • Hi Sir! I have some questions regarding word report generation please.1.How can i add border to a word page?.2.How can i add grid lines to a table generated in word report?.3.How can i add border to a table of word report?.Thanks Imran Pakistan

    Hi !
    Sir I have some questions regarding word report generation using(C language in labwindows) Please.
    1.How can i add border to a word page?.
    2.How can i add border and grid lines to a table generated in word report(Not the " cvi table control" inserted from gui,i am asking about the table generated in word report)?
    3.How can i fill a cell of word report table withe the data type other than "character"?.
    And sir one question about use of timer in cvi labwindows please.
    Sir i'm trying to set minimum delay interval of timer control to 1millisecond(0.001s),as i set ,timer don't cares of the interval that is set by me it responds only to the default minimum time interval which is i think 10milliseconds(i'am using windows xp service pack3 version 2002).
    Regards
    Imran
    Pakistan
    Solved!
    Go to Solution.

    Hello sir!
    Sir i'm using daq6251.But Sir before implimenting it to my final application now i'm just trying to achieve 1millisecond time interval for timer in a vary simple programe i mean at this time no hardware (daq device) is  involved i,m just trying to achieve minimum time interval of 1millisecond.
    Sir i read form "help" of labwindows how this time interval can be set,i'm trying for,as described in help notes but i could'nt.I'm attaching a screen shot sir for you it may helpful for you to explain me.
    And sir also waiting for your kind reply regarding word report generation.
    Thanks.
    Imran.
    Attachments:
    screen_shot_rigistry.docx ‏65 KB

  • Can i add greek spelling check for Pages for ipad mini retina?

    Hi! Can i add greek spelling check for Pages for  ipad mini retina?

    No.  Toi ask Apple to add this, go to
    http://www.apple.com/feedback
    But perhaps there is a 3rd party keyboard which has something -- search the app store.

  • I can't add pictures on my facebook page

    I can't add pictures on my facebook page it says
    "This app does not have access to your photos or videos

    1. Make sure that your iPhone is connected to iTunes 7.3 and shows up on the left of the screen.
    2. Click on the iPhone in devices.
    3. The iPhone screen should open.
    4. Click on the photos tab.
    5. Change "Sync Photos From:" to the source of your photos.
    6. I created a directory on my PC and put the photos I wanted to transfer into the folder.
    7. I then selected "selected folders" and checked the folder with the pictures.
    8. I then selected "Sync" in the lower right corner and it transfered the photos to the phone.
    This is different than all the other transfers in it does not transfer anything to iTunes it just tansfers from the source to the device.
    Lte me know if you have problems and I will try to help.

  • Links in each page of a large document

    I have a 350+ pages PDF document and would like to add a link to the TOC in each page. Obviously not one by one because this would take a lot of work/time.
    I thought to use a general header or footer with the linked text. But I don't know how to put linked text in a header/footer. Can this be done?
    Is there any other way you know to easily add a link to all pages of a large document?

    Another way is to put your link in a button: buttons can be duplicated to all (or a range) of pages. If you don't like a button that 'looks like a button' just use 'no border, no fill', or even an icon to customise it.

  • Can I re-size the pages in a PDF document?

    I've got a document done in Mac Pages. It turns out to be the wrong page size. It would be a lot of work to reposition everything again.
    Is there any way with Acrobat Pro that I can resize the PDF pages in a PDF document?
    I notice I can extract the individual pages ... if I could extract them and somehow import them back into a re-sized Pages document, then re-export them to PDF at the proper size???
    Any help would be most appreciated,
    Thank you,
    Ben

    Hi Aandi,
    No problem with 'hard' copy or 'web' copy. I understand about compression.
    But. Either way I've got the same problem with both versions. I did the original with the document page size set at 'legal' size, as was recommended by a particular print house we were going to use.
    Here is the actual concept: www.howtosolveglobalwarming.info (see 'DVD' page link).
    It turns out this was not a helpful recommendation. The 'booklet' is supposed to fit into a DVD case, which is about 7.25 inches in length (height).
    I don't want to have to rebuild the original document page by page. I just want to resize the entire thing down from its original 'legal' size (8,5 X 14) to something more like 4.04 X 7.25.
    The only way I can figure to do it with Acrobat is reset the page size, then output to 'print', but then I can't make a straight PDF, I have to make a Postscript (it seems) file, which I then have to convert back to a PDF ... (and I notice some odd artifact frames appearing around text-supered-over-graphics- which might disappear if I 'flatten' the original PDF file before outputting to Postcript and converting back to PDF??
    I bet there is a simpler way. Any suggestions? Also, is there any function in Adobe Acrobat Pro that would allow me to add 'space' to one side of a page (as in Photoshop)?
    Or perhaps I should extract each of the 30 pages, resize them in Photoshop, and then reconstruct the document in Pages (or Acrobat) using the Photoshopped pages?
    Ben
    Ben

  • Adding the file name to each page of a pdf

    I need to find a script that will allow me to add the file name of a pdf to each page within the pdf. I need the file name to appear in one of the corners of the pdf.
    for example if the file name is 001.pdf then I need to somehow attach that so it appears in one of the corners of ach page within the pdf
    I have to do this for 20,000 pdf files so any help would be massively appreciated.
    thanks
    Jim

    I assume you have Acrobat Pro for editing, although you don't say.
    This should get you started by showing how to extract the name of one file (that you have selected) in the Finder and then to pass this to a JavaScript that is executed by Acrobat:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #FFDDFF;
    overflow: auto;">
    tell application "Finder"
    set theFile to selection as alias
    set theTitle to name of theFile
    end tell
    tell application "Adobe Acrobat Pro"
    open theFile
    --now add theTitle to the bottom/centre of all pages
    do script "this.addWatermarkFromText({ cText: \"" & theTitle & "\", nFontSize: 12, nHorizAlign: app.constants.align.center, nVertAlign: app.constants.align.bottom, nVertValue: 12});"
    --uncomment one of these options
    --close document 1 saving no
    --close document 1 saving yes
    end tell </pre>
    I just noticed that you want the name in a corner - just change the word 'center' to 'left' or 'right'
    Message was edited by: Bernard Harte

  • How do I add and delete pages to a pdf document?

    How do I add and delete pages to a pdf document?

    Hi Paul,
    Adobe Acrobat has the features to add/delete/extract/crop/insert pages to your PDF files and are much more features.
    Adobe Reader has  a very limited features for editing to PDF files.
    Now you can subscribe to Acrobat Plus and see more information at https://www.acrobat.com/acrobatplus/en/home.html
    Or you can download Acrobat XI Pro for trial version from www.adobe.com.
    thank you.
    Hisami

Maybe you are looking for

  • Same Apple ID, two devices. How do I have different iMessage accounts on each?

    I share an Apple ID with my brother, but since we have separate devices, I want to separate our iMessages. I have already put both email addresses on them, and changed setting so that it says we are only receiving for one on each ipad, but I am still

  • How to track the fast movement camera (close shot)

    the shot is close to green screen and fast movement and camera cut off from the markers. any ideas how to fix this ? i knew i mignt need to shoot again but its impossible cuz of the actors are not here anymore. so i must fix it. any recommend plugin

  • Trouble Upgrading to Adobe Air 3.3.0.3650 from 1.5.3.9130

    Hi, I have been unable to upgrade Adobe Air from 1.5.3.9130 to 3.3.0.3650 (the latest).  My OS is Windows XP.  I have pasted some errors from the msi installer log and the air log.  I am not sure what is happening.  Can anyone tell me what is going o

  • Pages custom shapes

    Hello, I currently have iWorks '09 in my iMac computer and running Snow Leopard OS.  I would like to have more custom shapes to choose from in the Pages program.  I also have Photoshop Elements 2008 and it has LOTS of custom shapes which have a file

  • TS3899 Ipad shows I have emails, but will not bring them up

    My ipad email show I have emails and receives them. However, they do not show up. Help please