bblanchon.PDFium.Win32 133.0.6913

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package bblanchon.PDFium.Win32 --version 133.0.6913                
NuGet\Install-Package bblanchon.PDFium.Win32 -Version 133.0.6913                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="bblanchon.PDFium.Win32" Version="133.0.6913" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add bblanchon.PDFium.Win32 --version 133.0.6913                
#r "nuget: bblanchon.PDFium.Win32, 133.0.6913"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install bblanchon.PDFium.Win32 as a Cake Addin
#addin nuget:?package=bblanchon.PDFium.Win32&version=133.0.6913

// Install bblanchon.PDFium.Win32 as a Cake Tool
#tool nuget:?package=bblanchon.PDFium.Win32&version=133.0.6913                

<p align="center"> <img alt="PDFium binaries" src=".github/images/header.svg" /> </p>

Pre-compiled binaries of PDFium

Patches Total downloads

Latest release Nuget Conda

This project hosts pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.

Builds have been triggered automatically every Monday since 2017.

Disclaimer: This project isn't affiliated with Google or Foxit.

Download

Here are the download links for latest release:

<table> <tr> <th>OS</th> <th>CPU</th> <th>PDFium</th> <th>PDFium V8</th> </tr>

<tr> <td rowspan="4">Android</td> <td>arm</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-android-arm.tgz">pdfium-android-arm.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-android-arm.tgz">pdfium-v8-android-arm.tgz</a></td> </tr> <tr> <td>arm64</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-android-arm64.tgz">pdfium-android-arm64.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-android-arm64.tgz">pdfium-v8-android-arm64.tgz</a></td> </tr> <tr> <td>x64</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-android-x64.tgz">pdfium-android-x64.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-android-x64.tgz">pdfium-v8-android-x64.tgz</a></td> </tr> <tr> <td>x86</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-android-x86.tgz">pdfium-android-x86.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-android-x86.tgz">pdfium-v8-android-x86.tgz</a></td> </tr>

<tr> <td>iOS device</td> <td>arm64</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-ios-device-arm64.tgz">pdfium-ios-device-arm64.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-ios-device-arm64.tgz">pdfium-v8-ios-device-arm64.tgz</a></td> </tr>

<tr> <td rowspan="2">iOS simulator</td> <td>arm64</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-ios-simulator-arm64.tgz">pdfium-ios-simulator-arm64.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-ios-simulator-arm64.tgz">pdfium-v8-ios-simulator-arm64.tgz</a></td> </tr> <tr> <td>x64</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-ios-simulator-x64.tgz">pdfium-ios-simulator-x64.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-ios-simulator-x64.tgz">pdfium-v8-ios-simulator-x64.tgz</a></td> </tr>

<tr> <td rowspan="4">Linux</td> <td>arm</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-linux-arm.tgz">pdfium-linux-arm.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-linux-arm.tgz">pdfium-v8-linux-arm.tgz</a></td> </tr> <tr> <td>arm64</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-linux-arm64.tgz">pdfium-linux-arm64.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-linux-arm64.tgz">pdfium-v8-linux-arm64.tgz</a></td> </tr> <tr> <td>x64</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-linux-x64.tgz">pdfium-linux-x64.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-linux-x64.tgz">pdfium-v8-linux-x64.tgz</a></td> </tr> <tr> <td>x86</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-linux-x86.tgz">pdfium-linux-x86.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-linux-x86.tgz">pdfium-v8-linux-x86.tgz</a></td> </tr>

<tr> <td rowspan="3">Linux<br>musl</td> <td>arm64</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-linux-musl-arm64.tgz">pdfium-linux-musl-arm64.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-linux-musl-arm64.tgz">pdfium-v8-linux-musl-arm64.tgz</a></td> </tr> <tr> <td>x64</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-linux-musl-x64.tgz">pdfium-linux-musl-x64.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-linux-musl-x64.tgz">pdfium-v8-linux-musl-x64.tgz</a></td> </tr> <tr> <td>x86</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-linux-musl-x86.tgz">pdfium-linux-musl-x86.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-linux-musl-x86.tgz">pdfium-v8-linux-musl-x86.tgz</a></td> </tr>

<tr> <td rowspan="3">macOS</td> <td>arm64</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-mac-arm64.tgz">pdfium-mac-arm64.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-mac-arm64.tgz">pdfium-v8-mac-arm64.tgz</a></td> </tr> <tr> <td>x64</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-mac-x64.tgz">pdfium-mac-x64.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-mac-x64.tgz">pdfium-v8-mac-x64.tgz</a></td> </tr> <tr> <td>univ</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-mac-univ.tgz">pdfium-mac-univ.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-mac-univ.tgz">pdfium-v8-mac-univ.tgz</a></td> </tr>

