From fee69e84472cdf3b11f2c673ced6072bbdb43b04 Mon Sep 17 00:00:00 2001 From: ManoMurugan Date: Mon, 6 Oct 2025 17:34:35 +0530 Subject: [PATCH 1/5] 983454: Add note in UG Increase in size of exported PDF --- .../angular/how-to/export-document-as-pdf.md | 3 ++- .../asp-net-core/how-to/export-document-as-pdf.md | 7 +++++-- .../asp-net-mvc/how-to/export-document-as-pdf.md | 7 +++++-- .../javascript-es5/how-to/export-document-as-pdf.md | 4 +++- .../javascript-es6/how-to/export-document-as-pdf.md | 4 +++- .../Word-Processor/react/how-to/export-document-as-pdf.md | 7 +++++-- .../Word-Processor/vue/how-to/export-document-as-pdf.md | 7 +++++-- 7 files changed, 28 insertions(+), 11 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md index 7ce2f6924..bc563b87b 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md @@ -17,8 +17,9 @@ In this article, we are going to see how to export the document as PDF format. Y Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/angular/documentation/api/document-editor/#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). >Note: +* The Document Editor exports PDF by converting pages into images on the client-side, which may result in a larger file size for the exported PDF. +* Text search is not supported in the exported PDF, as the content is stored as images. * You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). -* There is one limitation we can’t search the text because we are exporting the pdf as image. The following example code illustrates how to export the document as pdf in client-side. diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/asp-net-core/how-to/export-document-as-pdf.md index 79aebabb6..d58ba9226 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/how-to/export-document-as-pdf.md @@ -14,9 +14,12 @@ This article explains how to export the document as PDF format. You can export t ## Export the document as PDF in client-side -Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as PDF using `exportAsImage` API. Here, all pages will be converted to image and inserted as PDF pages (works like print as PDF). There is one limitation, the text can't be searched because the PDF is exported as image. +Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as PDF using `exportAsImage` API. Here, all pages will be converted to image and inserted as PDF pages (works like print as PDF). -N> You can install the PDF export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). +>Note: +* The Document Editor exports PDF by converting pages into images on the client-side, which may result in a larger file size for the exported PDF. +* Text search is not supported in the exported PDF, as the content is stored as images. +* You can install the PDF export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). {% tabs %} diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md index d1a280574..39fe1d700 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md @@ -14,9 +14,12 @@ This article explains how to export the document as PDF format. You can export t ## Export the document as PDF in client-side -Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as PDF using `exportAsImage` API. Here, all pages will be converted to image and inserted as PDF pages (works like print as PDF). There is one limitation, the text can't be searched because the PDF is exported as image. +Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as PDF using `exportAsImage` API. Here, all pages will be converted to image and inserted as PDF pages (works like print as PDF). -N> You can install the PDF export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). +>Note: +* The Document Editor exports PDF by converting pages into images on the client-side, which may result in a larger file size for the exported PDF. +* Text search is not supported in the exported PDF, as the content is stored as images. +* You can install the PDF export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). {% tabs %} diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md index 8bd77ef01..462909d35 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md @@ -17,8 +17,10 @@ In this article, we are going to see how to export the document as Pdf format. Y Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). >Note: +* The Document Editor exports PDF by converting pages into images on the client-side, which may result in a larger file size for the exported PDF. +* Text search is not supported in the exported PDF, as the content is stored as images. * You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). -* There is one limitation we can’t search the text because we are exporting the pdf as image. + The following example code illustrates how to export the document as pdf in client-side. diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md index b89656784..fccfe2f69 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md @@ -17,8 +17,10 @@ In this article, we are going to see how to export the document as Pdf format. Y Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/documentation/api/document-editor#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). >Note: +* The Document Editor exports PDF by converting pages into images on the client-side, which may result in a larger file size for the exported PDF. +* Text search is not supported in the exported PDF, as the content is stored as images. * You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). -* There is one limitation we can’t search the text because we are exporting the pdf as image. + The following example code illustrates how to export the document as pdf in client-side. diff --git a/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md index 7159882ce..880ae5239 100644 --- a/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md @@ -14,9 +14,12 @@ In this article, we are going to see how to export the document as Pdf format. Y ## Export the document as pdf in client-side -Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/react/documentation/api/document-editor#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). There is one limitation we can’t search the text because we are exporting the pdf as image. +Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/react/documentation/api/document-editor#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). ->Note: You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). +>Note: +* The Document Editor exports PDF by converting pages into images on the client-side, which may result in a larger file size for the exported PDF. +* Text search is not supported in the exported PDF, as the content is stored as images. +* You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). The following example code illustrates how to export the document as pdf in client-side. diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md index 1255a77a3..97b42532c 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md @@ -14,9 +14,12 @@ In this article, we are going to see how to export the document as Pdf format. Y ## Export the document as pdf in client-side -Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/vue/documentation/api/document-editor#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). There is one limitation we can’t search the text because we are exporting the pdf as image. +Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/vue/documentation/api/document-editor#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). ->Note: You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). +>Note: +* The Document Editor exports PDF by converting pages into images on the client-side, which may result in a larger file size for the exported PDF. +* Text search is not supported in the exported PDF, as the content is stored as images. +* You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). The following example code illustrates how to export the document as pdf in client-side. From a31f50668212d06bf784636a1212fbed801b982d Mon Sep 17 00:00:00 2001 From: ManoMurugan Date: Tue, 7 Oct 2025 11:03:56 +0530 Subject: [PATCH 2/5] 983454: review changes --- .../Word-Processor/angular/how-to/export-document-as-pdf.md | 2 +- .../asp-net-core/how-to/export-document-as-pdf.md | 2 +- .../Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md | 2 +- .../javascript-es5/how-to/export-document-as-pdf.md | 2 +- .../javascript-es6/how-to/export-document-as-pdf.md | 2 +- .../Word/Word-Processor/react/how-to/export-document-as-pdf.md | 2 +- .../Word/Word-Processor/vue/how-to/export-document-as-pdf.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md index bc563b87b..d3c3f1649 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md @@ -17,7 +17,7 @@ In this article, we are going to see how to export the document as PDF format. Y Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/angular/documentation/api/document-editor/#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). >Note: -* The Document Editor exports PDF by converting pages into images on the client-side, which may result in a larger file size for the exported PDF. +* The Document Editor exports PDFs by converting pages into images on the client side, which may slightly increase file size compared to text-based PDFs. * Text search is not supported in the exported PDF, as the content is stored as images. * You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/asp-net-core/how-to/export-document-as-pdf.md index d58ba9226..11e405e27 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/how-to/export-document-as-pdf.md @@ -17,7 +17,7 @@ This article explains how to export the document as PDF format. You can export t Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as PDF using `exportAsImage` API. Here, all pages will be converted to image and inserted as PDF pages (works like print as PDF). >Note: -* The Document Editor exports PDF by converting pages into images on the client-side, which may result in a larger file size for the exported PDF. +* The Document Editor exports PDFs by converting pages into images on the client side, which may slightly increase file size compared to text-based PDFs. * Text search is not supported in the exported PDF, as the content is stored as images. * You can install the PDF export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md index 39fe1d700..ef89e7f63 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md @@ -17,7 +17,7 @@ This article explains how to export the document as PDF format. You can export t Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as PDF using `exportAsImage` API. Here, all pages will be converted to image and inserted as PDF pages (works like print as PDF). >Note: -* The Document Editor exports PDF by converting pages into images on the client-side, which may result in a larger file size for the exported PDF. +* The Document Editor exports PDFs by converting pages into images on the client side, which may slightly increase file size compared to text-based PDFs. * Text search is not supported in the exported PDF, as the content is stored as images. * You can install the PDF export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md index 462909d35..88980f8ab 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md @@ -17,7 +17,7 @@ In this article, we are going to see how to export the document as Pdf format. Y Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). >Note: -* The Document Editor exports PDF by converting pages into images on the client-side, which may result in a larger file size for the exported PDF. +* The Document Editor exports PDFs by converting pages into images on the client side, which may slightly increase file size compared to text-based PDFs. * Text search is not supported in the exported PDF, as the content is stored as images. * You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md index fccfe2f69..92c9fa1fd 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md @@ -17,7 +17,7 @@ In this article, we are going to see how to export the document as Pdf format. Y Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/documentation/api/document-editor#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). >Note: -* The Document Editor exports PDF by converting pages into images on the client-side, which may result in a larger file size for the exported PDF. +* The Document Editor exports PDFs by converting pages into images on the client side, which may slightly increase file size compared to text-based PDFs. * Text search is not supported in the exported PDF, as the content is stored as images. * You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). diff --git a/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md index 880ae5239..44cd334eb 100644 --- a/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md @@ -17,7 +17,7 @@ In this article, we are going to see how to export the document as Pdf format. Y Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/react/documentation/api/document-editor#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). >Note: -* The Document Editor exports PDF by converting pages into images on the client-side, which may result in a larger file size for the exported PDF. +* The Document Editor exports PDFs by converting pages into images on the client side, which may slightly increase file size compared to text-based PDFs. * Text search is not supported in the exported PDF, as the content is stored as images. * You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md index 97b42532c..f00a3fb75 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md @@ -17,7 +17,7 @@ In this article, we are going to see how to export the document as Pdf format. Y Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/vue/documentation/api/document-editor#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). >Note: -* The Document Editor exports PDF by converting pages into images on the client-side, which may result in a larger file size for the exported PDF. +* The Document Editor exports PDFs by converting pages into images on the client side, which may slightly increase file size compared to text-based PDFs. * Text search is not supported in the exported PDF, as the content is stored as images. * You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export). From 31ccdc942d0aa9eb69b8332be8ba784cd3c66143 Mon Sep 17 00:00:00 2001 From: ManoMurugan Date: Tue, 7 Oct 2025 13:53:33 +0530 Subject: [PATCH 3/5] 983454: CI failure resolved --- .../javascript-es5/how-to/export-document-as-pdf.md | 8 ++++---- .../javascript-es6/how-to/export-document-as-pdf.md | 8 ++++---- .../Word-Processor/react/how-to/export-document-as-pdf.md | 8 ++++---- .../Word-Processor/vue/how-to/export-document-as-pdf.md | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md index 88980f8ab..955ca31af 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md @@ -10,7 +10,7 @@ domainurl: ##DomainURL## # Export document as pdf in JavaScript (ES5) Document editor control -In this article, we are going to see how to export the document as Pdf format. You can export the document as Pdf in following ways: +In this article, we are going to see how to export the document as PDF format. You can export the document as PDF in following ways: ## Export the document as pdf in client-side @@ -70,9 +70,9 @@ The following example code illustrates how to export the document as pdf in clie ## Export document as pdf in server-side using Syncfusion® DocIO -With the help of [`Synfusion DocIO`](https://help.syncfusion.com/file-formats/docio/word-to-pdf), you can export the document as Pdf in server-side. Here, you can search the text. +With the help of [`Syncfusion DocIO`](https://help.syncfusion.com/file-formats/docio/word-to-pdf), you can export the document as PDF in server-side. Here, you can search the text. -The following way illustrates how to convert the document as Pdf: +The following way illustrates how to convert the document as PDF: * Using [`serialize`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor#serialize) API, convert the document as Sfdt and send it to server-side. @@ -106,7 +106,7 @@ document.getElementById('export').addEventListener('click', function () { > The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor'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-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * Using Save API in server-side, you can convert the sfdt to stream. -* Finally, convert the stream to Pdf using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library. +* Finally, convert the stream to PDF using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library. The following example code illustrates how to process the sfdt in server-side. diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md index 92c9fa1fd..75bcb45f1 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md @@ -10,7 +10,7 @@ domainurl: ##DomainURL## # Export document as pdf in JavaScript (ES6) Document editor control -In this article, we are going to see how to export the document as Pdf format. You can export the document as Pdf in following ways: +In this article, we are going to see how to export the document as PDF format. You can export the document as PDF in following ways: ## Export the document as pdf in client-side @@ -99,9 +99,9 @@ document.getElementById('export').addEventListener('click', function () { ## Export document as pdf in server-side using Syncfusion® DocIO -With the help of [`Synfusion DocIO`](https://help.syncfusion.com/file-formats/docio/word-to-pdf), you can export the document as Pdf in server-side. Here, you can search the text. +With the help of [`Syncfusion DocIO`](https://help.syncfusion.com/file-formats/docio/word-to-pdf), you can export the document as PDF in server-side. Here, you can search the text. -The following way illustrates how to convert the document as Pdf: +The following way illustrates how to convert the document as PDF: * Using [`serialize`](https://ej2.syncfusion.com/documentation/api/document-editor#serialize) API, convert the document as Sfdt and send it to server-side. @@ -135,7 +135,7 @@ document.getElementById('export').addEventListener('click', function () { > The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor'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-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * Using Save API in server-side, you can convert the sfdt to stream. -* Finally, convert the stream to Pdf using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library. +* Finally, convert the stream to PDF using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library. The following example code illustrates how to process the sfdt in server-side. diff --git a/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md index 44cd334eb..a8aa88e81 100644 --- a/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md @@ -10,7 +10,7 @@ domainurl: ##DomainURL## # Export document as pdf in React Document editor component -In this article, we are going to see how to export the document as Pdf format. You can export the document as Pdf in following ways: +In this article, we are going to see how to export the document as PDF format. You can export the document as PDF in following ways: ## Export the document as pdf in client-side @@ -103,9 +103,9 @@ ReactDOM.render(, document.getElementById('sample')); ## Export document as pdf in server-side using Syncfusion® DocIO -With the help of [`Synfusion DocIO`](https://help.syncfusion.com/file-formats/docio/word-to-pdf), you can export the document as Pdf in server-side. Here, you can search the text. +With the help of [`Syncfusion DocIO`](https://help.syncfusion.com/file-formats/docio/word-to-pdf), you can export the document as PDF in server-side. Here, you can search the text. -The following way illustrates how to convert the document as Pdf: +The following way illustrates how to convert the document as PDF: * Using [`serialize`](https://ej2.syncfusion.com/react/documentation/api/document-editor#serialize) API, convert the document as Sfdt and send it to server-side. @@ -153,7 +153,7 @@ ReactDOM.render(, document.getElementById('sample')); > The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor'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-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * Using Save API in server-side, you can convert the sfdt to stream. -* Finally, convert the stream to Pdf using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library. +* Finally, convert the stream to PDF using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library. The following example code illustrates how to process the sfdt in server-side. diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md index f00a3fb75..ab603a8b3 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md @@ -10,7 +10,7 @@ domainurl: ##DomainURL## # Export document as pdf in Vue Document editor component -In this article, we are going to see how to export the document as Pdf format. You can export the document as Pdf in following ways: +In this article, we are going to see how to export the document as PDF format. You can export the document as PDF in following ways: ## Export the document as pdf in client-side @@ -183,9 +183,9 @@ export default { ## Export document as pdf in server-side using Syncfusion® DocIO -With the help of [`Synfusion DocIO`](https://help.syncfusion.com/file-formats/docio/word-to-pdf), you can export the document as Pdf in server-side. Here, you can search the text. +With the help of [`Syncfusion DocIO`](https://help.syncfusion.com/file-formats/docio/word-to-pdf), you can export the document as PDF in server-side. Here, you can search the text. -The following way illustrates how to convert the document as Pdf: +The following way illustrates how to convert the document as PDF: * Using [`serialize`](https://ej2.syncfusion.com/vue/documentation/api/document-editor#serialize) API, convert the document as Sfdt and send it to server-side. @@ -273,7 +273,7 @@ export default { > The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor'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-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * Using Save API in server-side, you can convert the sfdt to stream. -* Finally, convert the stream to Pdf using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library. +* Finally, convert the stream to PDF using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library. The following example code illustrates how to process the sfdt in server-side. From b75f078210e995d60d66f11edb490bfc36e922e2 Mon Sep 17 00:00:00 2001 From: ManoMurugan Date: Tue, 14 Oct 2025 02:09:33 +0530 Subject: [PATCH 4/5] 983454: resolving CI failure --- .../asp-net-mvc/how-to/export-document-as-pdf.md | 2 +- .../javascript-es5/how-to/export-document-as-pdf.md | 6 +++--- .../javascript-es6/how-to/export-document-as-pdf.md | 6 +++--- .../Word-Processor/react/how-to/export-document-as-pdf.md | 4 ++-- .../Word-Processor/vue/how-to/export-document-as-pdf.md | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md index ef89e7f63..be0a7b0ae 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md @@ -1,6 +1,6 @@ --- layout: post -title: Export PDF Document in ASP.NET MVC Document Editor Component |Syncfusion +title: Export PDF Document in ASP.NET MVC Document Editor |Syncfusion description: Learn here all about export document as PDF in Syncfusion ASP.NET MVC Document Editor component of Syncfusion Essential JS 2 and more. platform: document-processing control: Export Document As PDF diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md index 955ca31af..9455f25e4 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md @@ -1,6 +1,6 @@ --- layout: post -title: Export document as pdf in JavaScript (ES5) Document editor control | Syncfusion +title: Export document as pdf in JavaScript (ES5) DocumentEditor | Syncfusion description: Learn here all about Export document as pdf in Syncfusion JavaScript (ES5) Document editor control of Syncfusion Essential JS 2 and more. platform: document-processing control: Export document as pdf @@ -14,7 +14,7 @@ In this article, we are going to see how to export the document as PDF format. Y ## Export the document as pdf in client-side -Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). +Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). >Note: * The Document Editor exports PDFs by converting pages into images on the client side, which may slightly increase file size compared to text-based PDFs. @@ -74,7 +74,7 @@ With the help of [`Syncfusion DocIO`](https://help.syncfusion.com/file-formats/d The following way illustrates how to convert the document as PDF: -* Using [`serialize`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor#serialize) API, convert the document as Sfdt and send it to server-side. +* Using [`serialize`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/#serialize) API, convert the document as Sfdt and send it to server-side. The following example code illustrates how to convert the document to sfdt and pass it to server-side. diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md index 75bcb45f1..ee0d4b404 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md @@ -1,6 +1,6 @@ --- layout: post -title: Export document as pdf in JavaScript (ES6) Document editor control | Syncfusion +title: Export document as pdf in JavaScript (ES6) DocumentEditor | Syncfusion description: Learn here all about Export document as pdf in Syncfusion JavaScript (ES6) Document editor control of Syncfusion Essential JS 2 and more. platform: document-processing control: Export document as pdf @@ -14,7 +14,7 @@ In this article, we are going to see how to export the document as PDF format. Y ## Export the document as pdf in client-side -Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/documentation/api/document-editor#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). +Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/documentation/api/document-editor/#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). >Note: * The Document Editor exports PDFs by converting pages into images on the client side, which may slightly increase file size compared to text-based PDFs. @@ -103,7 +103,7 @@ With the help of [`Syncfusion DocIO`](https://help.syncfusion.com/file-formats/d The following way illustrates how to convert the document as PDF: -* Using [`serialize`](https://ej2.syncfusion.com/documentation/api/document-editor#serialize) API, convert the document as Sfdt and send it to server-side. +* Using [`serialize`](https://ej2.syncfusion.com/documentation/api/document-editor/#serialize) API, convert the document as Sfdt and send it to server-side. The following example code illustrates how to convert the document to sfdt and pass it to server-side. diff --git a/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md index a8aa88e81..b3db064b8 100644 --- a/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md @@ -14,7 +14,7 @@ In this article, we are going to see how to export the document as PDF format. Y ## Export the document as pdf in client-side -Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/react/documentation/api/document-editor#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). +Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/react/documentation/api/document-editor/#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). >Note: * The Document Editor exports PDFs by converting pages into images on the client side, which may slightly increase file size compared to text-based PDFs. @@ -107,7 +107,7 @@ With the help of [`Syncfusion DocIO`](https://help.syncfusion.com/file-formats/d The following way illustrates how to convert the document as PDF: -* Using [`serialize`](https://ej2.syncfusion.com/react/documentation/api/document-editor#serialize) API, convert the document as Sfdt and send it to server-side. +* Using [`serialize`](https://ej2.syncfusion.com/react/documentation/api/document-editor/#serialize) API, convert the document as Sfdt and send it to server-side. The following example code illustrates how to convert the document to sfdt and pass it to server-side. diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md index ab603a8b3..3a7b7ff7c 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md @@ -14,7 +14,7 @@ In this article, we are going to see how to export the document as PDF format. Y ## Export the document as pdf in client-side -Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/vue/documentation/api/document-editor#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). +Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/vue/documentation/api/document-editor/#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF). >Note: * The Document Editor exports PDFs by converting pages into images on the client side, which may slightly increase file size compared to text-based PDFs. @@ -187,7 +187,7 @@ With the help of [`Syncfusion DocIO`](https://help.syncfusion.com/file-formats/d The following way illustrates how to convert the document as PDF: -* Using [`serialize`](https://ej2.syncfusion.com/vue/documentation/api/document-editor#serialize) API, convert the document as Sfdt and send it to server-side. +* Using [`serialize`](https://ej2.syncfusion.com/vue/documentation/api/document-editor/#serialize) API, convert the document as Sfdt and send it to server-side. The following example code illustrates how to convert the document to sfdt and pass it to server-side. From b836502df85b81326db5f3afacba8bfdf67e73c2 Mon Sep 17 00:00:00 2001 From: ManoMurugan Date: Wed, 15 Oct 2025 15:44:46 +0530 Subject: [PATCH 5/5] 983454: resolving Ci failure --- .../javascript-es5/how-to/export-document-as-pdf.md | 2 +- .../javascript-es6/how-to/export-document-as-pdf.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md index 9455f25e4..0632251ca 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md @@ -1,6 +1,6 @@ --- layout: post -title: Export document as pdf in JavaScript (ES5) DocumentEditor | Syncfusion +title: Export PDF in JavaScript (ES5) Document editor | Syncfusion description: Learn here all about Export document as pdf in Syncfusion JavaScript (ES5) Document editor control of Syncfusion Essential JS 2 and more. platform: document-processing control: Export document as pdf diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md index ee0d4b404..8ca63d584 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md @@ -1,6 +1,6 @@ --- layout: post -title: Export document as pdf in JavaScript (ES6) DocumentEditor | Syncfusion +title: Export PDF in JavaScript (ES6) Document editor | Syncfusion description: Learn here all about Export document as pdf in Syncfusion JavaScript (ES6) Document editor control of Syncfusion Essential JS 2 and more. platform: document-processing control: Export document as pdf