{
  "$schema": "https://ai.syncfusion.com/schema/registry-item.json",
  "name": "pdf-viewer-default",
  "framework": "react",
  "type": "registry:component",
  "component": "PdfViewer",
  "variant": "default",
  "dependencies": [
    "@syncfusion/ej2-react-pdfviewer"
  ],
  "description": "PDF viewer with toolbar, search, annotation, thumbnails, bookmarks, and print tools.",
  "meta": {
    "essentialStudioRelease": "2026 Volume 2 (v34.1.29)",
    "license": "commercial-or-community",
    "licenseNote": "The Syncfusion package is licensed. The composition in this file is source you own and edit. See https://ai.syncfusion.com/licensing.md",
    "requiresLicenseKey": true,
    "requiresServerEndpoint": false,
    "platformIndex": "https://ai.syncfusion.com/react/llms.txt",
    "skillPack": "syncfusion/react-ui-components-skills",
    "docs": "https://ai.syncfusion.com/gallery/react/ts/pdf-viewer-default.md"
  },
  "files": [
    {
      "target": "src/components/pdf-viewer-default/PdfViewer.tsx",
      "content": "/**\n * Default PDF Viewer sample\n */\nimport {\n    PdfViewerComponent, Toolbar, Magnification, Navigation, LinkAnnotation, BookmarkView,\n    ThumbnailView, Print, TextSelection, TextSearch, Annotation, FormFields, FormDesigner, PageOrganizer,Inject\n} from '@syncfusion/ej2-react-pdfviewer';\n\nfunction Default() {\n    let viewer: PdfViewerComponent;\n    return (<div>\n        <div className='control-section'>\n            {/* Render the PDF Viewer */}\n            <PdfViewerComponent ref={(scope) => { viewer = scope; }} id=\"container\" documentPath=\"https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf\" resourceUrl = \"https://cdn.syncfusion.com/ej2/23.2.6/dist/ej2-pdfviewer-lib\" style={{ 'height': '640px' }}>\n                <Inject services={[Toolbar, Magnification, Navigation, LinkAnnotation, BookmarkView, ThumbnailView, Print, TextSelection, TextSearch, Annotation, FormFields, FormDesigner,PageOrganizer]} />\n            </PdfViewerComponent>\n        </div>\n    </div>\n    );\n}\nexport default Default;"
    }
  ]
}