Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.

I am having this project in which I have 9 PDFs and an image which has 9 different portions. I want to map those 9 portions to 9 PDFs, so that I can present it on a projector. Basically I need an image, that can open these PDFs, when I click respective portions. Thanks in advance.

2011-02-24 14:57:00
Thank You
2011-02-24 08:18:00
Well you will need some coding capacities;trying to open a new window in two ways1 - adding javascript to the onclick attribute of an Image button to open apdf document in a new window asjavascrit:window.open('MyPage.aspx',status=1,locat ion=1,resizable=yes,scrollbars=yes)2 - using a HyperLink and using the NagigateUrl property to open a pdfin a new window with the targer set as "_Blank"possible http://moodle.org/ can help you
MAKEUSEOF VIDEO OF THE DAY
SCROLL TO CONTINUE WITH CONTENT
Mike
2011-02-24 02:58:00
You could create an HTML document, embed the picture and create image maps linking to the different PDFs.The only alternative I can think of is creating a Flash with the picture as the background and ~again~ create links to the PDFs.The picture itself cannot be interactive and clickable - it's either static (JPG, PNG, etc.) or animated (GIF).Also, you might have a chance using the Portfolio function of Acrobat 9 but I'm not sure how this could work out.