- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
There's also a openDoc method available to launch locally stored files.
try {
// Open the "other.pdf" in the same directory
app.openDoc("./other.pdf", event.target);
// Close this doc
event.target.closeDoc(true);
} catch (e) {}
Views
Replies
0 Likes
Total Likes