Scan documents to PDF and more, as simply as possible.
Go to file
Ben Olden-Cooligan bcf7f13b2b Dark mode wip
2023-03-11 13:41:22 -08:00
.github Add CI 2022-12-25 14:39:10 -08:00
NAPS2.App.Console Upgrade NAPS2.Wia to 1.0.2 2023-03-01 16:36:27 -08:00
NAPS2.App.Gtk Update NAPS2.Tesseract.Binaries to 1.0.4 2023-03-05 12:35:54 -08:00
NAPS2.App.Mac Run Apple driver in a worker process 2023-03-06 16:48:07 -08:00
NAPS2.App.PortableLauncher Display an error message after a failed update 2023-01-21 10:29:20 -08:00
NAPS2.App.Tests Update NAPS2.Tesseract.Binaries to 1.0.4 2023-03-05 12:35:54 -08:00
NAPS2.App.WinForms Update NAPS2.Tesseract.Binaries to 1.0.4 2023-03-05 12:35:54 -08:00
NAPS2.App.Worker Upgrade NAPS2.Wia to 1.0.2 2023-03-01 16:36:27 -08:00
NAPS2.Escl Fix warnings 2022-12-21 10:15:03 -08:00
NAPS2.Escl.Client Fix warnings 2022-12-21 10:15:03 -08:00
NAPS2.Escl.Server Fix warnings 2022-12-21 10:15:03 -08:00
NAPS2.Escl.Tests Improve "n2 test" reliability 2022-12-24 21:49:04 -08:00
NAPS2.Images Fix jpeg2000 check 2023-03-05 12:49:39 -08:00
NAPS2.Images.Gdi Add ImageSaveOptions and optimize pixel format for saving 2023-02-05 13:54:21 -08:00
NAPS2.Images.Gtk Add todo for GtkImage bit depth optimization 2023-02-12 19:02:34 +00:00
NAPS2.Images.Mac Add ImageSaveOptions and optimize pixel format for saving 2023-02-05 13:54:21 -08:00
NAPS2.Internals Move NumberExtensions to NAPS2.Internals 2023-03-04 18:18:35 -08:00
NAPS2.Lib Dark mode wip 2023-03-11 13:41:22 -08:00
NAPS2.Lib.Gtk Dark mode wip 2023-03-11 13:41:22 -08:00
NAPS2.Lib.Mac Dark mode wip 2023-03-11 13:41:22 -08:00
NAPS2.Lib.Tests Update NAPS2.Tesseract.Binaries to 1.0.4 2023-03-05 12:35:54 -08:00
NAPS2.Lib.WinForms Dark mode wip 2023-03-11 13:41:22 -08:00
NAPS2.Sdk Twain: Guarantee allocated image is big enough 2023-03-10 10:43:17 -08:00
NAPS2.Sdk.Samples Move copyright to CommonTargets and update to 2023 2023-01-01 14:14:52 -08:00
NAPS2.Sdk.ScannerTests Upgrade NAPS2.Wia to 1.0.2 2023-03-01 16:36:27 -08:00
NAPS2.Sdk.Tests Twain: Handle image data with mismatching dimensions 2023-03-09 18:45:46 -08:00
NAPS2.Sdk.Worker Upgrade NAPS2.Wia to 1.0.2 2023-03-01 16:36:27 -08:00
NAPS2.Setup PUBLISH (7.0b5) 2023-03-05 17:44:47 -08:00
NAPS2.Tools Add --debug option for build/pkg 2023-03-09 11:34:36 -08:00
.gitignore Remove .nuget from version control 2022-08-04 17:17:23 -07:00
CHANGELOG.md Update changelog 2023-03-05 19:24:38 -08: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 Add NAPS2.Sdk.Worker projects 2023-02-19 11:47:14 -08:00
NAPS2.sln.DotSettings Gtk: Initial projects and image implementation (untested) 2022-09-11 17:22:14 -07:00
README.md Add work-in-progress notes for NAPS2.Sdk 2022-12-24 15:17:50 -08: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 work in progress. Nuget packages will be made available once it is ready for public consumption.

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