Hi,
We have a flex app that calls our java back end to render a pdf (via LC java api) to a new browser window/tab. Then we would like to close that browser window/tab after the user submits the form successfully, but we haven't figured out a way to do so.
There were mentions of using event.target.closeDoc(true); in Acrobat JavaScript, but I believe that works if the pdf was launched in a stand-alone Acrobat Reader, not when it was rendered to the browser.
Are there any examples out there? Any help would be appreciated, thanks in advance.
- Nelson.