<tr> <td rowspan="3">Windows</td> <td>arm64</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-win-arm64.tgz">pdfium-win-arm64.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-win-arm64.tgz">pdfium-v8-win-arm64.tgz</a></td> </tr> <tr> <td>x64</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-win-x64.tgz">pdfium-win-x64.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-win-x64.tgz">pdfium-v8-win-x64.tgz</a></td> </tr> <tr> <td>x86</td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-win-x86.tgz">pdfium-win-x86.tgz</a></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-win-x86.tgz">pdfium-v8-win-x86.tgz</a></td> </tr>

<tr> <td colspan="2">WebAssembly<sup>1</sup></td> <td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-wasm.tgz">pdfium-wasm.tgz</a></td> <td>not supported</td> </tr> </table>

<small>1: WebAssembly build is experimental; please provide feedback.</small>

See the Releases page to download older versions of PDFium.

NuGet Packages

The following NuGet packages are available:

<table> <tr> <th>OS</th> <th>PDFium</th> <th>PDFium V8</th> </tr>

<tr> <td>All (meta package)</td> <td><a href="https://www.nuget.org/packages/bblanchon.PDFium/">bblanchon.PDFium</a></td> <td><a href="https://www.nuget.org/packages/bblanchon.PDFiumV8/">bblanchon.PDFiumV8</a></td> </tr>

<tr> <td>Android</td> <td><a href="https://www.nuget.org/packages/bblanchon.PDFium.Android/">bblanchon.PDFium.Android</a></td> <td><a href="https://www.nuget.org/packages/bblanchon.PDFiumV8.Android/">bblanchon.PDFiumV8.Android</a></td> </tr>

<tr> <td>iOS</td> <td><a href="https://www.nuget.org/packages/bblanchon.PDFium.iOS/">bblanchon.PDFium.iOS</a></td> <td><a href="https://www.nuget.org/packages/bblanchon.PDFiumV8.iOS/">bblanchon.PDFiumV8.iOS</a></td> </tr>

<tr> <td>Linux</td> <td><a href="https://www.nuget.org/packages/bblanchon.PDFium.Linux/">bblanchon.PDFium.Linux</a></td> <td><a href="https://www.nuget.org/packages/bblanchon.PDFiumV8.Linux/">bblanchon.PDFiumV8.Linux</a></td> </tr>

<tr> <td>macOS</td> <td><a href="https://www.nuget.org/packages/bblanchon.PDFium.macOS/">bblanchon.PDFium.macOS</a></td> <td><a href="https://www.nuget.org/packages/bblanchon.PDFiumV8.macOS/">bblanchon.PDFiumV8.macOS</a></td> </tr>

<tr> <td>Windows</td> <td><a href="https://www.nuget.org/packages/bblanchon.PDFium.Win32/">bblanchon.PDFium.Win32</a></td> <td><a href="https://www.nuget.org/packages/bblanchon.PDFiumV8.Win32/">bblanchon.PDFiumV8.Win32</a></td> </tr>

<tr> <td>WebAssembly<sup>1</sup></td> <td><a href="https://www.nuget.org/packages/bblanchon.PDFium.WebAssembly/">bblanchon.PDFium.WebAssembly</a></td> <td>not supported</td> </tr> </table>

<small>1: WebAssembly build is experimental; please provide feedback.</small>

HELP WANTED!
I can provide packages for your favorite package manager, but I need help from someone who knows the format. Contact me via GitHub issues if you want to help.

Documentation

PDFium API documentation

Please find the documentation of the PDFium API on developers.foxit.com.

How to use PDFium in a CMake project

  1. Unzip the downloaded package in a folder (e.g., C:\Libraries\pdfium)

  2. Set the environment variable PDFium_DIR to this folder (e.g., C:\Libraries\pdfium)

  3. In your CMakeLists.txt, add

     find_package(PDFium)
    
  4. Then link your executable with PDFium:

     target_link_libraries(my_exe pdfium)
    
  5. On Windows, make sure that pdfium.dll can be found by your executable (copy it on the same folder, or put it on the PATH).

The following projects use (or recommend using) our PDFium builds:

Name Language Description
dart_pdf Dart PDF creation module for dart/flutter
DtronixPdf C# PDF viewer and editor toolset
go-pdfium Go Go wrapper around PDFium with helper functions for various methods like image rendering and text extraction
libvips C A performant image processing library
PDFium RS Rust Rust wrapper around PDFium
pdfium-vfp VFP PDF Viewer component for Visual FoxPro
PDFiumCore C# .NET Standard P/Invoke bindings for PDFium
PdfiumLib Pascal An interface to libpdfium for Delphi
PdfLibCore C# A fast PDF editing and reading library for modern .NET Core applications
PDFtoImage C# .NET library to render PDF content into images
PDFtoZPL C# A .NET library to convert PDF files (and bitmaps) into Zebra Programming Language code
PDFx Dart Flutter Render & show PDF documents on Web, MacOs 10.11+, Android 5.0+, iOS and Windows
PyPDFium2 Python Python bindings to PDFium
Spacedrive Rust/TS Cross-platform file manager, powered by a virtual distributed filesystem
wxPDFView C++ wxWidgets components to display PDF content

