Skip to content

Commit be0043f

Browse files
Convert-5-pages-in-Word-to-PDF
1 parent 2044b53 commit be0043f

File tree

3 files changed

+28
-7
lines changed

3 files changed

+28
-7
lines changed
Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
55
</startup>
6-
</configuration>
6+
<runtime>
7+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8+
<dependentAssembly>
9+
<assemblyIdentity name="Syncfusion.DocIO.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral"/>
10+
<bindingRedirect oldVersion="0.0.0.0-26.2462.9.0" newVersion="26.2462.9.0"/>
11+
</dependentAssembly>
12+
<dependentAssembly>
13+
<assemblyIdentity name="Syncfusion.Pdf.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral"/>
14+
<bindingRedirect oldVersion="0.0.0.0-26.2462.9.0" newVersion="26.2462.9.0"/>
15+
</dependentAssembly>
16+
<dependentAssembly>
17+
<assemblyIdentity name="Syncfusion.Compression.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral"/>
18+
<bindingRedirect oldVersion="0.0.0.0-26.2462.9.0" newVersion="26.2462.9.0"/>
19+
</dependentAssembly>
20+
<dependentAssembly>
21+
<assemblyIdentity name="Syncfusion.OfficeChart.Base" publicKeyToken="3d67ed1f87d44c89" culture="neutral"/>
22+
<bindingRedirect oldVersion="0.0.0.0-26.2462.9.0" newVersion="26.2462.9.0"/>
23+
</dependentAssembly>
24+
</assemblyBinding>
25+
</runtime>
26+
</configuration>

Word-to-PDF-Conversion/Convert-5-pages-in-Word-to-PDF/.NET-Framework/Convert-5-pages-in-Word-to-PDF/Convert-5-pages-in-Word-to-PDF.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
<OutputType>Exe</OutputType>
99
<RootNamespace>Convert_5_pages_in_Word_to_PDF</RootNamespace>
1010
<AssemblyName>Convert-5-pages-in-Word-to-PDF</AssemblyName>
11-
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1414
<Deterministic>true</Deterministic>
15+
<TargetFrameworkProfile />
1516
</PropertyGroup>
1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1718
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -39,8 +40,8 @@
3940
<Reference Include="Syncfusion.DocIO.Base, Version=26.2462.9.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
4041
<HintPath>..\packages\Syncfusion.DocIO.WinForms.26.2.9\lib\net462\Syncfusion.DocIO.Base.dll</HintPath>
4142
</Reference>
42-
<Reference Include="Syncfusion.DocToPdfConverter.Base, Version=26.2462.9.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
43-
<HintPath>..\packages\Syncfusion.DocToPDFConverter.WinForms.26.2.9\lib\net462\Syncfusion.DocToPdfConverter.Base.dll</HintPath>
43+
<Reference Include="Syncfusion.DocToPdfConverter.Base, Version=26.1462.42.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
44+
<HintPath>..\packages\Syncfusion.DocToPDFConverter.WinForms.26.1.42\lib\net462\Syncfusion.DocToPdfConverter.Base.dll</HintPath>
4445
</Reference>
4546
<Reference Include="Syncfusion.Licensing, Version=26.2462.9.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
4647
<HintPath>..\packages\Syncfusion.Licensing.26.2.9\lib\net462\Syncfusion.Licensing.dll</HintPath>

Word-to-PDF-Conversion/Convert-5-pages-in-Word-to-PDF/.NET-Framework/Convert-5-pages-in-Word-to-PDF/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Syncfusion.Compression.Base" version="26.2.9" targetFramework="net48" />
44
<package id="Syncfusion.DocIO.WinForms" version="26.2.9" targetFramework="net48" />
5-
<package id="Syncfusion.DocToPDFConverter.WinForms" version="26.2.9" targetFramework="net48" />
5+
<package id="Syncfusion.DocToPDFConverter.WinForms" version="26.1.42" targetFramework="net48" />
66
<package id="Syncfusion.Licensing" version="26.2.9" targetFramework="net48" />
77
<package id="Syncfusion.OfficeChart.Base" version="26.2.9" targetFramework="net48" />
88
<package id="Syncfusion.Pdf.WinForms" version="26.2.9" targetFramework="net48" />

0 commit comments

Comments
 (0)