diff --git a/Save and Load/Load PDF file from URL/TypeScriptClient/src/app/app.ts b/Save and Load/Load PDF file from URL/TypeScriptClient/src/app/app.ts index 5bed7f8..d28d91d 100644 --- a/Save and Load/Load PDF file from URL/TypeScriptClient/src/app/app.ts +++ b/Save and Load/Load PDF file from URL/TypeScriptClient/src/app/app.ts @@ -8,5 +8,5 @@ let pdfviewer: PdfViewer = new PdfViewer(); // Replace the "localhost:44396" with the actual URL of your server pdfviewer.serviceUrl = 'https://localhost:44396/pdfviewer'; // Replace correct PDF Document URL want to load -pdfviewer.documentPath="https://cdn.syncfusion.com/content/PDFViewer/flutter-succinctly.pdf" +pdfviewer.documentPath="https://cdn.syncfusion.com/content/PDFViewer/pdf-succinctly.pdf" pdfviewer.appendTo('#PdfViewer'); \ No newline at end of file diff --git a/Save and Load/Load PDF file from URL/TypeScriptClient/src/system.config.js b/Save and Load/Load PDF file from URL/TypeScriptClient/src/system.config.js index 339e189..8cca00e 100644 --- a/Save and Load/Load PDF file from URL/TypeScriptClient/src/system.config.js +++ b/Save and Load/Load PDF file from URL/TypeScriptClient/src/system.config.js @@ -27,7 +27,8 @@ System.config({ "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", - "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js" + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-pdf": "syncfusion:ej2-pdf/dist/ej2-pdf.umd.min.js" }, packages: { 'app': { main: 'app', defaultExtension: 'js' } diff --git a/Save and Load/Save PDF file to server/TypeScriptClient/src/app/app.ts b/Save and Load/Save PDF file to server/TypeScriptClient/src/app/app.ts index dbe1366..f7a2e8b 100644 --- a/Save and Load/Save PDF file to server/TypeScriptClient/src/app/app.ts +++ b/Save and Load/Save PDF file to server/TypeScriptClient/src/app/app.ts @@ -8,5 +8,5 @@ let pdfviewer: PdfViewer = new PdfViewer(); // Replace the "localhost:44396" with the actual URL of your server pdfviewer.serviceUrl = 'https://localhost:44396/pdfviewer'; // Replace PDF_Succinctly.pdf with the actual document name that you want to load -pdfviewer.documentPath="PDF_Succinctly.pdf" +pdfviewer.documentPath="https://cdn.syncfusion.com/content/PDFViewer/pdf-succinctly.pdf" pdfviewer.appendTo('#PdfViewer'); \ No newline at end of file diff --git a/Save and Load/Save PDF file to server/TypeScriptClient/src/system.config.js b/Save and Load/Save PDF file to server/TypeScriptClient/src/system.config.js index 339e189..8cca00e 100644 --- a/Save and Load/Save PDF file to server/TypeScriptClient/src/system.config.js +++ b/Save and Load/Save PDF file to server/TypeScriptClient/src/system.config.js @@ -27,7 +27,8 @@ System.config({ "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", - "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js" + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-pdf": "syncfusion:ej2-pdf/dist/ej2-pdf.umd.min.js" }, packages: { 'app': { main: 'app', defaultExtension: 'js' }