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..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,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 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. 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..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 @@ -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..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 @@ -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/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..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,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 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. 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..fcecb2f0d 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 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. 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..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 @@ -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 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/vue/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md index 1255a77a3..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 @@ -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 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.