Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

HOT! Open External PDF in Adobe Reader

Avatar

Not applicable
Hopefully someone will have some insight on a problem I having with a form I have created. I am using the line xfa.host.gotoURL to open an external PDF from the current PDF. When I use the form in Adobe Professional the funtion works great. I am able to open a PDF with no issues, but when I try to use the form in Reader the function does not work. Not even an error message. When I click the button I created...nothing happens.



I am getting some pressure from my higher-ups to finish this form today but this is the most important function of the form. Any suggestions would be greatly appreciated.



Thanks,



Alex R. Ruiz
2 Replies

Avatar

Level 2

I'm having the same problem. Has there been any solution to get xfa.host.gotoURL() to work in Adobe Reader?

Avatar

Level 10

It works fine for me ....can you post a form that has the issue so we can see what you are doing?

Paul

Avatar

Level 7

You can use:

app.openDoc(FilePath.rawValue);

to open another Adobe form.