Did we miss a project? Please open a PR!

Contributors

<table> <thead> <tr> <th></th> <th>Username</th> <th>Contributions</th> </tr> </thead> <tbody> <tr> <td><img src="https://avatars.githubusercontent.com/u/5462433?v=4" width="48" height="48" alt="Benoit Blanchon"></td> <td><a href="https://github.com/bblanchon"><code>@bblanchon</code></a></td> <td>Main contributor</td> </tr> <tr> <td><img src="https://avatars.githubusercontent.com/u/248162?v=4" width="48" height="48" alt="Christoffer Green"></td> <td><a href="https://github.com/ChristofferGreen"><code>@ChristofferGreen</code></a></td> <td>Linux ARM build</td> </tr> <tr> <td rowspan="2"><img src="https://avatars.githubusercontent.com/u/1312921?v=4" width="48" height="48" alt="Jeroen Bobbeldijk"></td> <td rowspan="2"><a href="https://github.com/jerbob92"><code>@jerbob92</code></a></td> <td>Musl build</td> </tr> <tr> <td>WebAssembly build</td> </tr> <tr> <td rowspan="2"><img src="https://avatars.githubusercontent.com/u/65915611?v=4" width="48" height="48" alt="mara004"></td> <td rowspan="2"><a href="https://github.com/mara004"><code>@mara004</code></a></td> <td>Conda packages</td> </tr> <tr> <td>Frequent help with many aspects of the project</td> </tr> <tr> <td><img src="https://avatars.githubusercontent.com/u/12021771?v=4" width="48" height="48" alt="David Sungaila"></td> <td><a href="https://github.com/sungaila"><code>@sungaila</code></a></td> <td>NuGet packages</td> </tr> <tr> <td rowspan="2"><img src="https://avatars.githubusercontent.com/u/5075894?v=4" width="48" height="48" alt="Tobias Taschner"></td> <td rowspan="2"><a href="https://github.com/TcT2k"><code>@TcT2k</code></a></td> <td>macOS build</td> </tr> <tr> <td>V8 build</td> </tr> </tbody> </table

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
native native is compatible. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • native 0.0

    • No dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on bblanchon.PDFium.Win32:

Package Downloads
PDFtoImage

A .NET library to render PDF files into images.

PDFiumCore

PDFiumCore is a wrapper for pinvoke bindings to allow for direct PDFium usage in all languages which support .NET Standard 2.1. Includes the runtime native binary files for Linux-x64, Osx-x64, Win-x86 & Win-x64 targets.

PdfLibCore

PdfLib CORE is a fast library for reading PDF documents for modern .NET core applications.

bblanchon.PDFium

This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.

invoisys.SDK.PDF

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on bblanchon.PDFium.Win32:

