File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
ej2-asp-core-mvc/document-editor/how-to Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ N> You can install the PDF export packages from this [`link`](https://www.npmjs.
27
27
{% endhighlight %}
28
28
{% highlight c# tabtitle="Export-pdf-client.cs" %}
29
29
{% include code-snippet/document-editor-container/export-pdf-client/document-editor.cs %}
30
- {% endhighlight %}{% endtabs %}
30
+ {% endhighlight %}
31
+ {% endtabs %}
31
32
32
33
{% elsif page.publishingplatform == "aspnet-mvc" %}
33
34
@@ -37,7 +38,8 @@ N> You can install the PDF export packages from this [`link`](https://www.npmjs.
37
38
{% endhighlight %}
38
39
{% highlight c# tabtitle="Export-pdf-client.cs" %}
39
40
{% include code-snippet/document-editor-container/export-pdf-client/document-editor.cs %}
40
- {% endhighlight %}{% endtabs %}
41
+ {% endhighlight %}
42
+ {% endtabs %}
41
43
{% endif %}
42
44
43
45
@@ -58,7 +60,8 @@ The following way illustrates how to convert the document as PDF:
58
60
{% endhighlight %}
59
61
{% highlight c# tabtitle="Export-pdf-server.cs" %}
60
62
{% include code-snippet/document-editor-container/export-pdf-server/document-editor.cs %}
61
- {% endhighlight %}{% endtabs %}
63
+ {% endhighlight %}
64
+ {% endtabs %}
62
65
63
66
{% elsif page.publishingplatform == "aspnet-mvc" %}
64
67
@@ -68,7 +71,8 @@ The following way illustrates how to convert the document as PDF:
68
71
{% endhighlight %}
69
72
{% highlight c# tabtitle="Export-pdf-server.cs" %}
70
73
{% include code-snippet/document-editor-container/export-pdf-server/document-editor.cs %}
71
- {% endhighlight %}{% endtabs %}
74
+ {% endhighlight %}
75
+ {% endtabs %}
72
76
{% endif %}
73
77
74
78
{% if page.publishingplatform == "aspnet-core" %}
You can’t perform that action at this time.
0 commit comments