-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90a71eb
commit c903150
Showing
210 changed files
with
92,260 additions
and
7,334 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
...oint-presentation-to-PDF/.NET-FrameWork/Convert-PowerPoint-presentation-to-PDF/App.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" /> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/> | ||
</startup> | ||
</configuration> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...presentation-to-PDF/.NET-FrameWork/Convert-PowerPoint-presentation-to-PDF/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Syncfusion.Compression.Base" version="23.1.44" targetFramework="net46" /> | ||
<package id="Syncfusion.Licensing" version="23.1.44" targetFramework="net46" /> | ||
<package id="Syncfusion.OfficeChart.Base" version="23.1.44" targetFramework="net46" /> | ||
<package id="Syncfusion.Pdf.WinForms" version="23.1.44" targetFramework="net46" /> | ||
<package id="Syncfusion.Presentation.WinForms" version="23.1.44" targetFramework="net46" /> | ||
<package id="Syncfusion.PresentationToPdfConverter.WinForms" version="23.1.44" targetFramework="net46" /> | ||
<package id="Syncfusion.Compression.Base" version="26.1.42" targetFramework="net462" /> | ||
<package id="Syncfusion.Licensing" version="26.1.42" targetFramework="net462" /> | ||
<package id="Syncfusion.OfficeChart.Base" version="26.1.42" targetFramework="net462" /> | ||
<package id="Syncfusion.Pdf.WinForms" version="26.1.42" targetFramework="net462" /> | ||
<package id="Syncfusion.Presentation.WinForms" version="26.1.42" targetFramework="net462" /> | ||
<package id="Syncfusion.PresentationToPdfConverter.WinForms" version="26.1.42" targetFramework="net462" /> | ||
</packages> |
18 changes: 9 additions & 9 deletions
18
...nvert-PowerPoint-presentation-to-PDF/.NET-MAUI/Convert-PowerPoint-Presentation-to-PDF.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.0.31611.283 | ||
VisualStudioVersion = 17.10.34928.147 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Convert-PowerPoint-Presentation-to-PDF", "Convert-PowerPoint-Presentation-to-PDF\Convert-PowerPoint-Presentation-to-PDF.csproj", "{DC3283BF-B613-48D7-9B82-1B8A41ED48AA}" | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Convert-PowerPoint-Presentation-to-PDF", "Convert-PowerPoint-Presentation-to-PDF\Convert-PowerPoint-Presentation-to-PDF.csproj", "{B94B46BE-166E-4B17-9F14-F67F74CBB24E}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{DC3283BF-B613-48D7-9B82-1B8A41ED48AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{DC3283BF-B613-48D7-9B82-1B8A41ED48AA}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{DC3283BF-B613-48D7-9B82-1B8A41ED48AA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | ||
{DC3283BF-B613-48D7-9B82-1B8A41ED48AA}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{DC3283BF-B613-48D7-9B82-1B8A41ED48AA}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{DC3283BF-B613-48D7-9B82-1B8A41ED48AA}.Release|Any CPU.Deploy.0 = Release|Any CPU | ||
{B94B46BE-166E-4B17-9F14-F67F74CBB24E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{B94B46BE-166E-4B17-9F14-F67F74CBB24E}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{B94B46BE-166E-4B17-9F14-F67F74CBB24E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | ||
{B94B46BE-166E-4B17-9F14-F67F74CBB24E}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{B94B46BE-166E-4B17-9F14-F67F74CBB24E}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{B94B46BE-166E-4B17-9F14-F67F74CBB24E}.Release|Any CPU.Deploy.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572} | ||
SolutionGuid = {368BCEC6-9301-4C6E-A49F-F81D0D968F49} | ||
EndGlobalSection | ||
EndGlobal |
17 changes: 9 additions & 8 deletions
17
...werPoint-presentation-to-PDF/.NET-MAUI/Convert-PowerPoint-Presentation-to-PDF/App.xaml.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
namespace Convert_PowerPoint_Presentation_to_PDF; | ||
|
||
public partial class App : Application | ||
namespace Convert_PowerPoint_Presentation_to_PDF | ||
{ | ||
public App() | ||
{ | ||
InitializeComponent(); | ||
public partial class App : Application | ||
{ | ||
public App() | ||
{ | ||
InitializeComponent(); | ||
|
||
MainPage = new AppShell(); | ||
} | ||
MainPage = new AppShell(); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 8 additions & 7 deletions
15
...int-presentation-to-PDF/.NET-MAUI/Convert-PowerPoint-Presentation-to-PDF/AppShell.xaml.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
namespace Convert_PowerPoint_Presentation_to_PDF; | ||
|
||
public partial class AppShell : Shell | ||
namespace Convert_PowerPoint_Presentation_to_PDF | ||
{ | ||
public AppShell() | ||
{ | ||
InitializeComponent(); | ||
} | ||
public partial class AppShell : Shell | ||
{ | ||
public AppShell() | ||
{ | ||
InitializeComponent(); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 21 additions & 14 deletions
35
...Point-presentation-to-PDF/.NET-MAUI/Convert-PowerPoint-Presentation-to-PDF/MauiProgram.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
namespace Convert_PowerPoint_Presentation_to_PDF; | ||
using Microsoft.Extensions.Logging; | ||
|
||
public static class MauiProgram | ||
namespace Convert_PowerPoint_Presentation_to_PDF | ||
{ | ||
public static MauiApp CreateMauiApp() | ||
{ | ||
var builder = MauiApp.CreateBuilder(); | ||
builder | ||
.UseMauiApp<App>() | ||
.ConfigureFonts(fonts => | ||
{ | ||
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); | ||
fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); | ||
}); | ||
public static class MauiProgram | ||
{ | ||
public static MauiApp CreateMauiApp() | ||
{ | ||
var builder = MauiApp.CreateBuilder(); | ||
builder | ||
.UseMauiApp<App>() | ||
.ConfigureFonts(fonts => | ||
{ | ||
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); | ||
fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); | ||
}); | ||
|
||
return builder.Build(); | ||
} | ||
#if DEBUG | ||
builder.Logging.AddDebug(); | ||
#endif | ||
|
||
return builder.Build(); | ||
} | ||
} | ||
} |
Oops, something went wrong.