From 183e31ae6a8ea622f0dcfdf800a6c8ea5f2eae74 Mon Sep 17 00:00:00 2001 From: Mohamed Thariq Ali Askar Ali Date: Fri, 6 Feb 2026 18:04:18 +0530 Subject: [PATCH] Vue Changes on Getting Started --- .../vue/getting-started-with-server-backed.md | 11 ----------- .../PDF/PDF-Viewer/vue/getting-started.md | 1 - 2 files changed, 12 deletions(-) diff --git a/Document-Processing/PDF/PDF-Viewer/vue/getting-started-with-server-backed.md b/Document-Processing/PDF/PDF-Viewer/vue/getting-started-with-server-backed.md index ec743fd237..4506a303c8 100644 --- a/Document-Processing/PDF/PDF-Viewer/vue/getting-started-with-server-backed.md +++ b/Document-Processing/PDF/PDF-Viewer/vue/getting-started-with-server-backed.md @@ -262,17 +262,6 @@ export default { {% endhighlight %} {% endtabs %} -The following summarized code is available in the **src/App.vue** file: - -{% tabs %} -{% highlight html tabtitle="~/src/App.vue" %} -{% include code-snippet/pdfviewer/vue/getting-started-cs1/app-composition.vue %} -{% endhighlight %} -{% highlight html tabtitle="~/src/App.vue" %} -{% include code-snippet/pdfviewer/vue/getting-started-cs1/app.vue %} -{% endhighlight %} -{% endtabs %} - N> We have provided the support to dynamically change the `serviceUrl`. After updating the `serviceUrl` dynamically, invoke the `pdfViewer.dataBind()` method before calling the `load` method. This ensures that the updated `serviceUrl` is applied immediately. Make sure to perform this step in versions 23.1.36 and later. N> The Web API hosted link https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer utilized in the PDF viewer's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-PDFViewer-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/pdfviewer-server) for hosting your own web service and use for the serviceUrl property. **We strongly recommend using the standalone mode.** diff --git a/Document-Processing/PDF/PDF-Viewer/vue/getting-started.md b/Document-Processing/PDF/PDF-Viewer/vue/getting-started.md index c234df8e94..87f2b746de 100644 --- a/Document-Processing/PDF/PDF-Viewer/vue/getting-started.md +++ b/Document-Processing/PDF/PDF-Viewer/vue/getting-started.md @@ -98,7 +98,6 @@ import { PdfViewerComponent, Toolbar, Magnification, Navigation, LinkAnnotation, BookmarkView,ThumbnailView, Print,TextSelection, TextSearch, Annotation, FormDesigner, FormFields, PageOrganizer} from '@syncfusion/ej2-vue-pdfviewer'; -} {% endhighlight %}