Scan documents to PDF and more, as simply as possible.
Go to file
Ben Olden-Cooligan 3ce0f28907 Remove Pipeline use in PdfSharpExporter for efficiency
Turns out Pipeline ends up using a lot of threads, which can be costly performance-wise, especially with many small images. The new task-based OCR system provides a better alternative.
2018-09-18 16:30:43 -04:00
.nuget Update NuGet.targets for mono compatibility 2018-08-13 16:44:25 -04:00
NAPS2 PUBLISH (6.0b1) 2018-09-17 23:11:51 -04:00
NAPS2.Console PUBLISH (6.0b1) 2018-09-17 23:11:51 -04:00
NAPS2.Core Remove Pipeline use in PdfSharpExporter for efficiency 2018-09-18 16:30:43 -04:00
NAPS2.DI Update assembly info 2018-09-16 21:42:35 -04:00
NAPS2.Localization Fix templates rule 2018-09-17 16:17:36 -04:00
NAPS2.Portable PUBLISH (6.0b1) 2018-09-17 23:11:51 -04:00
NAPS2.Setup PUBLISH (6.0b1) 2018-09-17 23:11:51 -04:00
NAPS2.Tests Fully clean (i.e. remove bin/obj) projects on Clean 2018-08-26 22:55:08 -04:00
NAPS2.Worker PUBLISH (6.0b1) 2018-09-17 23:11:51 -04:00
.gitignore Update project VS paths 2017-12-11 14:11:09 -05:00
CONTRIBUTORS Update copyright date 2018-08-20 13:29:35 -04:00
LICENSE Add LICENSE and CONTRIBUTORS files to the solution root 2017-05-13 17:19:29 -04:00
NAPS2.sln Update installer dependencies 2018-09-16 16:57:07 -04:00
NAPS2.sln.DotSettings Refactoring of OcrDepManager tentatively complete (w/o XP download yet) 2016-06-16 15:40:32 -04:00
README.md Update README.md 2018-08-30 22:24:36 -04:00

NAPS2 (Not Another PDF Scanner 2)

NAPS2 is a document scanning application with a focus on simplicity and ease of use. Scan your documents from WIA- and TWAIN-compatible scanners, organize the pages as you like, and save them as PDF, TIFF, JPEG, PNG, and other file formats. Requires .NET Framework 4.0 or higher.

Visit the NAPS2 home page at www.naps2.com.

Other links:

For developers

Have a look at the Developer Onboarding page.