FiJ", {format: CryptoJSAesJson}).toString(CryptoJS.enc.Utf8)); var options = { hard: 'none', webgl: true, soundEnable: false, height: 400, duration: 1000, autoEnableOutline: false, overwritePDFOutline: false, enableDownload: false, direction: FLIPBOOK.DIRECTION.LTR, pageMode: FLIPBOOK.PAGE_MODE.DOUBLE, backgroundColor: "#efefef", scrollWheel: true, // translations text: { toggleSound: "Turn on/off Sound", toggleThumbnails: "Turn on/off Sound", toggleOutline: "Turn on/off Sound", previousPage: "Turn on/off Sound", nextPage: "Next Page", toggleFullscreen: "Toogle Fullscreen", zoomIn: "Zoom In", zoomOut: "Zoom Out", toggleHelp: "Toggle Help", singlePageMode: "Single Page Mode", doublePageMode: "Double Page Mode", downloadPDFFile: "Download PDF File", gotoFirstPage: "Go to First Page", gotoLastPage: "Go to Last Page", share: "Share", }, }; flipBook = jQuery("#flipbook").flipBook(pdf, options); });