Bytescout.PDF 1.4.1.168

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bytescout.PDF --version 1.4.1.168                
NuGet\Install-Package Bytescout.PDF -Version 1.4.1.168                
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="Bytescout.PDF" Version="1.4.1.168" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bytescout.PDF --version 1.4.1.168                
#r "nuget: Bytescout.PDF, 1.4.1.168"                
#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 Bytescout.PDF as a Cake Addin
#addin nuget:?package=Bytescout.PDF&version=1.4.1.168

// Install Bytescout.PDF as a Cake Tool
#tool nuget:?package=Bytescout.PDF&version=1.4.1.168                

Bytescout PDF SDK for .NET, ASP.NET and ActiveX/COM - create and modify PDF documents

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.5.1.1204 1,580 7/24/2023
3.5.1.1198 901 7/20/2023
3.5.1.1192 978 7/14/2023
3.5.0.1163 1,032 5/24/2023
3.5.0.1162 952 5/23/2023
3.5.0.1153 995 5/9/2023
3.5.0.1152 988 5/1/2023
3.4.0.647 1,722 9/27/2022
3.3.0.623 1,414 6/7/2022
3.2.1.618 1,284 5/25/2022
3.2.0.577 2,913 1/24/2022
3.1.1.556 1,315 11/5/2021
3.1.0.535 1,111 10/4/2021
3.0.4.498 1,244 6/17/2021
3.0.3.494 1,085 6/16/2021
3.0.2.490 2,635 5/27/2021
3.0.1.487 1,153 5/26/2021
3.0.0.484 1,065 5/18/2021
3.0.0.482 1,052 5/18/2021
2.4.0.456 1,502 2/9/2021
2.4.0.455 1,254 2/8/2021
2.3.0.437 3,292 10/26/2020
2.2.0.431 2,417 9/1/2020
2.2.0.420 1,587 7/14/2020
2.2.0.417 1,302 7/2/2020
2.1.0.401 1,412 4/10/2020
2.1.0.398 1,460 4/1/2020
2.1.0.395 1,478 3/19/2020
2.0.0.384 1,533 2/11/2020
1.9.9.373 1,690 12/19/2019
1.9.9.364 1,245 12/17/2019
1.9.9.359 1,293 12/12/2019
1.9.9.356 1,372 12/9/2019
1.9.9.354 1,343 12/9/2019
1.9.9.352 1,341 12/5/2019
1.9.9.349 1,302 12/4/2019
1.9.8.341 8,702 11/2/2019
1.9.7.331 1,472 10/1/2019
1.9.6.326 1,416 9/2/2019
1.9.5.322 1,435 8/15/2019
1.9.5.320 1,433 8/7/2019
1.9.4.317 6,286 7/2/2019
1.9.3.315 1,448 5/29/2019
1.9.2.307 1,463 4/29/2019
1.9.1.301 1,595 3/12/2019
1.9.0.295 1,709 2/7/2019
1.9.0.291 1,432 2/4/2019
1.8.3.264 5,911 10/24/2018
1.8.2.254 2,040 7/18/2018
1.8.1.246 1,964 4/9/2018
1.8.1.244 1,774 4/9/2018
1.8.0.236 2,687 1/22/2018
1.7.0.223 1,825 11/8/2017
1.6.0.210 1,962 8/2/2017
1.6.0.208 1,699 8/1/2017
1.5.0.190 2,194 6/8/2017
1.5.0.187 1,765 6/1/2017
1.4.2.178 1,815 4/12/2017
1.4.1.168 1,797 3/7/2017
1.4.0.157 1,879 1/11/2017
1.3.6.149 1,934 10/21/2016
1.3.5.139 1,950 9/14/2016
1.3.5.130 1,870 9/5/2016
1.3.5.126 1,973 8/19/2016
1.3.0.120 1,863 7/7/2016
1.2.0.111 1,501 6/28/2016

1.4.1.167 (March 07, 2017)
==========================
= Minor bug fixes and improvements.

1.4.0.157 (January 11, 2017)
+ Added HTML to DOCX converter.
- Fixed rare crush on encrypted documents.
- FlattenDocument() method now use standard font if could not copy the control's font for some reason.
= Other minor improvements and bug fixes.

1.3.6.149 (October 21, 2016)
= HtmlToPdfConverter now support URI (link) as input parameter.
- Fixed the bug eating leading spaces in Canvas.DrawString().
= Other minor improvements and bug fixes.

1.3.5.126 (August 19, 2016)
+ Added Canvas.MeasureString() method allowing to measure dimensions of a text string.
= Table class: Added padding to cells to butify PDF tables.
= Other minor bug fixes and improvements.

1.3.0.120 (July 07, 2016)
+ Implemented signing with digital signature.
+ Added "Bytescout.PDF.Converters" add-on (requires .NET 4.5 or later) implementing DOCX to HTML, HTML to PDF and DOCX to PDF conversion.
= Made assembly CLS compliant.
- Fixed Page.Watermarks collection visibility in ActiveX/COM.

...