This sample shows how to test PDF processing using NUnit and Docotic.Pdf libraries.
Before running tests, please apply your permanent or temporary license key in the Docotic.Tests\Helpers\DocoticLicense.cs
file.
The Docotic.Tests
project contains tests for:
- Opening and saving PDF documents. We use the PdfDocument.DocumentsAreEqual method to compare resulting documents.
- Extraction of text from PDF documents.
In the Release
configuration, it additionally runs the same set of tests for Native AOT version.