Syncfusion.Pdf.Net.Core 27.1.52

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.Pdf.Net.Core --version 27.1.52
                    
NuGet\Install-Package Syncfusion.Pdf.Net.Core -Version 27.1.52
                    
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="Syncfusion.Pdf.Net.Core" Version="27.1.52" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Pdf.Net.Core" Version="27.1.52" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.Pdf.Net.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.Pdf.Net.Core --version 27.1.52
                    
#r "nuget: Syncfusion.Pdf.Net.Core, 27.1.52"
                    
#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.
#:package Syncfusion.Pdf.Net.Core@27.1.52
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.Pdf.Net.Core&version=27.1.52
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.Pdf.Net.Core&version=27.1.52
                    
Install as a Cake Tool

Syncfusion .NET PDF library

The Syncfusion .NET Core PDF library (Essential PDF) is a feature-rich and high-performance .NET Framework PDF library that is used to create, read, and edit PDF documents programmatically without Adobe dependencies.

Net Pdf Library

Features overview | Documentation | API Reference | Online Demo | [Blogs](https://www.syncfusion.com/blogs/?s=pdf?utm_source=nuget&utm_medium=listing&utm_campaign=aspnetcore-pdf-nuget | Support | Forums | Feedback.

Key Features

System Requirements

Getting started

You can fetch the Syncfusion .NET PDF library NuGet by simply running the command Install-Package Syncfusion.Pdf.Net.Core from the Package Manager Console in Visual Studio.

Try the following code example to create a hello world PDF document.

//Create a new PDF document
PdfDocument document = new PdfDocument();  
//Add a page to the document
PdfPage page = document.Pages.Add();  
//Create PDF graphics for the page
PdfGraphics graphics = page.Graphics;  
//Set the standard font
PdfFont font = new PdfStandardFont(PdfFontFamily.Helvetica, 20);  
//Draw the text
graphics.DrawString("Hello World!!!", font, PdfBrushes.Black, new PointF(0, 0));  
//Saving the PDF to the MemoryStream
MemoryStream stream = new MemoryStream();  
document.Save(stream);  
//Set the position as '0'.
stream.Position = 0;  
//Download the PDF document in the browser
FileStreamResult fileStreamResult = new FileStreamResult(stream, "application/pdf");  
fileStreamResult.FileDownloadName = "Sample.pdf";  
return fileStreamResult;

For more information to get started, refer to our Getting Started Documentation page.

License

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies. Today, we provide 1700+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), Flutter,Xamarin, and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.

sales@syncfusion.com](sales@syncfusion.com?Subject=Syncfusion%20ASPNET%20Core%20DocIO%20-%20NuGet) | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 was computed.  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. 
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.

NuGet packages (32)

Showing the top 5 NuGet packages that depend on Syncfusion.Pdf.Net.Core:

Package Downloads
Syncfusion.Pdf.Imaging.Net.Core

Syncfusion® Essential PDF Imaging is a .NET standard PDF library used to draw the image files to PDF in any .NET Core applications. Key features: • Supports drawing JPEG, PNG, GIF, BMP, and TIFF images to PDF document. Learn more: https://www.syncfusion.com/pdf-framework/net-core Documentation: http://help.syncfusion.com/file-formats/pdf/ Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forums: https://www.syncfusion.com/forums/windowsforms This is a commercial product and requires a paid license for possession or use. The Syncfusion® licensed software, including this component, is subject to the terms and conditions of the Syncfusion® EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2019 Syncfusion®, Inc. All Rights Reserved. The Syncfusion Essential Studio® license and copyright applies to this distribution.

Syncfusion.DocIORenderer.Net.Core

Syncfusion® Word library is feature-rich and high-performance .NET Word library that allows you to create, manipulate and convert Word documents (DOC, DOT, DOCM, DOTM, DOCX, DOTX, RTF, and WordML), TXT, and HTML files.

Syncfusion.EJ2.PdfViewer.AspNet.Core.Windows

Syncfusion® Pdf Viewer for Essential JS 2 Asp.Net Core Windows is a .NET class library for converting PDF document into images and extracting PDF documents for Windows platform.

Syncfusion.XlsIORenderer.Net.Core

