Skip to content

Commit e5e292f

Browse files
Merge pull request #484 from Keerthana4775/main
ES-42173 - Modified the sample for converting Word document to PowerPoint Presentation document
2 parents a80cf17 + a9f4e59 commit e5e292f

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)