Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8699917
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:03:55+00:00 2026-06-13T02:03:55+00:00

I am trying to make an integrated presentation for my students. System: OS X

  • 0

I am trying to make an integrated presentation for my students.

System: OS X Lion 10.7

For that I need to show a foreground window running a 3D presentation which is remotely controlled by a command line on another screen.

Besides it I would like to show a small set of PDF slides behind it.

I need some way of “remote controlling” the backgrounded PDF Viewer (Adobe Reader or PDFView) to accept simple commands like

  • Go to Page x (ideally)
  • Go to first page (home button)
  • Go to next page (arrow down, arrow right, page down or scroll down will all do)

I prefer to run the PDF in Adobe Reader fullscreen mode (allows me to background it and overlay another window on top, but PDFView could do too.

I have tried various Applescripts (run with osascript), but with no success:

tell application "System Events"
    tell process "Adobe Reader"
        tell window "starkdemo.pdf" to key code 125
    end tell
end tell

sends key down to my terminal

tell application "/Applications/Adobe Reader.app"
    tell active pane of active window
        large scroll down 1
    end tell
end tell

gives me an error 63:69: script error: Expected end of line but found class name. (-2741)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T02:03:57+00:00Added an answer on June 13, 2026 at 2:03 am

    Try:

    activate application "Adobe Reader"
    tell application "System Events"
        tell process "Adobe Reader"
            click menu item "Full Screen Mode" of menu 1 of menu bar item "View" of menu bar 1
            delay 2
            key code 125
            delay 2
            keystroke space
            delay 2
        end tell
    end tell
    

    Or try this with Acrobat Pro

    tell application "Adobe Acrobat Pro"
        tell PDF Window 1
            read page down
        end tell
    end tell
    

    Or

    tell application "Adobe Acrobat Pro"
        tell PDF Window 1
            goto page 3
        end tell
    end tell
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying make a login window where a user is prompted to enter their
I'm trying make an entity with doctrine that has three associations with other entities
I am trying make long screen to vertical direction. So, I need a screen
I am fairly new to iOS development and trying make a simple app which
Trying to make this jQuery filter that uses .find case-insensitive. For example, when the
I am trying to make an application which integrates facebook and twitter. I have
I'm trying to use Google's OAuth in my system. I've successfully integrated Twitter and
I am trying to make a very simple XML RPC Server with Python that
I'm trying to make my Java applications integrate better with Mac OSX, and I
Trying to make the infamous checkall checkbox for dynamically created rows from a MySQL

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.