Skip to content

Commit 32e2784

Browse files
ManoSF4839MohanaselvamJothi
authored andcommitted
Resolved the CI failure
1 parent 4d542fe commit 32e2784

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To quickly get started with exporting to PDF in Document Editor, please check ou
1818

1919
## Export the document as pdf in client-side
2020

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/#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).
2222

2323
>Note:
2424
* 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.
@@ -111,7 +111,7 @@ With the help of [`Syncfusion DocIO`](https://help.syncfusion.com/file-formats/d
111111

112112
The following way illustrates how to convert the document as PDF:
113113

114-
* 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.
115115

116116
The following example code illustrates how to convert the document to sfdt and pass it to server-side.
117117

@@ -185,4 +185,4 @@ public void ExportPdf([FromBody]SaveParameter data)
185185
}
186186
```
187187

188-
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

Comments
 (0)