Skip to content

Commit

Permalink
PDFium version v102.0.4997.0 chromium/4997
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Apr 11, 2022
1 parent 96c8da9 commit ffb0328
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion download_package.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>102.0.4983.0</Version>
<Version>102.0.4997.0</Version>
</PropertyGroup>
</Project>
9 changes: 5 additions & 4 deletions src/PDFiumCore/PDFiumCore.cs
Original file line number Diff line number Diff line change
@@ -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
// ----------------------------------------------------------------------------
// <auto-generated>
// This is autogenerated code by CppSharp.
Expand Down Expand Up @@ -7728,6 +7728,7 @@ public static int FORM_OnKeyDown(global::PDFiumCore.FpdfFormHandleT hHandle, glo
/// <para>modifier - Mask of key flags (see fpdf_fwlevent.h for key flag values).</para>
/// <para>Return Value:</para>
/// <para>True indicates success; otherwise false.</para>
/// <para>Comments: Currently unimplemented and always returns false. PDFium reserves this API and may implement it in the future on an as-needed basis.</para>
/// </summary>
public static int FORM_OnKeyUp(global::PDFiumCore.FpdfFormHandleT hHandle, global::PDFiumCore.FpdfPageT page, int nKeyCode, int modifier)
{
Expand Down

0 comments on commit ffb0328

Please sign in to comment.