Visit our LinkedIn page | Telegram channel | Google Group
New Docotic.Pdf version that is faster in most operations. It also allocates fewer objects.
How fast are .NET Native AOT applications comparing to the regular managed code? How to benchmark Native AOT applications?
The new version supports .NET 8. It also plays well with Native AOT and trimming. Besides the core library, Layout, Gdi, and Logging add-ons are also compatible.
The new release contains fixes for AOT compatibility issues and trim warnings. As a side-effect, we removed from the library the ability to detect and use loggers automatically.
We spent quite some time profiling the library. As the result, the library allocates less memory to parse and process documents. Less in bytes and less in the number of created objects.
The main new feature of this release is the ability to sign PDF documents using external signatures. You can use smart keys, USB tokens, and HSM devices to sign PDFs with digital signatures.
Version 9.0, 9.1, and 9.2 of Docotic.Pdf library were released in 2023.
Version 8.5, 8.6, 8.7, and 8.8 of Docotic.Pdf library were released in 2022.
After the release, we will start moving away from supporting .NET 4.7.1 and older versions of .NET 4.x.
Version 7.5, 8.0, 8.1, 8.2, 8.3 and 8.4 of Docotic.Pdf library were released in 2021.
Version 6.0, 7.0, 7.1, 7.2, 7.3 and 7.4 of Docotic.Pdf library were released in 2020.
The library can now work in Blazor and in HoloLens projects. And the library can read JPEG images. This release also contains bug fixes.
How to OCR PDF and extract text in C# and VB.NET using Tesseract and Docotic.Pdf
Version 5.8, 5.9, and 5.10 of Docotic.Pdf library were released in 2019.
Version 2.0 and 2.1 of Jpeg2000.Net were released in 2019.
How to extract text from PDF on AWS Lambda in C# .NET Core application using Docotic.Pdf library.
Version 5.5, 5.6, and 5.7 of Docotic.Pdf library were released in 2018.
Jpeg2000.Net is our new royalty-free library for JPEG 2000 file format. The library can compress and decompress JPEG 2000 images. It supports lossy and lossless compression.
Version 5.1, 5.2, 5.3 and 5.4 of Docotic.Pdf library were released in 2017.
We are starting to move away from .NET 2.
Version 4.9 and 5.0 of Docotic.Pdf library were released in 2016.
Version 4.5, 4.6, 4.7, and 4.8 of Docotic.Pdf library were released in 2015.
Version 4.1, 4.2, 4.3, and 4.4 of Docotic.Pdf library were released in 2014.
We have published our open source libraries on GutHub.
The second part of the article about printing PDF documents in C# and VB.NET using Docotic.Pdf library.
Docotic.Pdf is now available on NuGet. Use BitMiracle.Docotic.Pdf NuGet package in your C# and VB.NET applications.
Shows how to build a Windows Forms application that prints PDF documents in C# and VB.NET using Docotic.Pdf library. The application displays print preview dialog before printing and has support for custom print settings.
Version 3.7 and 4.0 of Docotic.Pdf library were released in 2013.
Version 3.4, 3.5, and 3.6 of Docotic.Pdf library were released in 2012.
Docotic.Pdf 3.6 brings significant performance improvements. Docotic.Pdf now processes PDF documents much faster and consumes less memory. Check the statistics about results of our efforts.
How to read some data from a database and write that data to a PDF document in C# and VB.NET using Docotic.Pdf library.
Version 2.2, 2.3, 3.0, 3.1, and 3.3 of Docotic.Pdf library were released in 2011.
Version 2.2 and 2.3 of LibTiff.Net were released in 2011.
The article describes useful techniques for transforming old-style C/C++ code to fully managed C# code. We used these methods to port the classic libjpeg and LibTIFF libraries to .NET.
Version 1.0, 2.0, and 2.1 of Docotic.Pdf library were released in 2010.
Version 1.0 and 2.0 of LibTiff.Net were released in 2010.
In this article I show you why Docotic.Pdf Library is an excellent alternative to other similar components.
LibJpeg.Net is a fully managed development library written using C#. Library based on classic LibJpeg 6b from Independent JPEG Group.
We started this free (as in speech and in beer) and open source project several months ago because we needed managed Jpeg library for our Docotic project.