An open API service indexing awesome lists of open source software.

https://github.com/bjorg/docoticperf

Sample code for testing Docotic.Pdf performance
https://github.com/bjorg/docoticperf

Last synced: about 1 month ago
JSON representation

Sample code for testing Docotic.Pdf performance

Awesome Lists containing this project

README

          

DocoticPerf
===========

Simple application to test Docotic.Pdf library.

Sample PDF files are located in the `pdfs` folder.

Before running tests, make sure to set `PDF_LICENSE_KEY` environment variable to the Docotic.Pdf license key.

To run tests for PDFs that cause errors:
`dotnet run pdfs/error*`

To run tests for PDFs that are slow:
`dotnet run pdfs/slow*`