PDF slideshow?
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    Does Morph have an app that will accept a list of files "single page pdf's" and display them in a slideshow format? TIA
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »20.06.10 - 22:15
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    Yes. It's called AmigaDOS (or rather "MorphDOS"?) ;-)
  • »21.06.10 - 03:13
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    /*pdf reader*/
    OPTIONS RESULTS
    IF OPEN(input,test7, R) THEN DO /* opens the batch file of pdf charts in ram:test7, names it input to the script*/
    DO UNTIL EOF(input) /* starts a do loop to the end of file */
    line=READLN(input) /*reads a line (actually a name of a pdf file in ram:*/
    ADDRESS COMMAND OPEN line
    ADDRESS COMMAND WAIT 10 secs
    end
    end
    exit
    WORKS FINE BUT THE DISPLAY CAN ONLY LOADIN APPRX NINE PDF PAGES?
    IS THERE AN ADJUSTMENT TO ALLOW MORE PDF'S ON THE DESKTOP? :-D :-D :-D :-D
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »28.06.10 - 02:33
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    Is there a command to close the pdf page in Dos MOS AREXX APDF Ambient etal? :-?
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »28.06.10 - 02:38
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Tcheko
    Posts: 530 from 2003/2/25
    From: France
    Quote:


    osco wrote:
    Is there a command to close the pdf page in Dos MOS AREXX APDF Ambient etal? :-?

    Have you tried to send CTRL+C to the process ? Typical MUI application exits on CTRL+C signal.

    BTW, why don't you convert the PDF to some picture and use proper slide show program ?

    [ Edited by Tcheko on 2010/6/28 8:31 ]
    Quelque soit le chemin que tu prendras dans la vie, sache que tu auras des ampoules aux pieds.
    -------
    I need to practice my Kung Fu.
  • »28.06.10 - 06:28
    Profile Visit Website