Skip to content

Commit

Permalink
Bumped to for Chromium 104
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Grange committed Aug 25, 2022
1 parent 8ddaba9 commit 3dd3835
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
4 changes: 2 additions & 2 deletions cefHtmlSnapshot.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_MajorVer>0</VerInfo_MajorVer>
<VerInfo_MinorVer>8</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=delphitools.info;FileDescription=$(MSBuildProjectName);FileVersion=0.8.101.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Release>101</VerInfo_Release>
<VerInfo_Keys>CompanyName=delphitools.info;FileDescription=$(MSBuildProjectName);FileVersion=0.8.104.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Release>104</VerInfo_Release>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
Expand Down
Binary file modified cefHtmlSnapshot.res
Binary file not shown.
13 changes: 3 additions & 10 deletions uCEFSnapshotParameters.pas
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface
uCEFTypes, uCEFMiscFunctions;

const
cChromiumSubFolder = 'Chromium101.0';
cChromiumSubFolder = 'Chromium104.0';
cDLLSubfolder = 'Libraries';

type
Expand Down Expand Up @@ -66,16 +66,9 @@ implementation

uses LibTurboJPEG, Vcl.Imaging.pngimage, System.StrUtils, System.IOUtils;

// SaveText
//
function SaveText(const txt : String) : Boolean;
begin

end;

const
cHelp = 'cefHtmlSnaphot utility v0.7.100 - Html to image or pdf coversion using Chromium Embedded Framework'#10
+ 'Using CEF 100.0.23, CEF4Delphi, TurboJPEG see https://github.com/EricGrange/cefHtmlSnapshot'#10#10
cHelp = 'cefHtmlSnaphot utility v0.8.104 - Html to image or pdf coversion using Chromium Embedded Framework'#10
+ 'Using CEF 104.4.25, CEF4Delphi, TurboJPEG see https://github.com/EricGrange/cefHtmlSnapshot'#10#10
+ 'cefHtmlSnapshot.exe url_or_file [-arg1 value1] [-arg2 value2] ... output_file'#10
+ #10
+ ' -?, -h, --help This inline documentation'#10
Expand Down

0 comments on commit 3dd3835

Please sign in to comment.