From 1f350679cca6d92df95bff607ff67414e3d53587 Mon Sep 17 00:00:00 2001 From: Konduru Keerthi Konduru Ravichandra Raju Date: Tue, 23 Jul 2024 18:44:06 +0530 Subject: [PATCH 1/2] PDF from Word --- Pdf_from_word/Pdf_from_word/Pdf_from_word.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pdf_from_word/Pdf_from_word/Pdf_from_word.csproj b/Pdf_from_word/Pdf_from_word/Pdf_from_word.csproj index 14cd6d3..4f1669d 100644 --- a/Pdf_from_word/Pdf_from_word/Pdf_from_word.csproj +++ b/Pdf_from_word/Pdf_from_word/Pdf_from_word.csproj @@ -2,11 +2,11 @@ Exe - netcoreapp3.1 + net8.0 - + From a08fbc4a9c8e2a7937517a677249eb0be026591b Mon Sep 17 00:00:00 2001 From: Konduru Keerthi Konduru Ravichandra Raju Date: Sun, 28 Jul 2024 22:11:34 +0530 Subject: [PATCH 2/2] Presentation to PDF --- pdf_from_powerPoint/pdf_from_powerPoint/Program.cs | 2 +- .../pdf_from_powerPoint/pdf_from_powerPoint.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pdf_from_powerPoint/pdf_from_powerPoint/Program.cs b/pdf_from_powerPoint/pdf_from_powerPoint/Program.cs index 1e51e52..6a12e81 100644 --- a/pdf_from_powerPoint/pdf_from_powerPoint/Program.cs +++ b/pdf_from_powerPoint/pdf_from_powerPoint/Program.cs @@ -1,6 +1,6 @@ using Syncfusion.Pdf; using Syncfusion.Presentation; -using Syncfusion.PresentationToPdfConverter; +using Syncfusion.PresentationRenderer; using System.IO; namespace pdf_from_powerPoint diff --git a/pdf_from_powerPoint/pdf_from_powerPoint/pdf_from_powerPoint.csproj b/pdf_from_powerPoint/pdf_from_powerPoint/pdf_from_powerPoint.csproj index c14a35d..b8be0c8 100644 --- a/pdf_from_powerPoint/pdf_from_powerPoint/pdf_from_powerPoint.csproj +++ b/pdf_from_powerPoint/pdf_from_powerPoint/pdf_from_powerPoint.csproj @@ -2,11 +2,11 @@ Exe - netcoreapp3.1 + net8.0 - +