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
+3-2Lines changed: 3 additions & 2 deletions
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
-
* 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.
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).
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
+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 Document Editor Component |Syncfusion
3
+
title: Export PDF in Document Editor Component |Syncfusion
4
4
description: Learn here all about export document as PDF in Syncfusion 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/asp-net-mvc/how-to/export-document-as-pdf.md
+7-4Lines changed: 7 additions & 4 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 in ASP.NET MVC Document Editor Component |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).
20
23
21
24
22
25
{% tabs %}
@@ -82,4 +85,4 @@ public void ExportPdf([FromBody] SaveParameter data)
82
85
```
83
86
84
87
85
-
Get the complete working sample in this [`link`](https://github.com/SyncfusionExamples/Export-document-as-PDF-in-Document-Editor/).
88
+
Get the complete working sample in this [`link`](https://github.com/SyncfusionExamples/Export-document-as-PDF-in-Document-Editor/).
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md
+9-8Lines changed: 9 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,16 @@ 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.
22
23
23
24
The following example code illustrates how to export the document as pdf in client-side.
24
25
@@ -68,11 +69,11 @@ The following example code illustrates how to export the document as pdf in clie
68
69
69
70
## Export document as pdf in server-side using Syncfusion<supstyle="font-size:70%">®</sup> DocIO
70
71
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.
72
+
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
73
73
-
The following way illustrates how to convert the document as Pdf:
74
+
The following way illustrates how to convert the document as PDF:
74
75
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.
76
+
* 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
77
77
78
The following example code illustrates how to convert the document to sfdt and pass it to server-side.
78
79
@@ -104,7 +105,7 @@ document.getElementById('export').addEventListener('click', function () {
104
105
> 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
106
106
107
* 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.
108
+
* Finally, convert the stream to PDF using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library.
108
109
109
110
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-9Lines changed: 10 additions & 9 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,16 @@ 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
-
* 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.
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).
22
23
23
24
The following example code illustrates how to export the document as pdf in client-side.
24
25
@@ -97,11 +98,11 @@ document.getElementById('export').addEventListener('click', function () {
97
98
98
99
## Export document as pdf in server-side using Syncfusion<supstyle="font-size:70%">®</sup> DocIO
99
100
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.
101
+
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
102
102
-
The following way illustrates how to convert the document as Pdf:
103
+
The following way illustrates how to convert the document as PDF:
103
104
104
-
* Using [`serialize`](https://ej2.syncfusion.com/documentation/api/document-editor#serialize) API, convert the document as Sfdt and send it to server-side.
105
+
* Using [`serialize`](https://ej2.syncfusion.com/documentation/api/document-editor/#serialize) API, convert the document as Sfdt and send it to server-side.
105
106
106
107
The following example code illustrates how to convert the document to sfdt and pass it to server-side.
107
108
@@ -133,7 +134,7 @@ document.getElementById('export').addEventListener('click', function () {
133
134
> 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
135
135
136
* 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.
137
+
* Finally, convert the stream to PDF using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library.
137
138
138
139
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