The Syncfusion® XlsIO renderer is a .NET Standard library that allows you to convert Excel documents to Images/PDFs in .NET applications without any Microsoft Office dependencies.

Syncfusion.HtmlToPdfConverter.Net.Windows

The Syncfusion® HTML to PDF converter is a .NET Standard library that converts URLs, HTML string, SVG, and MHTML to PDF in .NET Core applications. This converter uses the advanced Blink rendering engine, thus generating pixel-perfect PDF from HTML or URL.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
32.2.3 2,282 2/5/2026
32.1.25 14,928 1/26/2026
32.1.24 25,031 1/19/2026
32.1.23 12,362 1/13/2026
32.1.22 14,504 1/5/2026
32.1.21 8,343 12/29/2025
32.1.20 8,547 12/23/2025
32.1.19 27,003 12/16/2025
31.2.18 19,998 12/8/2025
31.2.16 17,937 12/1/2025
31.2.15 21,078 11/25/2025
31.2.12 25,572 11/18/2025
31.2.10 9,763 11/12/2025
31.2.5 30,576 11/3/2025
31.2.4 43,999 10/28/2025
31.2.3 123,144 10/21/2025
31.2.2 20,394 10/15/2025
31.1.23 40,226 10/6/2025
31.1.22 16,216 9/30/2025
31.1.21 36,356 9/22/2025
31.1.20 28,474 9/16/2025
31.1.19 18,975 9/11/2025
31.1.18 29,131 9/10/2025
31.1.17 17,487 9/5/2025
30.2.7 68,729 8/25/2025
30.2.6 67,543 8/18/2025
30.2.5 20,172 8/13/2025
30.2.4 42,425 8/7/2025
30.1.42 67,504 7/28/2025
30.1.41 68,695 7/22/2025
30.1.40 27,180 7/14/2025
30.1.39 25,187 7/8/2025
30.1.38 23,940 7/1/2025
30.1.37 20,938 6/25/2025
29.2.11 119,488 6/16/2025
29.2.10 48,245 6/9/2025
29.2.9 21,307 6/5/2025
29.2.8 9,057 6/3/2025
29.2.7 41,597 5/26/2025
29.2.5 41,225 5/21/2025
29.2.4 78,041 5/14/2025
29.1.41 86,588 5/5/2025
29.1.40 30,154 4/28/2025
29.1.39 64,166 4/21/2025
29.1.38 45,314 4/15/2025
29.1.37 30,760 4/8/2025
29.1.35 57,102 4/1/2025
29.1.33 46,873 3/25/2025
28.2.12 275,846 3/19/2025
28.2.11 73,796 3/11/2025
28.2.9 75,086 3/4/2025
28.2.7 47,716 2/25/2025
28.2.6 42,530 2/17/2025
28.2.5 49,396 2/11/2025
28.2.4 70,276 2/4/2025
28.2.3 139,721 1/29/2025
28.1.41 151,096 1/21/2025
28.1.39 53,719 1/13/2025
28.1.38 26,634 1/7/2025
28.1.37 61,355 12/31/2024
28.1.36 37,590 12/23/2024
28.1.35 54,234 12/18/2024
28.1.33 183,266 12/12/2024
27.2.5 80,570 12/2/2024
27.2.4 87,815 11/26/2024
27.2.3 46,750 11/22/2024
27.2.2 87,388 11/15/2024
27.1.58 139,345 11/4/2024
27.1.57 51,840 10/28/2024
27.1.56 30,369 10/23/2024
27.1.55 16,584 10/21/2024
27.1.53 62,023 10/14/2024
27.1.52 70,983 10/7/2024
27.1.51 71,418 9/30/2024
27.1.50 42,194 9/24/2024
27.1.48 66,222 9/18/2024
26.2.14 136,337 9/9/2024
26.2.13 52,233 9/5/2024
26.2.12 23,083 9/2/2024
26.2.11 41,396 8/27/2024
26.2.10 57,799 8/19/2024
26.2.9 52,064 8/12/2024
26.2.8 54,989 8/5/2024
26.2.7 49,152 7/29/2024
26.2.5 59,593 7/26/2024
26.2.4 24,635 7/24/2024
26.1.42 111,522 7/15/2024
26.1.41 110,285 7/8/2024
26.1.40 58,518 7/1/2024
26.1.39 72,663 6/24/2024
26.1.38 61,730 6/18/2024
26.1.35 153,359 6/11/2024
25.2.7 77,032 6/3/2024
25.2.6 64,746 5/28/2024
25.2.5 104,963 5/21/2024
25.2.4 46,253 5/14/2024
25.2.3 58,294 5/8/2024
25.1.42 78,255 4/29/2024
25.1.41 321,230 4/23/2024
25.1.40 223,339 4/15/2024
25.1.39 88,679 4/8/2024
25.1.38 158,298 4/1/2024
25.1.37 39,912 3/26/2024
25.1.35 161,150 3/15/2024
24.2.9 150,912 3/4/2024
24.2.8 49,913 2/26/2024
24.2.7 85,412 2/19/2024
24.2.6 59,203 2/14/2024
24.2.5 9,319 2/12/2024
24.2.4 47,846 2/6/2024
24.2.3 67,781 1/31/2024
24.1.47 60,864 1/23/2024
24.1.46 52,587 1/17/2024
24.1.45 76,650 1/9/2024
24.1.44 37,610 1/3/2024
24.1.43 19,258 12/27/2023
24.1.41 146,955 12/18/2023
23.2.7 141,366 12/6/2023
23.2.6 101,150 11/28/2023
23.2.5 29,697 11/23/2023
23.2.4 45,106 11/20/2023
23.1.44 82,863 11/6/2023
23.1.43 68,745 10/30/2023
23.1.42 46,795 10/23/2023
23.1.41 47,375 10/16/2023
23.1.40 318,882 10/10/2023
23.1.39 28,776 10/4/2023
23.1.38 43,431 9/26/2023
23.1.36 164,994 9/15/2023
22.2.12 101,317 9/5/2023
22.2.11 70,181 8/28/2023
22.2.10 67,115 8/22/2023
22.2.9 62,384 8/14/2023
22.2.8 40,458 8/7/2023
22.2.7 32,785 8/2/2023
22.2.5 48,883 7/27/2023
22.1.39 131,044 7/18/2023
22.1.38 36,938 7/11/2023
22.1.37 29,366 7/3/2023
22.1.36 31,536 6/28/2023
22.1.34 130,693 6/21/2023
21.2.10 59,220 6/13/2023
21.2.9 67,179 6/6/2023
21.2.8 58,374 5/30/2023
21.2.6 66,138 5/22/2023
21.2.5 43,458 5/15/2023
21.2.4 37,987 5/9/2023
21.2.3 53,549 5/3/2023
21.1.41 125,590 4/19/2023
21.1.39 86,715 4/10/2023
21.1.38 44,753 4/3/2023
21.1.37 40,772 3/29/2023
21.1.35 74,301 3/23/2023
20.4.0.54 796,153 3/13/2023
20.4.0.53 54,037 3/7/2023
20.4.0.52 49,459 2/28/2023
20.4.0.51 48,548 2/21/2023
20.4.0.50 31,366 2/14/2023
20.4.0.49 36,572 2/7/2023
20.4.0.48 107,415 2/1/2023
20.4.0.44 156,229 1/18/2023
20.4.0.43 106,692 1/10/2023
20.4.0.42 36,906 1/4/2023
20.4.0.41 45,319 12/29/2022
20.4.0.40 17,425 12/28/2022
20.4.0.38 104,745 12/21/2022
20.3.0.61 87,761 12/13/2022
20.3.0.60 64,465 12/6/2022
20.3.0.59 43,020 11/29/2022
20.3.0.58 32,478 11/22/2022
20.3.0.57 24,693 11/15/2022
20.3.0.56 75,697 11/8/2022
20.3.0.52 69,874 10/27/2022
20.3.0.50 71,260 10/18/2022
20.3.0.49 55,174 10/11/2022
20.3.0.48 77,622 10/5/2022
20.3.0.47 117,341 9/29/2022
20.2.0.50 121,395 9/20/2022
20.2.0.49 110,223 9/13/2022
20.2.0.48 55,032 9/6/2022
20.2.0.46 19,283 8/30/2022
20.2.0.45 42,000 8/23/2022
20.2.0.44 26,555 8/16/2022
20.2.0.43 85,967 8/8/2022
20.2.0.40 52,654 7/26/2022
20.2.0.39 52,693 7/19/2022
20.2.0.38 40,798 7/12/2022
20.2.0.36 523,990 6/30/2022
20.1.0.61 91,930 6/21/2022
20.1.0.60 55,225 6/14/2022
20.1.0.59 97,820 6/7/2022
20.1.0.58 76,517 5/31/2022
20.1.0.57 53,159 5/24/2022
20.1.0.56 533,711 5/17/2022
20.1.0.55 23,588 5/12/2022
20.1.0.52 42,331 5/3/2022
20.1.0.51 37,987 4/26/2022
20.1.0.50 33,925 4/19/2022
20.1.0.48 46,055 4/12/2022
20.1.0.47 75,546 4/4/2022
19.4.0.56 193,421 3/15/2022
19.4.0.55 134,555 3/8/2022
19.4.0.54 39,146 3/1/2022
19.4.0.53 91,472 2/22/2022
19.4.0.52 55,815 2/15/2022
19.4.0.50 72,975 2/8/2022
19.4.0.48 57,084 1/31/2022
19.4.0.47 25,793 1/25/2022
19.4.0.43 20,983 1/18/2022
19.4.0.42 82,685 1/11/2022
19.4.0.41 396,693 1/4/2022
19.4.0.40 25,329 12/28/2021
19.4.0.38 60,199 12/17/2021
19.3.0.59 64,046 12/14/2021
19.3.0.57 28,890 12/7/2021
19.3.0.56 68,563 11/30/2021
19.3.0.55 31,012 11/23/2021
19.3.0.54 18,944 11/17/2021
19.3.0.53 42,357 11/12/2021
19.3.0.48 38,258 11/3/2021
19.3.0.47 43,012 10/26/2021
19.3.0.46 26,692 10/19/2021
19.3.0.45 23,623 10/12/2021
19.3.0.44 21,936 10/5/2021
19.3.0.43 70,033 9/30/2021
19.2.0.62 77,747 9/14/2021
19.2.0.60 19,250 9/7/2021
19.2.0.59 25,721 8/31/2021
19.2.0.57 24,342 8/24/2021
19.2.0.56 20,725 8/17/2021
19.2.0.55 27,382 8/11/2021
19.2.0.51 19,958 8/2/2021
19.2.0.49 28,048 7/27/2021
19.2.0.48 24,484 7/20/2021
19.2.0.47 41,097 7/13/2021
19.2.0.46 18,084 7/6/2021
19.2.0.44 194,158 6/30/2021
19.1.0.69 119,902 6/15/2021
19.1.0.67 450,505 6/8/2021
19.1.0.66 22,747 6/1/2021
19.1.0.65 17,916 5/25/2021
19.1.0.64 15,573 5/19/2021
19.1.0.63 53,745 5/13/2021
19.1.0.59 27,027 5/4/2021
19.1.0.58 18,846 4/27/2021
19.1.0.57 29,285 4/20/2021
19.1.0.56 41,174 4/13/2021
19.1.0.55 21,512 4/6/2021
19.1.0.54 107,781 3/30/2021
18.4.0.49 51,510 3/23/2021
18.4.0.48 29,307 3/16/2021
18.4.0.47 82,651 3/9/2021
18.4.0.46 24,417 3/2/2021
18.4.0.44 38,690 2/23/2021
18.4.0.43 29,169 2/16/2021
18.4.0.42 21,303 2/9/2021
18.4.0.41 42,245 2/2/2021
18.4.0.39 51,363 1/28/2021
18.4.0.35 32,746 1/19/2021
18.4.0.34 15,658 1/12/2021
18.4.0.33 27,482 1/5/2021
18.4.0.32 15,977 12/30/2020
18.4.0.31 39,451 12/22/2020
18.4.0.30 35,812 12/17/2020
18.3.0.53 36,022 12/8/2020
18.3.0.52 39,377 11/30/2020
18.3.0.51 58,704 11/23/2020
18.3.0.50 57,690 11/17/2020
18.3.0.48 33,420 11/11/2020
18.3.0.47 119,604 11/5/2020
18.3.0.44 58,771 10/27/2020
18.3.0.42 16,211 10/20/2020
18.3.0.40 23,748 10/12/2020
18.3.0.38 15,408 10/7/2020
18.3.0.35 1,081,017 10/1/2020
18.2.0.59 22,414 9/22/2020
18.2.0.58 31,012 9/15/2020
18.2.0.57 50,909 9/8/2020
18.2.0.56 19,381 9/1/2020
18.2.0.55 19,193 8/25/2020
18.2.0.54 16,225 8/18/2020
18.2.0.48 27,434 8/4/2020
18.2.0.47 32,353 7/28/2020
18.2.0.46 20,062 7/21/2020
18.2.0.45 28,569 7/14/2020
18.2.0.44 54,087 7/7/2020
18.1.0.59 24,294 6/23/2020
18.1.0.57 26,229 6/16/2020
18.1.0.56 23,403 6/9/2020
18.1.0.55 20,354 6/2/2020
18.1.0.54 31,348 5/27/2020
18.1.0.53 40,397 5/19/2020
18.1.0.52 68,741 5/13/2020
18.1.0.48 17,551 5/5/2020
18.1.0.46 22,628 4/28/2020
18.1.0.45 18,902 4/21/2020
18.1.0.44 51,413 4/14/2020
18.1.0.43 24,218 4/7/2020
18.1.0.42 31,862 4/1/2020
18.1.0.36-beta 8,650 3/19/2020
17.4.0.55 49,967 3/10/2020
17.4.0.53 12,440 3/3/2020
17.4.0.51 15,671 2/25/2020
17.4.0.50 11,778 2/18/2020
17.4.0.49 13,951 2/11/2020
17.4.0.47 16,726 2/5/2020
17.4.0.46 23,185 1/30/2020
17.4.0.44 69,887 1/21/2020
17.4.0.43 12,009 1/14/2020
17.4.0.41 13,770 1/7/2020
17.4.0.40 33,775 12/24/2019
17.4.0.39 84,517 12/17/2019
17.3.0.34 20,530 12/10/2019
17.3.0.33 9,154 12/4/2019
17.3.0.30 12,768 12/3/2019
17.3.0.29 10,724 11/26/2019
17.3.0.28 11,015 11/19/2019
17.3.0.27 9,164 11/25/2019
17.3.0.26 24,585 11/5/2019
17.3.0.21 14,730 10/29/2019
17.3.0.19 26,549 10/22/2019
17.3.0.17 37,912 10/15/2019
17.3.0.14 40,624 10/3/2019
17.3.0.9-beta 84,223 9/20/2019
17.2.0.51 46,166 9/10/2019
17.2.0.49 11,115 9/3/2019
17.2.0.47 14,866 8/27/2019
17.2.0.46 12,977 8/22/2019
17.2.0.41 17,555 8/13/2019
17.2.0.40 10,761 8/6/2019
17.2.0.39 24,402 7/30/2019
17.2.0.36 15,232 7/23/2019
17.2.0.35 19,004 7/17/2019
17.2.0.34 22,632 7/11/2019
17.2.0.28-beta 7,535 6/27/2019
17.1.0.53 22,671 6/25/2019
17.1.0.52 8,561 6/18/2019
17.1.0.51 7,367 6/11/2019
17.1.0.50 14,388 6/4/2019
17.1.0.49 41,956 5/28/2019
17.1.0.48 9,687 5/21/2019
17.1.0.47 21,495 5/14/2019
17.1.0.44 8,348 5/7/2019
17.1.0.43 8,185 4/30/2019
17.1.0.42 13,307 4/23/2019
17.1.0.41 13,637 4/16/2019
17.1.0.40 7,816 4/9/2019
17.1.0.38 21,669 3/29/2019
17.1.0.32-beta 4,660 3/13/2019
16.4.0.54 116,969 2/19/2019
16.4.0.53 6,604 2/13/2019
16.4.0.52 10,894 2/5/2019
16.4.0.48 8,603 1/22/2019
16.4.0.47 12,102 1/16/2019
16.4.0.46 6,766 1/8/2019
16.4.0.44 7,397 12/24/2018
16.4.0.42 14,234 12/17/2018
16.4.0.40-beta 4,050 12/10/2018
16.3.0.36 14,092 11/27/2018
16.3.0.35-beta 3,336 11/23/2018
16.3.0.29 12,798 10/30/2018
16.3.0.21 19,240 9/21/2018