Skip to content

Commit

Permalink
PPTX to Image conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
KonduruKeerthi committed Jul 26, 2024
1 parent 3dcc098 commit cf8cbbb
Show file tree
Hide file tree
Showing 19 changed files with 187 additions and 217 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<Version>6.2.14</Version>
</PackageReference>
<PackageReference Include="Syncfusion.Presentation.UWP">
<Version>23.1.39</Version>
<Version>*</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
Expand Down
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>
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
<OutputType>WinExe</OutputType>
<RootNamespace>Convert_PowerPoint_Presentation_to_Image</RootNamespace>
<AssemblyName>Convert-PowerPoint-Presentation-to-Image</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -35,17 +36,17 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Syncfusion.Compression.Base, Version=23.1460.39.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.Compression.Base.23.1.39\lib\net46\Syncfusion.Compression.Base.dll</HintPath>
<Reference Include="Syncfusion.Compression.Base, Version=26.1462.42.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.Compression.Base.26.1.42\lib\net462\Syncfusion.Compression.Base.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Licensing, Version=23.1460.39.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.Licensing.23.1.39\lib\net46\Syncfusion.Licensing.dll</HintPath>
<Reference Include="Syncfusion.Licensing, Version=26.1462.42.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.Licensing.26.1.42\lib\net462\Syncfusion.Licensing.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.OfficeChart.Base, Version=23.1460.39.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.OfficeChart.Base.23.1.39\lib\net46\Syncfusion.OfficeChart.Base.dll</HintPath>
<Reference Include="Syncfusion.OfficeChart.Base, Version=26.1462.42.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.OfficeChart.Base.26.1.42\lib\net462\Syncfusion.OfficeChart.Base.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Presentation.Base, Version=23.1460.39.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.Presentation.Wpf.23.1.39\lib\net46\Syncfusion.Presentation.Base.dll</HintPath>
<Reference Include="Syncfusion.Presentation.Base, Version=26.1462.42.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>..\packages\Syncfusion.Presentation.Wpf.26.1.42\lib\net462\Syncfusion.Presentation.Base.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Syncfusion.Compression.Base" version="23.1.39" targetFramework="net46" />
<package id="Syncfusion.Licensing" version="23.1.39" targetFramework="net46" />
<package id="Syncfusion.OfficeChart.Base" version="23.1.39" targetFramework="net46" />
<package id="Syncfusion.Presentation.Wpf" version="23.1.39" 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.Presentation.Wpf" version="26.1.42" targetFramework="net462" />
</packages>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Convert-PowerPoint-Presentation-to-Image", "Convert-PowerPoint-Presentation-to-Image\Convert-PowerPoint-Presentation-to-Image.csproj", "{9B6176B5-051E-4825-8DAB-79BDF09A3993}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Convert-PowerPoint-Presentation-to-Image", "Convert-PowerPoint-Presentation-to-Image\Convert-PowerPoint-Presentation-to-Image.csproj", "{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -15,29 +15,29 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Debug|ARM64.ActiveCfg = Debug|ARM64
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Debug|ARM64.Build.0 = Debug|ARM64
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Debug|ARM64.Deploy.0 = Debug|ARM64
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Debug|x64.ActiveCfg = Debug|x64
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Debug|x64.Build.0 = Debug|x64
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Debug|x64.Deploy.0 = Debug|x64
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Debug|x86.ActiveCfg = Debug|x86
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Debug|x86.Build.0 = Debug|x86
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Debug|x86.Deploy.0 = Debug|x86
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Release|ARM64.ActiveCfg = Release|ARM64
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Release|ARM64.Build.0 = Release|ARM64
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Release|ARM64.Deploy.0 = Release|ARM64
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Release|x64.ActiveCfg = Release|x64
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Release|x64.Build.0 = Release|x64
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Release|x64.Deploy.0 = Release|x64
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Release|x86.ActiveCfg = Release|x86
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Release|x86.Build.0 = Release|x86
{9B6176B5-051E-4825-8DAB-79BDF09A3993}.Release|x86.Deploy.0 = Release|x86
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Debug|ARM64.ActiveCfg = Debug|ARM64
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Debug|ARM64.Build.0 = Debug|ARM64
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Debug|ARM64.Deploy.0 = Debug|ARM64
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Debug|x64.ActiveCfg = Debug|x64
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Debug|x64.Build.0 = Debug|x64
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Debug|x64.Deploy.0 = Debug|x64
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Debug|x86.ActiveCfg = Debug|x86
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Debug|x86.Build.0 = Debug|x86
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Debug|x86.Deploy.0 = Debug|x86
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Release|ARM64.ActiveCfg = Release|ARM64
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Release|ARM64.Build.0 = Release|ARM64
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Release|ARM64.Deploy.0 = Release|ARM64
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Release|x64.ActiveCfg = Release|x64
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Release|x64.Build.0 = Release|x64
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Release|x64.Deploy.0 = Release|x64
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Release|x86.ActiveCfg = Release|x86
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Release|x86.Build.0 = Release|x86
{D272C8EB-8693-4AD9-AD4A-52B5440A96B5}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0466E1C0-D28D-4A54-B628-D210558E1C5A}
SolutionGuid = {0AF1C77B-49EE-4B04-B9FE-C422C5EDE7D8}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<RootNamespace>Convert_PowerPoint_Presentation_to_Image</RootNamespace>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>x86;x64;ARM64</Platforms>
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<PublishProfile>win10-$(Platform).pubxml</PublishProfile>
<RuntimeIdentifiers Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) &gt;= 8">win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<RuntimeIdentifiers Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) &lt; 8">win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
</PropertyGroup>
<ItemGroup>
<Content Remove="Assets\Input.pptx" />
</ItemGroup>
<ItemGroup>
<None Remove="Assets\Input.pptx" />
</ItemGroup>

