You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,9 @@ In this article, we are going to see how to export the document as PDF format. Y
17
17
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).
18
18
19
19
>Note:
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.
21
+
* Text search is not supported in the exported PDF, as the content is stored as images.
20
22
* You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
21
-
* There is one limitation we can’t search the text because we are exporting the pdf as image.
22
23
23
24
The following example code illustrates how to export the document as pdf in client-side.
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Processor/asp-net-core/how-to/export-document-as-pdf.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,12 @@ This article explains how to export the document as PDF format. You can export t
14
14
15
15
## Export the document as PDF in client-side
16
16
17
-
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.
17
+
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).
18
18
19
-
N> You can install the PDF export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
19
+
>Note:
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.
21
+
* Text search is not supported in the exported PDF, as the content is stored as images.
22
+
* You can install the PDF export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Processor/asp-net-mvc/how-to/export-document-as-pdf.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: post
3
-
title: Export PDF Document in ASP.NET MVC Document Editor Component |Syncfusion
3
+
title: Export PDF Document in ASP.NET MVC Document Editor |Syncfusion
4
4
description: Learn here all about export document as PDF in Syncfusion ASP.NET MVC Document Editor component of Syncfusion Essential JS 2 and more.
5
5
platform: document-processing
6
6
control: Export Document As PDF
@@ -14,9 +14,12 @@ This article explains how to export the document as PDF format. You can export t
14
14
15
15
## Export the document as PDF in client-side
16
16
17
-
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.
17
+
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).
18
18
19
-
N> You can install the PDF export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
19
+
>Note:
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.
21
+
* Text search is not supported in the exported PDF, as the content is stored as images.
22
+
* You can install the PDF export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: post
3
-
title: Export document as pdf in JavaScript (ES5) Document editor control | Syncfusion
3
+
title: Export PDF in JavaScript (ES5) Document editor | Syncfusion
4
4
description: Learn here all about Export document as pdf in Syncfusion JavaScript (ES5) Document editor control of Syncfusion Essential JS 2 and more.
5
5
platform: document-processing
6
6
control: Export document as pdf
@@ -10,15 +10,17 @@ domainurl: ##DomainURL##
10
10
11
11
# Export document as pdf in JavaScript (ES5) Document editor control
12
12
13
-
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:
13
+
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:
14
14
15
15
## Export the document as pdf in client-side
16
16
17
-
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).
17
+
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).
18
18
19
19
>Note:
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.
21
+
* Text search is not supported in the exported PDF, as the content is stored as images.
20
22
* You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
21
-
* There is one limitation we can’t search the text because we are exporting the pdf as image.
23
+
22
24
23
25
The following example code illustrates how to export the document as pdf in client-side.
24
26
@@ -68,11 +70,11 @@ The following example code illustrates how to export the document as pdf in clie
68
70
69
71
## Export document as pdf in server-side using Syncfusion<supstyle="font-size:70%">®</sup> DocIO
70
72
71
-
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.
73
+
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.
72
74
73
-
The following way illustrates how to convert the document as Pdf:
75
+
The following way illustrates how to convert the document as PDF:
74
76
75
-
* Using [`serialize`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor#serialize) API, convert the document as Sfdt and send it to server-side.
77
+
* Using [`serialize`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/#serialize) API, convert the document as Sfdt and send it to server-side.
76
78
77
79
The following example code illustrates how to convert the document to sfdt and pass it to server-side.
78
80
@@ -104,7 +106,7 @@ document.getElementById('export').addEventListener('click', function () {
104
106
> 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.
105
107
106
108
* Using Save API in server-side, you can convert the sfdt to stream.
107
-
* Finally, convert the stream to Pdf using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library.
109
+
* Finally, convert the stream to PDF using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library.
108
110
109
111
The following example code illustrates how to process the sfdt in server-side.
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: post
3
-
title: Export document as pdf in JavaScript (ES6) Document editor control | Syncfusion
3
+
title: Export PDF in JavaScript (ES6) Document editor | Syncfusion
4
4
description: Learn here all about Export document as pdf in Syncfusion JavaScript (ES6) Document editor control of Syncfusion Essential JS 2 and more.
5
5
platform: document-processing
6
6
control: Export document as pdf
@@ -10,15 +10,17 @@ domainurl: ##DomainURL##
10
10
11
11
# Export document as pdf in JavaScript (ES6) Document editor control
12
12
13
-
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:
13
+
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:
14
14
15
15
## Export the document as pdf in client-side
16
16
17
-
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).
17
+
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).
18
18
19
19
>Note:
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.
21
+
* Text search is not supported in the exported PDF, as the content is stored as images.
20
22
* You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
21
-
* There is one limitation we can’t search the text because we are exporting the pdf as image.
23
+
22
24
23
25
The following example code illustrates how to export the document as pdf in client-side.
24
26
@@ -97,11 +99,11 @@ document.getElementById('export').addEventListener('click', function () {
97
99
98
100
## Export document as pdf in server-side using Syncfusion<supstyle="font-size:70%">®</sup> DocIO
99
101
100
-
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.
102
+
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.
101
103
102
-
The following way illustrates how to convert the document as Pdf:
104
+
The following way illustrates how to convert the document as PDF:
103
105
104
-
* Using [`serialize`](https://ej2.syncfusion.com/documentation/api/document-editor#serialize) API, convert the document as Sfdt and send it to server-side.
106
+
* Using [`serialize`](https://ej2.syncfusion.com/documentation/api/document-editor/#serialize) API, convert the document as Sfdt and send it to server-side.
105
107
106
108
The following example code illustrates how to convert the document to sfdt and pass it to server-side.
107
109
@@ -133,7 +135,7 @@ document.getElementById('export').addEventListener('click', function () {
133
135
> 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.
134
136
135
137
* Using Save API in server-side, you can convert the sfdt to stream.
136
-
* Finally, convert the stream to Pdf using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library.
138
+
* Finally, convert the stream to PDF using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library.
137
139
138
140
The following example code illustrates how to process the sfdt in server-side.
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Processor/react/how-to/export-document-as-pdf.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,16 @@ domainurl: ##DomainURL##
10
10
11
11
# Export document as pdf in React Document editor component
12
12
13
-
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:
13
+
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:
14
14
15
15
## Export the document as pdf in client-side
16
16
17
-
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.
17
+
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).
18
18
19
-
>Note: You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
19
+
>Note:
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.
21
+
* Text search is not supported in the exported PDF, as the content is stored as images.
22
+
* You can install the pdf export packages from this [`link`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export).
20
23
21
24
The following example code illustrates how to export the document as pdf in client-side.
## Export document as pdf in server-side using Syncfusion<supstyle="font-size:70%">®</sup> DocIO
102
105
103
-
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.
106
+
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.
104
107
105
-
The following way illustrates how to convert the document as Pdf:
108
+
The following way illustrates how to convert the document as PDF:
106
109
107
-
* Using [`serialize`](https://ej2.syncfusion.com/react/documentation/api/document-editor#serialize) API, convert the document as Sfdt and send it to server-side.
110
+
* Using [`serialize`](https://ej2.syncfusion.com/react/documentation/api/document-editor/#serialize) API, convert the document as Sfdt and send it to server-side.
108
111
109
112
The following example code illustrates how to convert the document to sfdt and pass it to server-side.
> 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.
151
154
152
155
* Using Save API in server-side, you can convert the sfdt to stream.
153
-
* Finally, convert the stream to Pdf using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library.
156
+
* Finally, convert the stream to PDF using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library.
154
157
155
158
The following example code illustrates how to process the sfdt in server-side.
0 commit comments