Scan documents to PDF and more, as simply as possible.
Go to file
2022-11-07 22:11:06 -08:00
.github Create FUNDING.yml 2019-06-28 18:03:14 -04:00
NAPS2.App.Console Add cli command for Mac/Linux 2022-10-30 18:36:54 -07:00
NAPS2.App.Gtk Update dependencies 2022-11-05 20:45:24 -07:00
NAPS2.App.Mac Update dependencies 2022-11-05 20:45:24 -07:00
NAPS2.App.PortableLauncher Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -07:00
NAPS2.App.Tests Change tesseract components folder path 2022-10-21 21:31:04 -07:00
NAPS2.App.WinForms Update tesseract binaries 2022-10-21 21:13:23 -07:00
NAPS2.App.Worker Refactor worker to a non-Windows-specific entry point 2022-11-04 12:30:39 -07:00
NAPS2.Escl WIP: Trying to get ESCL server working 2022-08-17 18:14:07 -07:00
NAPS2.Escl.Client WIP: Trying to get ESCL server working 2022-08-17 18:14:07 -07:00
NAPS2.Escl.Server Rename color_image resources to dog 2022-09-20 18:18:44 -07:00
NAPS2.Escl.Tests Improve ESCL test reliability 2022-09-17 13:03:27 -07:00
NAPS2.Images Fix memory leaks 2022-11-03 12:08:58 -07:00
NAPS2.Images.Gdi Update exception messages 2022-11-05 19:48:13 -07:00
NAPS2.Images.Gtk Update exception messages 2022-11-05 19:48:13 -07:00
NAPS2.Images.Mac Update dependencies 2022-11-05 20:45:24 -07:00
NAPS2.Lib Create SliderWithTextBox helper 2022-11-07 22:11:06 -08:00
NAPS2.Lib.Gtk Update dependencies 2022-11-05 20:45:24 -07:00
NAPS2.Lib.Mac WIP: PreviewForm eto migration and mac customization 2022-11-07 16:35:34 -08:00
NAPS2.Lib.Tests Migrate from Ninject to Autofac 2022-10-30 18:14:42 -07:00
NAPS2.Lib.WinForms WIP: ImageForm migration 2022-11-07 21:10:38 -08:00
NAPS2.Lib.WinForms.Tests Fix build, tests, and some warnings on Windows 2022-10-10 19:10:17 -07:00
NAPS2.Sdk Refactor and optimize image form render throttling 2022-11-07 21:40:15 -08:00
NAPS2.Sdk.Samples Use IAsyncEnumerable with a producer model 2022-09-27 18:12:36 -07:00
NAPS2.Sdk.ScannerTests Fix SANE environment vars 2022-10-22 17:29:04 -07:00
NAPS2.Sdk.Tests Add windows-only test for tesseract base path changing 2022-10-21 21:35:02 -07:00
NAPS2.Setup Gtk: Switch back to git 2022-10-31 22:53:24 -07:00
NAPS2.Tools Fix langauge command 2022-11-02 13:07:00 -07:00
.gitignore Remove .nuget from version control 2022-08-04 17:17:23 -07:00
CONTRIBUTORS Verification fixes wip 2022-07-08 16:52:47 -07:00
LICENSE Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -07:00
NAPS2.sln Remove Network/Server projects made obsolete by ESCL 2022-11-05 19:50:23 -07:00
NAPS2.sln.DotSettings Gtk: Initial projects and image implementation (untested) 2022-09-11 17:22:14 -07:00
README.md Update system requirements in readme 2022-11-05 19:45:02 -07:00

NAPS2 - Not Another PDF Scanner

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.

System requirements:

  • Windows 7+ (x64, x86)
  • macOS 10.15+ (x64, arm64)
  • Linux (x64, arm64)

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

Other links:

NAPS2.Sdk (for developers)

NAPS2.Sdk is a fully-featured scanning library, supporting WIA, TWAIN, SANE, and ESCL scanners on Windows, Mac, and Linux. Read more.

Looking to contribute to NAPS2 or NAPS2.Sdk? Have a look at the Developer Onboarding page.

License

NAPS2 is licensed under the GNU GPL 2.0 (or later). Some projects have additional license options:

  • NAPS2.Images.* - GNU LGPL 2.1 (or later)
  • NAPS2.Sdk - GNU LGPL 2.1 (or later)
  • NAPS2.Sdk.Samples - MIT