This product is retired as of September 2020 See PDFTon WebView
// On document load you can add addtional options such as
// adding annotations, populating form fields and controlling
// elements of the user interface
readerplus.Document.addEventListener("load", function () {
readerplus.gotoPage(page#);
readerplus.thumbnails.setActiveThumbnail(page#);
readerplus.thumbnails.gotoPage(page#);
readerplus.bottombar.setCurrentPage(page#);
readerplus.currPage = page#;
readerplus.settings.outputName("outputname");
// Remove download from orb and main menu
readerplus.mainmenu.orb.Download.remove();
readerplus.mainmenu.File.General.Download.remove();
// Remove page menu
readerplus.mainmenu.Page.remove();
// Remove comment section from tool menu
readerplus.mainmenu.Tools.Comment.remove();
// Add new menu in Tools->Insert
readerplus.mainmenu.Tools.Insert.addItem("NewSignature", "NewSignature", "signature_icon.jpg", false, "", "", function () { alert("new menu added"); });
readerplus.Document.save();
});
Comments
0 comments
Please sign in to leave a comment.