File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
Change-password-of-PDF-document/Change-password-of-PDF-document
Change-permission-of-PDF-document/Change-permission-of-PDF-document
Encrypt-PDF-with-owner-password/Encrypt-PDF-with-owner-password
Encrypt-PDF-with-user-password/Encrypt-PDF-with-user-password
Protect-an-existing-PDF-document/Protect-an-existing-PDF-document
Protect-attachments-in-PDF-document/Protect-attachments-in-PDF-document
Remove-password-from-PDF-document/Remove-password-from-PDF-document Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net7 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <RootNamespace >Change_password_of_PDF_document</RootNamespace >
77 <ImplicitUsings >enable</ImplicitUsings >
88 <Nullable >enable</Nullable >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" 22.1.37 " />
12+ <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" * " />
1313 </ItemGroup >
1414
1515</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net7 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <RootNamespace >Change_permission_of_PDF_document</RootNamespace >
77 <ImplicitUsings >enable</ImplicitUsings >
88 <Nullable >enable</Nullable >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" 22.1.38 " />
12+ <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" * " />
1313 </ItemGroup >
1414
1515</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net7 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <RootNamespace >Encrypt_PDF_with_owner_password</RootNamespace >
77 <ImplicitUsings >enable</ImplicitUsings >
88 <Nullable >enable</Nullable >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" 22.1.37 " />
12+ <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" * " />
1313 </ItemGroup >
1414
1515</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net7 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <RootNamespace >Encrypt_PDF_with_user_password</RootNamespace >
77 <ImplicitUsings >enable</ImplicitUsings >
88 <Nullable >enable</Nullable >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" 22.1.37 " />
12+ <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" * " />
1313 </ItemGroup >
1414
1515</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net7 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <RootNamespace >Protect_an_existing_PDF_document</RootNamespace >
77 <ImplicitUsings >enable</ImplicitUsings >
88 <Nullable >enable</Nullable >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" 22.1.37 " />
12+ <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" * " />
1313 </ItemGroup >
1414
1515</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net7 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <RootNamespace >Protect_attachments_in_PDF_document</RootNamespace >
77 <ImplicitUsings >enable</ImplicitUsings >
88 <Nullable >enable</Nullable >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" 22.1.38 " />
12+ <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" * " />
1313 </ItemGroup >
1414
1515</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net7 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <RootNamespace >Remove_password_from_PDF_document</RootNamespace >
77 <ImplicitUsings >enable</ImplicitUsings >
88 <Nullable >enable</Nullable >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" 22.1.38 " />
12+ <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" * " />
1313 </ItemGroup >
1414
1515</Project >
You can’t perform that action at this time.
0 commit comments