These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Get, show PDF Documents

Michel777
Registered: Nov 5 2009
Posts: 3

Hi Forum,

we want show some pages, documents on by on in fullscreen, without any user interaction.
This is a kind of digital signage application.

All of them are accesable via http:

1) http://.....any1.pdf
2) http://.....any2.pdf
3) http://.....any3.pdf

How insert the contents to be able later rotat over them ?

Thanks in advance,

Michel

thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Have you looked at the Document Properties dialog in Acrobat?

Also your links did not come through. Need to check this stuff when you post.

Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

Michel777
Registered: Nov 5 2009
Posts: 3
Hi Thom,

thanks a lot fpr your prompt answer. I forgot to scribe, the pdf documents should be dsiplayed in an internet browser. Therefore is it rather a browser issue then acrobat. The three pdf´s were only for demonstration.

Our task: to develop a digital signage application with internet browser. Kind of documents: html, pdf, jpg, video. Each of them should be shown 20 minutes in fullscreen.

I can get pdf with ajax, but i cannot inject into the DOM, therefore I probably need use iFrames.

Hav you other ideas ?

Thanks a lot,

Michel