Bytescout.PDF 1.8.2.254

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

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

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,287 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 896 5/23/2023
3.5.0.1153 917 5/9/2023
3.5.0.1152 940 5/1/2023
3.4.0.647 1,614 9/27/2022
3.3.0.623 1,368 6/7/2022
3.2.1.618 1,222 5/25/2022
3.2.0.577 2,861 1/24/2022
3.1.1.556 1,261 11/5/2021
3.1.0.535 1,061 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,018 5/18/2021
3.0.0.482 1,005 5/18/2021
2.4.0.456 1,446 2/9/2021
2.4.0.455 1,187 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,348 4/10/2020
2.1.0.398 1,407 4/1/2020
2.1.0.395 1,412 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,202 12/17/2019
1.9.9.359 1,242 12/12/2019
1.9.9.356 1,311 12/9/2019
1.9.9.354 1,281 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,806 11/2/2019
1.9.7.331 1,411 10/1/2019
1.9.6.326 1,366 9/2/2019
1.9.5.322 1,387 8/15/2019
1.9.5.320 1,396 8/7/2019
1.9.4.317 5,498 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,358 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,722 4/9/2018
1.8.0.236 2,611 1/22/2018
1.7.0.223 1,776 11/8/2017
1.6.0.210 1,889 8/2/2017
1.6.0.208 1,651 8/1/2017
1.5.0.190 2,138 6/8/2017
1.5.0.187 1,718 6/1/2017
1.4.2.178 1,769 4/12/2017
1.4.1.168 1,728 3/7/2017
1.4.0.157 1,834 1/11/2017
1.3.6.149 1,878 10/21/2016
1.3.5.139 1,895 9/14/2016
1.3.5.130 1,815 9/5/2016
1.3.5.126 1,927 8/19/2016
1.3.0.120 1,826 7/7/2016
1.2.0.111 1,467 6/28/2016

1.8.2.254 (July 18, 2018)
=========================
= Minor fixes and improvements.

1.8.1.243 (April 09, 2018)
==========================
= Minor fixes and improvements.

1.8.0.234 (January 22, 2018)
============================
+ Implemented tiled watermarks.
= Improved support of encrypted documents.
= Canvas.MeasureString() now correctly handles multi-line text.
= Added more CreateImage*() helpers to ComHelpers class.
- Fixed: Canvas.DrawString() was wrapping spaces from pervious line.
- Fixed: Digital signature was skipped when saving a document to a stream.

1.7.0.222 (November 8, 2017)
============================
+ Added Compression parameter to `Image` constructor allowing to select
 the image compression type.
= Improved support for encrypted documents.
- Converters add-on: fixed crash on repeated ConvertHtmlToPdf() call.
= Other minor fixes and improvements.

1.6.0.207 (August 1, 2017)
==========================
= Greatly improved watermarks.
= Improved handling of huge image files.
= Performance and memory optimizations.
= Other minor fixes and improvements.

1.5.0.186 (June 1, 2017)
========================
+ Added `Canvas.MeasureString()` method override allowing to measure the height
 of the text fitted to specified width.
+ Added COM helpers to deal with `System.Drawing` types `PointF` and `SizeF`.
+ Added `Document.GetDocumentBytes()` method to get saved document as array of bytes.
+ It is now possible to create Image object from URL.
= Minor bug fixes and improvements.

...