Scan documents to PDF and more, as simply as possible.
Go to file
Ben Olden-Cooligan 61aebe6c8c Migrate to net8
2023-11-18 11:43:50 -08:00
.github Add CI 2022-12-25 14:39:10 -08:00
NAPS2.App.Console Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.App.Gtk Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.App.Mac Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.App.PortableLauncher Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.App.Tests Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.App.WinForms Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.App.Worker Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.Escl Fix build for net8 toolchain 2023-11-18 11:23:31 -08:00
NAPS2.Escl.Server Escl: Avoid blocking on server start 2023-11-05 13:38:22 -08:00
NAPS2.Escl.Tests Escl: Use SRV host instead of ip to connect 2023-11-05 13:21:12 -08:00
NAPS2.Escl.Usb Escl: Use SRV host instead of ip to connect 2023-11-05 13:21:12 -08:00
NAPS2.Images Wpf images wip 2023-09-09 19:30:10 -07:00
NAPS2.Images.Gdi Gdi: Fix resolution of saved image in some cases 2023-07-05 16:19:23 -07:00
NAPS2.Images.Gtk Sdk: Project configuration 2023-04-29 16:28:41 -07:00
NAPS2.Images.ImageSharp ImageSharp: Fix jpeg colorspace hint 2023-09-09 14:10:52 -07:00
NAPS2.Images.Mac Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.Images.Wpf Wpf: Enable windows targeting for cross-compiling 2023-10-07 12:15:55 -07:00
NAPS2.Internals Rename LazyRunner to Once 2023-09-04 10:45:15 -07:00
NAPS2.Lib Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.Lib.Gtk Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.Lib.Mac Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.Lib.Tests Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.Lib.WinForms Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.Sdk Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.Sdk.Samples Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.Sdk.ScannerTests Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.Sdk.Tests Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.Sdk.Worker Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.Setup Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.Tools Migrate to net8 2023-11-18 11:43:50 -08:00
.gitignore Add .DS_Store to gitignore for Mac 2023-03-26 16:03:58 -07:00
CHANGELOG.md WIP: Scanner sharing 2023-10-30 14:21:39 -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 Wpf images wip 2023-09-09 19:30:10 -07:00
NAPS2.sln.DotSettings Parse image dimensions from JPEG headers when directly embedding JPEGs in PDFs 2023-07-16 12:24:56 -07:00
README.md Sdk: Replace WIP note with nuget link 2023-08-25 19:19:01 -07:00

NAPS2 - Not Another PDF Scanner

NAPS2 on Windows NAPS2 on Mac NAPS2 on Linux
NAPS2 on Windows, Mac, and Linux

NAPS2 is a document scanning application with a focus on simplicity and ease of use. Scan your documents from WIA, TWAIN, SANE, and ESCL scanners, organize the pages as you like, and save them as PDF, TIFF, JPEG, or PNG. Optical character recognition (OCR) is available using Tesseract.

System requirements:

  • Windows 7+ (x64, x86)
  • macOS 10.15+ (x64, arm64)
  • Linux (x64, arm64) (GTK 3.20+, glibc 2.27+, libsane)

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

Other links:

NAPS2.Sdk (for developers)

NuGet

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 wiki.

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