Skip to content

Commit d95787e

Browse files
938086: Resolved tag issue
1 parent 0f01864 commit d95787e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

ej2-asp-core-mvc/document-editor/how-to/export-document-as-pdf.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ N> You can install the PDF export packages from this [`link`](https://www.npmjs.
2727
{% endhighlight %}
2828
{% highlight c# tabtitle="Export-pdf-client.cs" %}
2929
{% include code-snippet/document-editor-container/export-pdf-client/document-editor.cs %}
30-
{% endhighlight %}{% endtabs %}
30+
{% endhighlight %}
31+
{% endtabs %}
3132

3233
{% elsif page.publishingplatform == "aspnet-mvc" %}
3334

@@ -37,7 +38,8 @@ N> You can install the PDF export packages from this [`link`](https://www.npmjs.
3738
{% endhighlight %}
3839
{% highlight c# tabtitle="Export-pdf-client.cs" %}
3940
{% include code-snippet/document-editor-container/export-pdf-client/document-editor.cs %}
40-
{% endhighlight %}{% endtabs %}
41+
{% endhighlight %}
42+
{% endtabs %}
4143
{% endif %}
4244

4345

@@ -58,7 +60,8 @@ The following way illustrates how to convert the document as PDF:
5860
{% endhighlight %}
5961
{% highlight c# tabtitle="Export-pdf-server.cs" %}
6062
{% include code-snippet/document-editor-container/export-pdf-server/document-editor.cs %}
61-
{% endhighlight %}{% endtabs %}
63+
{% endhighlight %}
64+
{% endtabs %}
6265

6366
{% elsif page.publishingplatform == "aspnet-mvc" %}
6467

@@ -68,7 +71,8 @@ The following way illustrates how to convert the document as PDF:
6871
{% endhighlight %}
6972
{% highlight c# tabtitle="Export-pdf-server.cs" %}
7073
{% include code-snippet/document-editor-container/export-pdf-server/document-editor.cs %}
71-
{% endhighlight %}{% endtabs %}
74+
{% endhighlight %}
75+
{% endtabs %}
7276
{% endif %}
7377

7478
{% if page.publishingplatform == "aspnet-core" %}

0 commit comments

Comments
 (0)