Skip to content

Commit 9c07546

Browse files
author
Konduru Keerthi Konduru Ravichandra Raju
committed
HTML conversions
1 parent 376c563 commit 9c07546

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

HTML-conversions/Export-HTML-with-body-content/.NET/Export-HTML-with-body-content/Export-HTML-with-body-content.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>

HTML-conversions/Export-HTML-with-body-content/.NET/Export-HTML-with-body-content/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
//Load an existing Word document.
2-
using Syncfusion.DocIO;
1+
using Syncfusion.DocIO;
32
using Syncfusion.DocIO.DLS;
43

5-
using (FileStream fileStreamPath = new FileStream("Input.docx", FileMode.Open, FileAccess.Read, FileShare.ReadWrite))
4+
//Load an existing Word document.
5+
using (FileStream fileStreamPath = new FileStream("../../../Template.docx", FileMode.Open, FileAccess.Read, FileShare.ReadWrite))
66
{
77
using (WordDocument document = new WordDocument(fileStreamPath, FormatType.Docx))
88
{
Binary file not shown.

0 commit comments

Comments
 (0)