Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,6 @@ Using document As WordDocument = New WordDocument("Input.docx", FormatType.Docx)
End Using
{% endhighlight %}

{% highlight c# tabtitle="UWP" %}
//DocIO doesn’t support the MarkdownExportImagesFolder API in UWP platform.
{% endhighlight %}

{% endtabs %}

You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Markdown-conversion/Export-images-to-folder).
Expand Down
3 changes: 1 addition & 2 deletions Document-Processing/Word/Word-Library/NET/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ The following code example explains how to create a new Word document with few l

{% tabs %}

{% highlight c# tabtitle="C# [Cross-platform]" %}
playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/DocIO-Examples/main/Getting-Started/Create-Word-document/.NET/Create-Word-document/Program.cs" %}
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/DocIO-Examples/main/Getting-Started/Create-Word-document/.NET/Create-Word-document/Program.cs" %}
//Creates a new instance of WordDocument (Empty Word Document)
WordDocument document = new WordDocument();
//Adds a section and a paragraph to the document
Expand Down