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..475f72d64 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: -* 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 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). 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..a18c7b9c1 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 @@ -1,6 +1,6 @@ --- layout: post -title: Export PDF Document in Document Editor Component |Syncfusion +title: Export PDF in Document Editor Component |Syncfusion description: Learn here all about export document as PDF in Syncfusion Document Editor component of Syncfusion Essential JS 2 and more. platform: document-processing control: Export Document As PDF @@ -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 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). {% 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..5ffe74ec0 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 in ASP.NET MVC Document Editor Component |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 @@ -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 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). {% tabs %} @@ -82,4 +85,4 @@ public void ExportPdf([FromBody] SaveParameter data) ``` -Get the complete working sample in this [`link`](https://github.com/SyncfusionExamples/Export-document-as-PDF-in-Document-Editor/). \ No newline at end of file +Get the complete working sample in this [`link`](https://github.com/SyncfusionExamples/Export-document-as-PDF-in-Document-Editor/). 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..bcf883f27 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 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 @@ -10,15 +10,16 @@ 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 -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. +* 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. @@ -68,11 +69,11 @@ 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. +* 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. @@ -104,7 +105,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 b89656784..5f99388ae 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 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 @@ -10,15 +10,16 @@ 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 -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: -* 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 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). The following example code illustrates how to export the document as pdf in client-side. @@ -97,11 +98,11 @@ 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. +* 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. @@ -133,7 +134,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 7159882ce..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 @@ -10,13 +10,16 @@ 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 -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 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). The following example code illustrates how to export the document as pdf in client-side. @@ -100,11 +103,11 @@ 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. +* 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. @@ -150,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 1255a77a3..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 @@ -10,13 +10,16 @@ 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 -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 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). The following example code illustrates how to export the document as pdf in client-side. @@ -180,11 +183,11 @@ 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. +* 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. @@ -270,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.