How can I create a loop of pictures in Acrobat

I have a .pdf file with 50 pictures, and want to present these as a repeating loop on a projector.  Can this be done?
Joe

Have you tried exporting it to PowerPoint?
If you still want Acrobat, you can display PDF in the Full Screen Mode (Ctrl+L), but that would require manual scrolling and no loops.
Or you can use JavaScript.
Sample JavaScript code:
app.fs.isFullScreen = true;
app.fs.loop = true;
app.fs.timeDelay = 1;
app.fs.useTimer = true;
app.fs.defaultTransition = "Fade";
app.fs.escapeExits = true;

Similar Messages

  • How can i create a new album picture in iphone 4g ?

    hi to evryone
    how can i create a new album picture in iphone 4g ??
    thanks

    Hello,
    As I understand, you would like to know how to create photo albums on your iPhone? This is possible only by first moving your photos onto your Mac or PC.
    On the Mac use iPhoto to sort your pictures into albums then sync them back onto the phone via iTunes.
    On the PC sort your photos using folders or software like Adobe Photoshop Elements then sync them back onto the phone via iTunes.
    Hope this helps

  • How can I create cd from IPhoto pictures

    How can I create a cd from my IPhoto pictures?

    Hello na59er,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    iPhoto '11: Create your own photo CDs and DVDs
    http://support.apple.com/kb/PH2436
    Have a nice day,
    Mario

  • How can I create a loop in a multi-record block (on the background)

    I have a multi-record block.
    In one item I change a value.
    Upon this change, in the when-validate-item I would like to
    change other records in the same block.
    I planned to loop the block with go_record and to do my things
    in each record. Unfortunately the go_record built-in is
    restricted and cannot be used in a wvi-trigger.
    Another approach can be to update the records in the database
    and to perform an execute_query after this change. Also this
    procedure cannot be used in a wvi.
    How can I easily loop in a multi-record block???

    You can try to put loop with go_record in KEY-NEXT-ITEM on that
    field.
    Or if you change something and then press KEY-COMMIT you can
    update another records in database and after commit do again
    execute_query. Something like :
    on KEY-COMMIT:
    update_another_records;
    commit_form;
    execute_query;

  • How can I create an expandable text field in Acrobat XI?

    I am trying to create a text field that expands with the text that is entered. I have found several forums saying to use subforms, but how do I create those? Does anyone know where I can find a really good turtorial for XI?

    There are two type of PDF forms: AcroForms that can be created with Acrobat, and XFA forms (static and dynamic) that can be created with LiveCycle Designer. Since the kind you want (dynamic XFA) cannot be created with Acrobat, you'll have to use LiveCycle Designer. Said another way, AcroForms do not support fields that automatically expand based on content. If you want to ask about dynamic XFA forms, you can ask in the LiveCycle Designer forum: http://forums.adobe.com/community/livecycle/livecycle_modules_and_development_tools/livecy cle_designer_es

  • How can I create a teaser with pictures on imovie?

    I would like to use the tool that help you create amazing teasers, but seems like we can only use videos! Is there a way, or should I forget about doing a teaser, because I only have pictures in the movie I want to do a teaser for. Thanks a lot for your answers

    I just found the solution, don't need help anymore thank you!

  • How can I create a card with only a picture on the front - inside blank

    How can I create a card that only has a picture on the front and the inside is blank?

    Use the Holiday Colors theme for a folded card.  For the outside select the layout that just includes a full page photo. For the inside select the layout that suits your eye..
    As far as the text boxes are concerned just put a single space in them and then order.
    OT

  • How can i create a button with a dynamic picture?

    How can i create a button with a dynamic picture using
    mcLoader.loadClip
    I did create one with it doesnt seem to be working. It loses
    all its
    functions (eg onPress onRelease)
    Thanks

    I solved thep roblem anyway creating a mc.. then creating
    another MC withing
    the first MC and i change the picture on the second MC. And i
    apply the
    propierities to the first MC , and works
    If i have troubles with mu sistem on the future I will use
    yours!
    Thanks!
    "the fleece" <[email protected]>
    escribi� en el mensaje
    news:e67i88$jlf$[email protected]..
    > the image loading will remove any properties or
    functions the mc had.
    >
    > you need to apply them in the onLoadInit function
    >
    > mclListener.onLoadInit = function(target_mc:MovieClip) {
    > target_mc.onRollOver=blah blah
    > };
    > var image_mcl:MovieClipLoader = new MovieClipLoader();
    > image_mcl.addListener(mclListener);
    > image_mcl.loadClip(blah, blahblah);
    >
    >

  • How can I create a drawing like the one pictured from a photo?

    How can I create a drawing like the one pictured from a photo?

    OK, you are getting closer. Now, use your result, and place a Layer above that. Use the Pen Tool to create the "pen strokes" basically tracing over your background image. Then, when you have created each Path (or Sub-Path), choose Stroke Path, with probably the Pencil Tool and a Brush size that is small enough.
    Not sure which versions of PS these are good for, but here are some plug-ins, that might be helpful.
    AKVIS Sketch
    EdgeLine
    Sketch Effects
    Sketch Master
    I see that one of my old favorites, Flaming Pear's India Ink is not around any more.
    Good luck,
    Hunt

  • How can I create a sample with the Flex data?

    Hi mates, I'm thinking about doing some stutter vocals with the ultrabeat so I've got a vocal and I have flexed it in time so it fits well on the song's tempo, the problem is that when I create an audio file of the part of the vocal I want to use on my ultrabeat, it creates an audio file that's not fitted in time.
    How can I create the audio file fitted in time?with the flex info?
    Thanks so much!

    psikonetik wrote:
    How can I create the audio file fitted in time?with the flex info?
    You need to create Apple Loop, REX etc.
    For example select the region that you have already flexed, right click ->Bounce Merge->Bounce Inplace. I will create a new audio track with the bounced Flex work.
    Select the new region and go to Audio menu ->Open in Apple Loop Utility and check "Loop" and other attributes to create an Apple Loop. Save the Apple Loop and close the utility. It's expected that the Apple Loop aif must be created in your Project path folder or have a look at the Audio Bin in Logic where is the aif path.
    Drug the Apple Loop in the Arrange audio track ( or it will create one ) and operate with any tempos.
    !http://img59.imageshack.us/img59/4967/aglogo45.gif!

  • How can I create a loopback activity

    Hello All.
    How can I create a loopback process in BPEL? For example: I have a flow that has a human task that submits a proposal. After
    this, Theres is another human task that will review this proposal with Approve or Reject options. If it is approved, then the flow goes on. If it is rejected, then the flow has to go back to the proposal subimission process. You can see an image (the first image in the URL) that ilustrates this flow here: http://onbpms.com/2007/02/08/looping-backward/. The rest of the page is not important. Just look at the image to understand my problem. How can implement such loop in BPEL?
    I´m using JDeveloper Studio Edition 10.1.3.2.0.4066 and SOA Suite 10.1.3.1.0
    Thanks for any help,
    Glauco

    Yes, I have. This is the instructions that oracle gave me.
    There are two approaches:
    1) use WHILE bpel activity.
    a) Have a variable initially set to N, and loop it till it becomes Y.
    b) Inside the loop, you can have the assign activity, and human task call.
    c) If the humantask result is Reject,continue the loop again
    d) Else, set the variable as Y and end the loop
    2) Use scope
    For loopback process you can place the process in a scope and make use
    of the replay scope method to repeat the scope.
    a).Place the assign and UserTask in a single scope.
    b) For the Reject condition in the swtich activity , place a throw
    activity that throws a remoteFault.
    c). Put a catch around the scope to handle the fault thrown by the Reject condition.
    d). In this catch place a throw activity, with local part = replay. Choose the remoteFault fault and change de local part to replay
    e). This would replay the whole scope when the reject condition is meet.
    Both approaches work just fine.
    Glauco

  • HOW can i rotate the loop as many lines of multi line container in BPM

    Hi All
    I have to send an idoc to 2 Receivers by spliting the message.
    Based on the occurance of a particular source segments i need to create those many instance of targets.
    IDOC ---> Rec1 (More than one message instance)
         ---> Rec2  (More than one message instance)
    I have taken messages of Receiver into a multi line container1
    and messages of Receiver 2 into another multi line container2.
    HOW can i rotate the loop as many lines of multi line container.
    Thans
    Prasad

    Hi Raj
    There are two webservices are 2 receivers.
    In the idoc there is specific segment , which occurs unbounded,Each occurence we Need to check the value of a particual field and send to corresponding Receiver.
    For Ex:
    ZE1KONH (1..Unbounded)
       >MSFGN =004 --> Rec1
      >> MSFGN==0009 Rec2
    It could be like , 1 or more segm for Rec1 and 1 or more segm for Rec2
                            all are for Rec1 or All are for Rec2.
    so in the tranformation we need to put all message of Rec1 in corresponding multiline container as well for Rec2. Then i need to send to correspongind Receiver.
    So here i need to send all splited messages to appropriate receivers

  • How can I create a full width composition

    Hi All
    I'm loving the new update and as usual this leads onto other things.
    How can I create a full width (scalable) composition without a work around?
    The new full width icon only seems to work with slideshows.
    Thanks
    Paul

    Did anyone ever figure this out or get an answer?  I like how it works on this site:
    LIVESTRONG.org
    Click on the words and links in the pictures but it is  full width.  The full width option isn't available on a composition.

  • Certain Numbers templets allow you to drag and drop contacts to populate cell data, how can I create that functionality in my own tables?

    Certain Numbers templets allow you to drag and drop contacts to populate cell data, how can I create that functionality in my own tables?

    If you haven't come across the workarounds thread you may find helpful tips there on this and other ways to work with Numbers 3.
    ronniefromcalifornia discovered how to bring contacts into Numbers 3. As described in this post:
    "Open Contacts
    Select all the cards you want
    Copy
    In Numbers, in a table, select cell A1
    Paste
    Boom. Works great. Even brought in the pictures. Cool."
    So instead of drag and drop, just select in Contacts, copy, and paste into Numbers
    SG

  • I Have iPhoto on my macbook pro under a different account, how can I create/install my own iPhoto?

    I Have iPhoto on my macbook pro under a different account, how can I create/install my own iPhoto?

    The iPhoto application should be installed in the "Applications" folder and thus available for all users on your MacBook Pro.
    When you launch iPhoto from a different account hold down the ⌥-key, to be prompted where you want to create a new iPhoto library for that account. By default an iPhoto Library would be created in the "Pictures" folder of that user account.
    Regards
    Léonie