<ItemGroup>
<Content Include="Assets\SplashScreen.scale-200.png" />
Expand All @@ -29,19 +27,17 @@
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Assets\Input.pptx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="Assets\Input.pptx" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.3.230602002" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" />
<PackageReference Include="Syncfusion.PresentationRenderer.NET" Version="*" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

<!--
<!--
Defining the "Msix" ProjectCapability here allows the Single-project MSIX Packaging
Tools extension to be activated for this project even if the Windows App SDK Nuget
package has not yet been restored.
Expand All @@ -50,12 +46,12 @@
<ProjectCapability Include="Msix" />
</ItemGroup>

<!--
Defining the "HasPackageAndPublishMenuAddedByProject" property here allows the Solution
Explorer "Package and Publish" context menu entry to be enabled for this project even if
<!--
Defining the "HasPackageAndPublishMenuAddedByProject" property here allows the Solution
Explorer "Package and Publish" context menu entry to be enabled for this project even if
the Windows App SDK Nuget package has not yet been restored.
-->
<PropertyGroup Condition="'$(DisableHasPackageAndPublishMenuAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'">
<HasPackageAndPublishMenu>true</HasPackageAndPublishMenu>
</PropertyGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
using Microsoft.UI.Xaml.Input;
using Microsoft.UI.Xaml.Media;
using Microsoft.UI.Xaml.Navigation;
using Syncfusion.Presentation;
using Syncfusion.PresentationRenderer;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Data.Pdf;
using Syncfusion.Presentation;
using Syncfusion.PresentationRenderer;
using Windows.Foundation;
using Windows.Foundation.Collections;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
IgnorableNamespaces="uap rescap">

<Identity
Name="21b47cd5-8e72-436d-9b4b-010f43cf34c2"
Publisher="CN=VenkateshMurugananda"
Name="1da9d7f6-5f52-41ba-b826-ff9bf8f51e54"
Publisher="CN=KonduruKeerthiKondur"
Version="1.0.0.0" />

<mp:PhoneIdentity PhoneProductId="21b47cd5-8e72-436d-9b4b-010f43cf34c2" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
<mp:PhoneIdentity PhoneProductId="1da9d7f6-5f52-41ba-b826-ff9bf8f51e54" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

<Properties>
<DisplayName>Convert-PowerPoint-Presentation-to-Image</DisplayName>
<PublisherDisplayName>VenkateshMurugananda</PublisherDisplayName>
<PublisherDisplayName>KonduruKeerthiKondur</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishProtocol>FileSystem</PublishProtocol>
<Platform>ARM64</Platform>
<RuntimeIdentifier>win10-arm64</RuntimeIdentifier>
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
<SelfContained>true</SelfContained>
<PublishSingleFile>False</PublishSingleFile>
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
<!--
See https://github.com/microsoft/CsWinRT/issues/373
<PublishTrimmed>True</PublishTrimmed>
-->
</PropertyGroup>
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishProtocol>FileSystem</PublishProtocol>
<Platform>ARM64</Platform>
<RuntimeIdentifier Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8">win-arm64</RuntimeIdentifier>
<RuntimeIdentifier Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) &lt; 8">win10-arm64</RuntimeIdentifier>
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
<SelfContained>true</SelfContained>
<PublishSingleFile>False</PublishSingleFile>
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
<PublishTrimmed Condition="'$(Configuration)' == 'Debug'">False</PublishTrimmed>
<PublishTrimmed Condition="'$(Configuration)' != 'Debug'">True</PublishTrimmed>
</PropertyGroup>
</Project>
Loading

0 comments on commit cf8cbbb

Please sign in to comment.