BitMiracle.Docotic.Pdf 9.1.16101-dev

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Standard 2.0 .NET Framework 4.0
This is a prerelease version of BitMiracle.Docotic.Pdf.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package BitMiracle.Docotic.Pdf --version 9.1.16101-dev
NuGet\Install-Package BitMiracle.Docotic.Pdf -Version 9.1.16101-dev
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="BitMiracle.Docotic.Pdf" Version="9.1.16101-dev" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BitMiracle.Docotic.Pdf --version 9.1.16101-dev
#r "nuget: BitMiracle.Docotic.Pdf, 9.1.16101-dev"
#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 BitMiracle.Docotic.Pdf as a Cake Addin
#addin nuget:?package=BitMiracle.Docotic.Pdf&version=9.1.16101-dev&prerelease

// Install BitMiracle.Docotic.Pdf as a Cake Tool
#tool nuget:?package=BitMiracle.Docotic.Pdf&version=9.1.16101-dev&prerelease

Docotic.Pdf library can create, edit, draw and print PDF files in .NET Core, ASP.NET, Windows Forms, WPF, Xamarin, Blazor, Unity, and HoloLense applications.

The library is a 100% managed assembly without unsafe blocks. The assembly has no external dependencies.

Features

Check the following articles for the most popular features of Docotic.Pdf library:

Docotic.Pdf library can also help you to:

  • create PDF documents from scratch (with free BitMiracle.Docotic.Pdf.Layout add-on)
  • convert HTML to PDF (with free BitMiracle.Docotic.Pdf.HtmlToPdf add-on)
  • extract images, attachments, forms data, and metadata from PDFs
  • draw PDF on System.Drawing.Graphics (with free BitMiracle.Docotic.Pdf.Gdi add-on)
  • split PDF documents into pages or combine several documents into one compound PDF document
  • encrypt PDF documents and set up permissions, open protected documents, check if a PDF is encrypted
  • check if two PDF documents have an equal structure
  • verify if a signature in a PDF is valid.
  • add images, text, and vector graphics to new and existing PDF documents
  • add annotations, watermarks, attachments, actions, bookmarks, and links to PDFs
  • add new PDF forms and fill existing ones
  • optimize PDFs for fast web view (linearize PDFs)

Add-ons

There are add-ons to the library:

Free time-limited license

You can get a free time-limited license via the form on our site.

Free PDF Library offer

We offer free licenses for eligible projects and/or people.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  net8.0-android 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. 
.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 net40 is compatible.  net403 was computed.  net45 was computed.  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 is compatible.  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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on BitMiracle.Docotic.Pdf:

Package Downloads
BitMiracle.Docotic.Pdf.Gdi The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Docotic.Pdf.Gdi is a free add-on for Docotic.Pdf library. It provides methods and properties for interoperability with types from the System.Drawing namespace. This is the prerelease version with the newest features and latest bug fixes. This version is tested for regressions and is safe to be used in a production environment The extension library is a 100% managed assembly without unsafe blocks. Please note that it is not recommended to use this add-on in macOS and Linux environments. The macOS and Linux implementations of the System.Drawing are incomplete and different from the Windows implementation. You might get incorrect and/or inconsistent results if you use the System.Drawing namespace in macOS and Linux environments. It is also not recommended to use this addon within Windows services, ASP.NET Core, and ASP.NET. See the Remarks section here: https://docs.microsoft.com/dotnet/api/system.drawing

BitMiracle.Docotic.Pdf.HtmlToPdf The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Docotic.Pdf.HtmlToPdf is a free add-on for Docotic.Pdf library. It provides methods and properties for HTML to PDF conversion. You can use the add-on to create PDF documents from HTML and some other web formats. This is the prerelease version with the newest features and latest bug fixes. This version is tested for regressions and is safe to be used in a production environment. The extension library uses Chromium browser during conversion. The most recent supported Chromium version will be downloaded automatically before the first use. It is expected to have the same web standards compliance as in Google Chrome (R).

BitMiracle.Docotic.Pdf.Layout The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Docotic.Pdf.Layout is a free add-on for Docotic.Pdf library. It provides layout engine for generating PDF documents. You can use the add-on to create complex PDF documents, reports, invoices. This is the prerelease version with the newest features and latest bug fixes. This version is tested for regressions and is safe to be used in a production environment.

ArmsFW

Versão do framework ArmsFW atualizado para Net 7.0 - v3

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.1.16439-dev 100 11/29/2023
9.1.16434-dev 108 11/27/2023
9.1.16430-dev 55 11/24/2023
9.1.16427-dev 105 11/21/2023
9.1.16419-dev 51 11/16/2023
9.1.16329-dev 181 11/7/2023
9.1.16295-dev 176 10/31/2023
9.1.16241-dev 220 10/25/2023
9.1.16233-dev 183 10/20/2023
9.1.16227-dev 325 10/19/2023
9.1.16209-dev 302 10/13/2023
9.1.16164-dev 320 10/9/2023
9.1.16159-dev 292 10/6/2023
9.1.16145-dev 285 10/4/2023
9.1.16118-dev 346 9/28/2023
9.1.16101-dev 377 9/26/2023
9.1.15982-dev 443 9/22/2023
9.1.15976-dev 456 9/22/2023
9.1.15886-dev 1,676 8/22/2023
9.1.15885-dev 1,057 8/21/2023
9.1.15877 63 12/3/2023
9.1.15876 9,082 8/10/2023
9.0.15478 47 12/3/2023
9.0.15477 9,755 5/30/2023
8.8.16445 76 12/1/2023
8.8.14015 41,115 11/30/2022
8.7.13797 13,041 10/11/2022
8.6.13474 160,735 6/13/2022
8.5.13147 372,870 3/3/2022
8.4.12906 40,937 12/29/2021
8.3.12622 32,754 10/20/2021
8.2.12561 4,599 10/6/2021
8.1.12215 20,523 7/9/2021
8.0.11774 53,983 3/15/2021
7.5.11645 192,137 2/5/2021
7.4.11263 27,974 11/25/2020
7.3.11044 8,286 9/13/2020
7.2.10857 22,592 7/16/2020
7.1.10791 15,546 6/28/2020
7.0.10637 4,526 5/10/2020
6.0.10212 10,884 3/15/2020
5.10.9957 125,773 10/18/2019
5.9.9640 90,946 7/11/2019
5.9.9562 4,961 6/9/2019
5.8.9425 8,060 3/27/2019
5.7.9231 9,941 12/23/2018
5.6.9080 6,168 8/25/2018
5.6.9079 2,067 8/25/2018
5.6.9078 3,258 8/25/2018
5.5.8895 38,633 4/29/2018
5.4.8715 6,665 12/8/2017
5.4.8680 4,916 11/21/2017
5.3.8448 6,687 8/10/2017
5.2.8369 84,743 5/14/2017
5.1.8259 3,789 2/11/2017
5.0.8045 32,835 10/21/2016
4.9.7621 5,631 4/27/2016
4.8.7331 3,402 12/5/2015
4.7.7132.1 3,631 8/30/2015
4.6.6879 2,666 5/10/2015
4.5.6726 4,272 1/31/2015
4.4.6609 3,436 11/13/2014
4.4.6606 2,377 11/13/2014
4.3.6495 2,291 10/14/2014
4.3.6401.1 2,205 9/7/2014
4.3.6397.1 2,202 9/1/2014
4.3.6395.1 2,004 9/1/2014
4.2.6194.1 3,526 6/30/2014
4.2.6183.1 2,228 6/25/2014
4.2.6170.1 2,125 6/18/2014
4.1.5706.1 2,354 6/16/2014