Repository Stars
maforget/ComicRackCE
A Community Edition for the legendary Comic Book Manager ComicRack. ComicRack is back from the dead.
sungaila/PDFtoImage
A .NET library to render PDF files into images.
Dtronix/PDFiumCore
.NET Standard P/Invoke bindings for PDFium.
jbaarssen/PdfLibCore
PdfLib CORE is a fast PDF editing and reading library for modern .NET Core applications.
Version Downloads Last updated
133.0.6941 359 1/6/2025
133.0.6927 276 12/30/2024
133.0.6913 310 12/23/2024
133.0.6899 771 12/16/2024
133.0.6872 9,458 12/2/2024
133.0.6858 312 11/26/2024
133.0.6844 1,889 11/19/2024
130.0.6721 104,614 9/16/2024
130.0.6707 1,002 9/9/2024
130.0.6693 11,427 9/2/2024
130.0.6679 3,004 8/26/2024
129.0.6666 256 8/21/2024
128.0.6611 4,183 7/24/2024
128.0.6569 196,370 7/1/2024
128.0.6555 41,980 6/24/2024
128.0.6541 365 6/17/2024
127.0.6531 458 6/10/2024
127.0.6517 770 6/3/2024
127.0.6504 471 5/28/2024
127.0.6490 598 5/20/2024
126.0.6476 575 5/13/2024
126.0.6462 2,136 5/6/2024
126.0.6447 313 4/30/2024
125.0.6406 875 4/8/2024
125.0.6392 408 4/1/2024
125.0.6378 1,561 3/25/2024
124.0.6365 534 3/18/2024
124.0.6350 198,828 3/11/2024
124.0.6337 976 3/4/2024
124.0.6322 27,234 2/26/2024
123.0.6309 6,878 2/19/2024
123.0.6295 516 2/12/2024
123.0.6281 513 2/5/2024
123.0.6268 58,523 1/29/2024
122.0.6259 4,917 1/22/2024
122.0.6248 8,459 1/15/2024
122.0.6233 1,093 1/8/2024
122.0.6219 949 1/1/2024
122.0.6205 21,437 12/25/2023
122.0.6191 521 12/22/2023
121.0.6164 7,999 12/4/2023
121.0.6150 1,790 11/27/2023
121.0.6136 671 11/20/2023
121.0.6124 1,901 11/13/2023
121.0.6110 61,541 11/6/2023
120.0.6097 2,130 10/30/2023
120.0.6084 1,001 10/23/2023
120.0.6070 1,164 10/16/2023
120.0.6056 41,268 10/9/2023
119.0.6043 34,133 10/2/2023
119.0.6029 17,476 9/25/2023
119.0.6015 2,263 9/18/2023
119.0.6002 997 9/11/2023
118.0.5989 847 9/4/2023
118.0.5975 21,728 8/28/2023
118.0.5961 4,499 8/21/2023
118.0.5947 829 8/14/2023
117.0.5934 1,887 8/7/2023
117.0.5921 723 7/31/2023
117.0.5907 19,215 7/24/2023
117.0.5893 5,162 7/17/2023
117.0.5880 1,062 7/10/2023
117.0.5868 866 7/3/2023
117.0.5854 882 6/26/2023
116.0.5841 1,543 6/19/2023
116.0.5827 793 6/12/2023
116.0.5813 3,002 6/5/2023
116.0.5799 782 5/29/2023
115.0.5786 1,549 5/22/2023
115.0.5772 748 5/15/2023
115.0.5758 9,051 5/8/2023
115.0.5744 3,332 5/1/2023
114.0.5731 2,653 4/24/2023
114.0.5715 933 4/17/2023
114.0.5705 84,165 4/10/2023
114.0.5692 1,155 4/3/2023
114.0.5677 6,986 3/27/2023
113.0.5664 1,157 3/20/2023
113.0.5648 3,170 3/13/2023
113.0.5633 1,118 3/6/2023
113.0.5619 8,911 2/27/2023
112.0.5579 27,020 2/6/2023
112.0.5567 196,595 1/30/2023
111.0.5554 1,012 1/23/2023
111.0.5541 1,297 1/16/2023
111.0.5527 3,148 1/9/2023
111.0.5513 1,394 1/2/2023
111.0.5499 1,228 12/26/2022
111.0.5485 1,257 12/19/2022
110.0.5459 5,684 12/5/2022
110.0.5445 1,305 11/28/2022
110.0.5431 4,642 11/21/2022
110.0.5418 3,946 11/14/2022
109.0.5406 1,635 11/7/2022
109.0.5392 1,703 10/31/2022
109.0.5378 35,778 10/24/2022
109.0.5364 1,443 10/17/2022
108.0.5351 4,487 10/10/2022
108.0.5337 7,088 10/3/2022
108.0.5323 2,789 9/26/2022
108.0.5316 1,199 9/22/2022
108.0.5309 5,075 9/19/2022
107.0.5296 1,631 9/12/2022
107.0.5282 2,313 9/5/2022
107.0.5268 36,376 8/29/2022
107.0.5254 1,745 8/22/2022
106.0.5241 1,572 8/15/2022
106.0.5226 1,653 8/8/2022
106.0.5215 1,801 8/2/2022
106.0.5212 1,213 8/2/2022
106.0.5200 1,985 7/25/2022
105.0.5187 132,381 7/18/2022
105.0.5173 1,644 7/11/2022
105.0.5159 1,270 7/4/2022
105.0.5145 1,811 6/27/2022
105.0.5131 17,142 6/20/2022
105.0.5117 1,228 6/13/2022
104.0.5104 1,252 6/6/2022
104.0.5092 1,948 5/30/2022
104.0.5079 8,414 5/23/2022
104.0.5065 1,272 5/16/2022
103.0.5052 1,228 5/9/2022
103.0.5038 1,268 5/2/2022
103.0.5024 1,434 4/25/2022
103.0.5010 1,292 4/18/2022
102.0.4997 1,291 4/11/2022
102.0.4983 1,270 4/4/2022
102.0.4969 1,299 3/28/2022
102.0.4955 1,229 3/21/2022
101.0.4943 2,467 3/14/2022
101.0.4929 1,280 3/7/2022
101.0.4915 1,264 2/28/2022
101.0.4901 1,306 2/21/2022
100.0.4888 1,375 2/14/2022
100.0.4874 13,796 2/8/2022