File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ namespace TextExtractionSample {
66 internal class Program {
77 static void Main ( string [ ] args ) {
88 Syncfusion . Licensing . SyncfusionLicenseProvider . RegisterLicense ( "YOUR LICENSE KEY" ) ;
9-
109 ExtractText ( ) ;
1110 //Extract_Layout();
1211 //ExtractText_EntirePDF();
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 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" 22.2.7 " />
11+ <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" * " />
1212 </ItemGroup >
1313
1414</Project >
You can’t perform that action at this time.
0 commit comments