Skip to content

Commit 289d268

Browse files
committed
983454: resolved CI failures
1 parent 1f9f004 commit 289d268

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Export PDF Document in Document Editor Component |Syncfusion
3+
title: Export PDF in Document Editor Component |Syncfusion
44
description: Learn here all about export document as PDF in Syncfusion Document Editor component of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: Export Document As PDF

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
@@ -69,7 +69,7 @@ The following example code illustrates how to export the document as pdf in clie
6969

7070
## Export document as pdf in server-side using Syncfusion<sup style="font-size:70%">&reg;</sup> DocIO
7171

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+
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.
7373

7474
The following way illustrates how to convert the document as PDF:
7575

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
@@ -98,7 +98,7 @@ document.getElementById('export').addEventListener('click', function () {
9898

9999
## Export document as pdf in server-side using Syncfusion<sup style="font-size:70%">&reg;</sup> DocIO
100100

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+
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.
102102

103103
The following way illustrates how to convert the document as PDF:
104104

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
@@ -103,7 +103,7 @@ ReactDOM.render(<App />, document.getElementById('sample'));
103103
104104
## Export document as pdf in server-side using Syncfusion<sup style="font-size:70%">&reg;</sup> DocIO
105105

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.
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.
107107

108108
The following way illustrates how to convert the document as PDF:
109109

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ export default {
183183
184184
## Export document as pdf in server-side using Syncfusion<sup style="font-size:70%">&reg;</sup> DocIO
185185

186-
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.
186+
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.
187187

188-
The following way illustrates how to convert the document as Pdf:
188+
The following way illustrates how to convert the document as PDF:
189189

190190
* Using [`serialize`](https://ej2.syncfusion.com/vue/documentation/api/document-editor/#serialize) API, convert the document as Sfdt and send it to server-side.
191191

0 commit comments

Comments
 (0)