Scan documents to PDF and more, as simply as possible.
Go to file
2022-12-04 20:54:57 -08:00
.github Create FUNDING.yml 2019-06-28 18:03:14 -04:00
NAPS2.App.Console Fix building windows projects on mac 2022-11-16 19:04:24 -08:00
NAPS2.App.Gtk Update tesseract binary targets 2022-11-16 19:05:22 -08:00
NAPS2.App.Mac Mac: Update project config for universal app building 2022-11-16 19:06:02 -08:00
NAPS2.App.PortableLauncher Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -07:00
NAPS2.App.Tests Fix DebugLang and language tests 2022-11-27 22:15:27 -08:00
NAPS2.App.WinForms Update tesseract binary targets 2022-11-16 19:05:22 -08:00
NAPS2.App.Worker Fix building windows projects on mac 2022-11-16 19:04:24 -08: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 WinFormsListView custom rendering 2022-11-27 15:23:48 -08:00
NAPS2.Images.Gdi WinForms: Fix scale up transform 2022-12-04 19:10:47 -08:00
NAPS2.Images.Gtk WinFormsListView custom rendering 2022-11-27 15:23:48 -08:00
NAPS2.Images.Mac WinFormsListView custom rendering 2022-11-27 15:23:48 -08:00
NAPS2.Lib Migrate AuthorizeForm to Eto 2022-12-04 20:54:57 -08:00
NAPS2.Lib.Gtk Migrate EmailProviderForm to Eto 2022-12-04 20:41:42 -08:00
NAPS2.Lib.Mac Migrate EmailProviderForm to Eto 2022-12-04 20:41:42 -08:00
NAPS2.Lib.Tests Fix up config removal 2022-12-04 14:18:40 -08:00
NAPS2.Lib.WinForms Migrate AuthorizeForm to Eto 2022-12-04 20:54:57 -08:00
NAPS2.Lib.WinForms.Tests Fix building windows projects on mac 2022-11-16 19:04:24 -08:00
NAPS2.Sdk Re-implement single page pdfs 2022-12-04 19:14:11 -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 Update thumbnail resource 2022-12-02 16:39:33 -08:00
NAPS2.Setup Enable "required" keyword in NAPS2.Lib 2022-12-04 20:12:26 -08:00
NAPS2.Tools Update resx command to only include languages with 5% translated strings 2022-11-27 21:59:24 -08: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 Fix DebugLang and language tests 2022-11-27 22:15:27 -08: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