Skip to content

Commit a31f506

Browse files
committed
983454: review changes
1 parent fee69e8 commit a31f506

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this article, we are going to see how to export the document as PDF format. Y
1717
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).
1818

1919
>Note:
20-
* 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.
20+
* 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.
2121
* Text search is not supported in the exported PDF, as the content is stored as images.
2222
* You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
2323

Document-Processing/Word/Word-Processor/asp-net-core/how-to/export-document-as-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article explains how to export the document as PDF format. You can export t
1717
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).
1818

1919
>Note:
20-
* 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.
20+
* 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.
2121
* Text search is not supported in the exported PDF, as the content is stored as images.
2222
* You can install the PDF export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
2323

Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article explains how to export the document as PDF format. You can export t
1717
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).
1818

1919
>Note:
20-
* 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.
20+
* 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.
2121
* Text search is not supported in the exported PDF, as the content is stored as images.
2222
* You can install the PDF export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
2323

Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this article, we are going to see how to export the document as Pdf format. Y
1717
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).
1818

1919
>Note:
20-
* 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.
20+
* 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.
2121
* Text search is not supported in the exported PDF, as the content is stored as images.
2222
* You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
2323

Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this article, we are going to see how to export the document as Pdf format. Y
1717
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).
1818

1919
>Note:
20-
* 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.
20+
* 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.
2121
* Text search is not supported in the exported PDF, as the content is stored as images.
2222
* You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
2323

Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this article, we are going to see how to export the document as Pdf format. Y
1717
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).
1818

1919
>Note:
20-
* 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.
20+
* 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.
2121
* Text search is not supported in the exported PDF, as the content is stored as images.
2222
* You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
2323

Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this article, we are going to see how to export the document as Pdf format. Y
1717
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).
1818

1919
>Note:
20-
* 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.
20+
* 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.
2121
* Text search is not supported in the exported PDF, as the content is stored as images.
2222
* You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
2323

0 commit comments

Comments
 (0)