From ffb0328bb00df5d335aeff345427e9108c26ca8b Mon Sep 17 00:00:00 2001 From: DJGosnell Date: Mon, 11 Apr 2022 11:20:10 -0400 Subject: [PATCH] PDFium version v102.0.4997.0 chromium/4997 --- download_package.sh | 2 +- src/Directory.Build.props | 2 +- src/PDFiumCore/PDFiumCore.cs | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/download_package.sh b/download_package.sh index c494640..1afe800 100755 --- a/download_package.sh +++ b/download_package.sh @@ -1,2 +1,2 @@ dotnet build src/PDFiumCoreBindingsGenerator/PDFiumCoreBindingsGenerator.csproj -c Release -dotnet ./src/PDFiumCoreBindingsGenerator/bin/Release/net6.0/PDFiumCoreBindingsGenerator.dll 63491390 false +dotnet ./src/PDFiumCoreBindingsGenerator/bin/Release/net6.0/PDFiumCoreBindingsGenerator.dll 64077256 false diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 2b98388..2c87821 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,6 +1,6 @@ - 102.0.4983.0 + 102.0.4997.0 diff --git a/src/PDFiumCore/PDFiumCore.cs b/src/PDFiumCore/PDFiumCore.cs index 9e86b74..2eb055e 100644 --- a/src/PDFiumCore/PDFiumCore.cs +++ b/src/PDFiumCore/PDFiumCore.cs @@ -1,7 +1,7 @@ -// Built from precompiled binaries at https://github.com/bblanchon/pdfium-binaries/releases/tag/chromium/4983 -// Github release api https://api.github.com/repos/bblanchon/pdfium-binaries/releases/63491390 -// PDFium version v102.0.4983.0 chromium/4983 [master] -// Built on: Mon, 04 Apr 2022 14:16:00 GMT +// Built from precompiled binaries at https://github.com/bblanchon/pdfium-binaries/releases/tag/chromium/4997 +// Github release api https://api.github.com/repos/bblanchon/pdfium-binaries/releases/64077256 +// PDFium version v102.0.4997.0 chromium/4997 [master] +// Built on: Mon, 11 Apr 2022 15:19:27 GMT // ---------------------------------------------------------------------------- // // This is autogenerated code by CppSharp. @@ -7728,6 +7728,7 @@ public static int FORM_OnKeyDown(global::PDFiumCore.FpdfFormHandleT hHandle, glo /// modifier - Mask of key flags (see fpdf_fwlevent.h for key flag values). /// Return Value: /// True indicates success; otherwise false. + /// Comments: Currently unimplemented and always returns false. PDFium reserves this API and may implement it in the future on an as-needed basis. /// public static int FORM_OnKeyUp(global::PDFiumCore.FpdfFormHandleT hHandle, global::PDFiumCore.FpdfPageT page, int nKeyCode, int modifier) {