Maybe you are looking for

  • Deploying web application in a web server

    Hi Frds, I am new to web applications, Can Anybody tell me how to run a web application in Tomcat and Web sphere... I am using eclipse3.2 IDE step wise procedure is helpful Can any body help me out plz.. Thanks In Advance Anji

  • 10.2 Device Software for q10 - How can I have unlimited sync?

    Hello, I just got my BB q10 and the new 10.2 software is installed.  My rogers email account allows me to view emails from only up to about a week ago.  I have read through the  forms that there was a resolution to this when the  10.1 software came o

  • [SOLVED} firefox 20.0.1-1 crashes (UPGRADING to 20.0.1-2 fixes)

    firefox 20.0.1-1  will crash when visiting: www.cnn.com/video/ Last edited by Kilzool (2013-04-12 16:44:14)

  • JComboBox will not open inside of JTabbedPane

    I have a problem with comboboxes which are inside of tabbedpanes. They will not pop open to select other items stored in the model. I tried 1.5.0.10 and 1.5.0.11 so far. Problem is the same. Any Ideas ? Anybody ? I cut it down to the following code:

  • PF March data Upload for Employee Seperared in March

    Hi  , We are Going lve in June . We will be uploading payroll  via INLK . We intend to take employee  from 01.03.2010 .Now if an Employee is fired in March Lets say March 15  . Even If I upload the text file for Pf data Upload . Will I not be able to