Skip to content

Commit a9f4e59

Browse files
committed
changed the document name and document version
1 parent a80cf17 commit a9f4e59

File tree

2 files changed

+1
-1
lines changed
  • Word-to-PPTX-Conversion/Convert-Word-document-to-PPTX/.NET/Convert-Word-document-to-PPTX

2 files changed

+1
-1
lines changed

Word-to-PPTX-Conversion/Convert-Word-document-to-PPTX/.NET/Convert-Word-document-to-PPTX/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Program
1010
static void Main(string[] args)
1111
{
1212
//Loads an existing Word document.
13-
using (WordDocument document = new WordDocument(Path.GetFullPath("../../../Data/Adventure.docx"), Syncfusion.DocIO.FormatType.Automatic))
13+
using (WordDocument document = new WordDocument(Path.GetFullPath("../../../Data/Template.docx"), Syncfusion.DocIO.FormatType.Automatic))
1414
{
1515
// Create a new PowerPoint presentation.
1616
pptxDoc = Presentation.Create();

0 commit comments

Comments
 (0)