react-adobe-embed
Version:
React Adobe Embed Custom Component for Adobe PDF Embed API allows you to embed a PDF viewer in your web applications with only a few lines of code. With options for controlling how a PDF appears and functions, your applications can deliver the rich and co
18 lines (17 loc) • 596 B
JavaScript
export const DefaultConfigs = {
demoUrl: "https://acrobatservices.adobe.com/view-sdk-demo/PDFs/Bodea%20Brochure.pdf",
staticDefaultConfig: {
showAnnotationTools: false,
showLeftHandPanel: false,
embedMode: undefined,
showPageControls: false,
viewSdkViewerScript: "https://acrobatservices.adobe.com/view-sdk/viewer.js",
showDownloadPDF: false,
showPrintPDF: false,
},
staticDivId: "pdf-div",
demoMetaData: {
fileName: "Adobe Example Pdf.pdf",
id: "6d07d124 - ac85–43b3 - a867–36930f502ac6",
},
};