Bytescout.PDF 1.4.2.178

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

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

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,268 7/24/2023
3.5.1.1198 858 7/20/2023
3.5.1.1192 922 7/14/2023
3.5.0.1163 957 5/24/2023
3.5.0.1162 895 5/23/2023
3.5.0.1153 916 5/9/2023
3.5.0.1152 940 5/1/2023
3.4.0.647 1,613 9/27/2022
3.3.0.623 1,368 6/7/2022
3.2.1.618 1,221 5/25/2022
3.2.0.577 2,860 1/24/2022
3.1.1.556 1,260 11/5/2021
3.1.0.535 1,060 10/4/2021
3.0.4.498 1,178 6/17/2021
3.0.3.494 1,046 6/16/2021
3.0.2.490 2,507 5/27/2021
3.0.1.487 1,065 5/26/2021
3.0.0.484 1,017 5/18/2021
3.0.0.482 1,005 5/18/2021
2.4.0.456 1,445 2/9/2021
2.4.0.455 1,186 2/8/2021
2.3.0.437 3,230 10/26/2020
2.2.0.431 2,269 9/1/2020
2.2.0.420 1,525 7/14/2020
2.2.0.417 1,248 7/2/2020
2.1.0.401 1,347 4/10/2020
2.1.0.398 1,407 4/1/2020
2.1.0.395 1,411 3/19/2020
2.0.0.384 1,457 2/11/2020
1.9.9.373 1,614 12/19/2019
1.9.9.364 1,201 12/17/2019
1.9.9.359 1,241 12/12/2019
1.9.9.356 1,311 12/9/2019
1.9.9.354 1,280 12/9/2019
1.9.9.352 1,292 12/5/2019
1.9.9.349 1,251 12/4/2019
1.9.8.341 6,770 11/2/2019
1.9.7.331 1,410 10/1/2019
1.9.6.326 1,366 9/2/2019
1.9.5.322 1,386 8/15/2019
1.9.5.320 1,396 8/7/2019
1.9.4.317 5,494 7/2/2019
1.9.3.315 1,411 5/29/2019
1.9.2.307 1,404 4/29/2019
1.9.1.301 1,533 3/12/2019
1.9.0.295 1,635 2/7/2019
1.9.0.291 1,357 2/4/2019
1.8.3.264 5,780 10/24/2018
1.8.2.254 1,979 7/18/2018
1.8.1.246 1,905 4/9/2018
1.8.1.244 1,721 4/9/2018
1.8.0.236 2,610 1/22/2018
1.7.0.223 1,775 11/8/2017
1.6.0.210 1,889 8/2/2017
1.6.0.208 1,650 8/1/2017
1.5.0.190 2,138 6/8/2017
1.5.0.187 1,713 6/1/2017
1.4.2.178 1,768 4/12/2017
1.4.1.168 1,728 3/7/2017
1.4.0.157 1,833 1/11/2017
1.3.6.149 1,878 10/21/2016
1.3.5.139 1,894 9/14/2016
1.3.5.130 1,815 9/5/2016
1.3.5.126 1,926 8/19/2016
1.3.0.120 1,825 7/7/2016
1.2.0.111 1,466 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.

...