Skip to content

Latest commit

 

History

History

AutomaticTesting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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