Bytescout.PDF 1.2.0.111

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

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

Bytescout PDF SDK for .NET, ASP.NET and ActiveX/COM

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,529 7/24/2023
3.5.1.1198 878 7/20/2023
3.5.1.1192 955 7/14/2023
3.5.0.1163 1,003 5/24/2023
3.5.0.1162 921 5/23/2023
3.5.0.1153 968 5/9/2023
3.5.0.1152 966 5/1/2023
3.4.0.647 1,693 9/27/2022
3.3.0.623 1,390 6/7/2022
3.2.1.618 1,260 5/25/2022
3.2.0.577 2,886 1/24/2022
3.1.1.556 1,296 11/5/2021
3.1.0.535 1,086 10/4/2021
3.0.4.498 1,209 6/17/2021
3.0.3.494 1,062 6/16/2021
3.0.2.490 2,603 5/27/2021
3.0.1.487 1,113 5/26/2021
3.0.0.484 1,036 5/18/2021
3.0.0.482 1,025 5/18/2021
2.4.0.456 1,472 2/9/2021
2.4.0.455 1,216 2/8/2021
2.3.0.437 3,266 10/26/2020
2.2.0.431 2,380 9/1/2020
2.2.0.420 1,555 7/14/2020
2.2.0.417 1,276 7/2/2020
2.1.0.401 1,385 4/10/2020
2.1.0.398 1,429 4/1/2020
2.1.0.395 1,447 3/19/2020
2.0.0.384 1,514 2/11/2020
1.9.9.373 1,654 12/19/2019
1.9.9.364 1,220 12/17/2019
1.9.9.359 1,269 12/12/2019
1.9.9.356 1,335 12/9/2019
1.9.9.354 1,313 12/9/2019
1.9.9.352 1,319 12/5/2019
1.9.9.349 1,276 12/4/2019
1.9.8.341 8,572 11/2/2019
1.9.7.331 1,445 10/1/2019
1.9.6.326 1,390 9/2/2019
1.9.5.322 1,411 8/15/2019
1.9.5.320 1,414 8/7/2019
1.9.4.317 6,207 7/2/2019
1.9.3.315 1,423 5/29/2019
1.9.2.307 1,428 4/29/2019
1.9.1.301 1,570 3/12/2019
1.9.0.295 1,674 2/7/2019
1.9.0.291 1,391 2/4/2019
1.8.3.264 5,851 10/24/2018
1.8.2.254 2,023 7/18/2018
1.8.1.246 1,945 4/9/2018
1.8.1.244 1,744 4/9/2018
1.8.0.236 2,641 1/22/2018
1.7.0.223 1,803 11/8/2017
1.6.0.210 1,929 8/2/2017
1.6.0.208 1,677 8/1/2017
1.5.0.190 2,160 6/8/2017
1.5.0.187 1,744 6/1/2017
1.4.2.178 1,795 4/12/2017
1.4.1.168 1,772 3/7/2017
1.4.0.157 1,858 1/11/2017
1.3.6.149 1,906 10/21/2016
1.3.5.139 1,926 9/14/2016
1.3.5.130 1,842 9/5/2016
1.3.5.126 1,947 8/19/2016
1.3.0.120 1,844 7/7/2016
1.2.0.111 1,486 6/28/2016

1.2.0.97 (May 26, 2016)
+ Added Document.FlattenDocument() method. Performs the flattening: replaces form widgets
 (radio buttons, checkboxes, text boxes, etc.) with static text to prevent the form changing.
+ Added Page() constructor with UnitOfMesaure parameter to specify the custom page size in any units.
+ Added Watermark object for easy adding of "watermark" text to document pages.

1.1.0.68 (March 23, 2016)
= All custom collections now implement IEnumerable interface.
= Added this[string name] indexer for AnnotationCollection for quick access to named annotations like form fields.
= Made source code examples compatbile with all Visual Studio versions.
= Other bug fixes and improvements.

...