diff --git a/cefHtmlSnapshot.dproj b/cefHtmlSnapshot.dproj index 583fe93..25135ca 100644 --- a/cefHtmlSnapshot.dproj +++ b/cefHtmlSnapshot.dproj @@ -95,8 +95,8 @@ true 0 8 - 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= - 101 + 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= + 104 false diff --git a/cefHtmlSnapshot.res b/cefHtmlSnapshot.res index 4aefe8c..712de62 100644 Binary files a/cefHtmlSnapshot.res and b/cefHtmlSnapshot.res differ diff --git a/uCEFSnapshotParameters.pas b/uCEFSnapshotParameters.pas index 5ab74e3..16e36a7 100644 --- a/uCEFSnapshotParameters.pas +++ b/uCEFSnapshotParameters.pas @@ -7,7 +7,7 @@ interface uCEFTypes, uCEFMiscFunctions; const - cChromiumSubFolder = 'Chromium101.0'; + cChromiumSubFolder = 'Chromium104.0'; cDLLSubfolder = 'Libraries'; type @@ -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