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
- Host: GitHub
- URL: https://github.com/bjorg/docoticperf
- Owner: bjorg
- License: mit
- Created: 2017-05-18T04:19:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T20:06:15.000Z (about 9 years ago)
- Last Synced: 2025-10-11T19:06:21.369Z (9 months ago)
- Language: C#
- Size: 62.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*`