We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ea8a4 commit 66e518aCopy full SHA for 66e518a
How to/Remove “Match any word” option from the search/src/index.js
@@ -25,8 +25,8 @@ return (<div>
25
<div className='control-section'>
26
<PdfViewerComponent
27
id="container"
28
- documentPath="PDF_Succinctly.pdf"
29
- serviceUrl="https://ej2services.syncfusion.com/production/web-services/api/pdfviewer"
+ documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"
+ resourceUrl="https://cdn.syncfusion.com/ej2/23.2.6/dist/ej2-pdfviewer-lib"
30
documentLoad = {documentLoaded}
31
style={{ 'height': '640px' }}>
32
0 commit comments