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: ej2-asp-core-mvc/document-editor/how-to/export-document-as-pdf.md
+51-7Lines changed: 51 additions & 7 deletions
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 ##Platform_Name## Document Editor Component
3
+
title: Export PDF Document in ##Platform_Name## Document Editor Component |Syncfusion
4
4
description: Learn here all about export document as PDF in Syncfusion ##Platform_Name## Document Editor component of Syncfusion Essential JS 2 and more.
5
5
platform: ej2-asp-core-mvc
6
6
control: Export Document As PDF
@@ -26,7 +26,9 @@ N> You can install the PDF export packages from this [`link`](https://www.npmjs.
26
26
{% include code-snippet/document-editor-container/export-pdf-client/tagHelper %}
{% include code-snippet/document-editor-container/export-pdf-client/document-editor.cs %}
41
+
{% endhighlight %}
42
+
{% endtabs %}
39
43
{% endif %}
40
44
41
45
42
46
43
47
## Export document as PDF in server-side using Syncfusion<supstyle="font-size:70%">®</sup> DocIO
44
48
45
-
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.
49
+
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.
46
50
47
51
The following way illustrates how to convert the document as PDF:
48
52
@@ -55,7 +59,9 @@ The following way illustrates how to convert the document as PDF:
55
59
{% include code-snippet/document-editor-container/export-pdf-server/tagHelper %}
0 commit comments