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
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).
21
+
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/index-default#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF).
18
22
19
23
>Note:
20
24
* 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.
@@ -107,7 +111,7 @@ With the help of [`Syncfusion DocIO`](https://help.syncfusion.com/file-formats/d
107
111
108
112
The following way illustrates how to convert the document as PDF:
109
113
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.
114
+
* Using [`serialize`](https://ej2.syncfusion.com/react/documentation/api/document-editor/index-default#serialize) API, convert the document as Sfdt and send it to server-side.
111
115
112
116
The following example code illustrates how to convert the document to sfdt and pass it to server-side.
113
117
@@ -181,4 +185,4 @@ public void ExportPdf([FromBody]SaveParameter data)
181
185
}
182
186
```
183
187
184
-
Get the complete working sample in this [`link`](https://github.com/SyncfusionExamples/Export-document-as-PDF-in-Document-Editor/).
188
+
Get the complete working sample in this [`link`](https://github.com/SyncfusionExamples/Export-document-as-PDF-in-Document-Editor/).
0 commit comments