How-to articles and tutorials
Read about how to perform some complex, useful, or just interesting tasks that involve Docotic.Pdf directly or indirectly. Learn about some processes inside Bit Miracle.
Articles
How to develop Native AOT applications in .NET
Make .NET projects compatible with Native AOT. Learn how we find and fix AOT issues in Docotic.Pdf library..NET Native AOT performance
Are Native AOT applications faster than the regular .NET code?Unit testing C# PDF library
Describes how C# unit tests help us with automated regression testing of Docotic.Pdf library.
Blog posts
- OCR PDF in C# and VB.NET
How to OCR PDF and extract text in C# and VB.NET using Tesseract and Docotic.Pdf. - Write data from a database to PDF in C# .NET
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.
Articles we published on 3rd-party sites
- Javascript in PDF
This article describes how to use Javascript code to create interactive PDF documents. - Creating Documentation for a .NET Component with Sandcastle Help File Builder
This article shows how to create documentation within your code, write additional topics and compile the help file using Sandcastle Help File Builder. - Transforming C/C++ code to fully managed C# code
This article describes useful techniques for transforming old-style C/C++ code to fully managed C# code. These methods were used for porting classic libjpeg and libtiff libraries to .NET Framework.