Scan documents to PDF and more, as simply as possible.
Go to file
2022-11-01 21:22:09 -07: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 Gtk: Fix project file for flatpak 2022-10-30 11:37:04 -07:00
NAPS2.App.Mac Fix SANE environment vars 2022-10-22 17:29:04 -07:00
NAPS2.App.PortableLauncher Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -07:00
NAPS2.App.Server Migrate from Ninject to Autofac 2022-10-30 18:14:42 -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 Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -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 WIP: JPEG200 support, just on Mac for now 2022-10-10 18:25:59 -07:00
NAPS2.Images.Gdi WIP: JPEG200 support, just on Mac for now 2022-10-10 18:25:59 -07:00
NAPS2.Images.Gtk Fix build, tests, and some warnings on Windows 2022-10-10 19:10:17 -07:00
NAPS2.Images.Mac Mac: ListView fixes 2022-10-12 17:28:16 -07:00
NAPS2.Lib Implement DownloadProgressForm 2022-11-01 21:22:09 -07:00
NAPS2.Lib.Gtk Implement OcrDownloadForm 2022-11-01 19:20:07 -07:00
NAPS2.Lib.Mac Add cli command for Mac/Linux 2022-10-30 18:36:54 -07:00
NAPS2.Lib.Tests Migrate from Ninject to Autofac 2022-10-30 18:14:42 -07:00
NAPS2.Lib.WinForms Implement DownloadProgressForm 2022-11-01 21:22:09 -07:00
NAPS2.Lib.WinForms.Tests Fix build, tests, and some warnings on Windows 2022-10-10 19:10:17 -07:00
NAPS2.Sdk Implement OcrDownloadForm 2022-11-01 19:20:07 -07:00
NAPS2.Sdk.Network Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -07:00
NAPS2.Sdk.Network.Tests Optimize other test project builds for each platform 2022-09-14 21:08:23 -07: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 More output on share command 2022-10-31 22:05:41 -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 Linux: Fix build errors, adding a Debug-Linux configuration 2022-10-13 19:09:37 -07:00
NAPS2.sln.DotSettings Gtk: Initial projects and image implementation (untested) 2022-09-11 17:22:14 -07:00
README.md Use per-project licenses 2022-09-11 18:40:47 -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+ with .NET Framework 4.6.2 or higher
  • macOS 10.15+
  • Linux x64 with a supported distro

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