Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 981 Bytes

File metadata and controls

16 lines (11 loc) · 981 Bytes

Test PDF processing in .NET and Native AOT builds

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:

  1. Opening and saving PDF documents. We use the PdfDocument.DocumentsAreEqual method to compare resulting documents.
  2. Extraction of text from PDF documents.

In the Release configuration, it additionally runs the same set of tests for Native AOT version.

See also