Scan documents to PDF and more, as simply as possible.
Go to file
2020-02-02 15:35:59 -05:00
.nuget Update NuGet.targets for mono compatibility 2018-08-13 16:44:25 -04:00
NAPS2.App.Console Move native library project configuration to a targets file 2020-02-02 14:31:46 -05:00
NAPS2.App.PortableLauncher Switch target from net461 to net46. Eventually we'll add a netstandard2.0 target too. 2020-01-30 10:18:46 -05:00
NAPS2.App.Server Working network server discovery 2020-02-02 15:35:59 -05:00
NAPS2.App.WinForms Move native library project configuration to a targets file 2020-02-02 14:31:46 -05:00
NAPS2.App.Worker Switch target from net461 to net46. Eventually we'll add a netstandard2.0 target too. 2020-01-30 10:18:46 -05:00
NAPS2.Lib.Common Move network code to a separate project 2020-02-01 15:16:14 -05:00
NAPS2.Lib.Console Switch target from net461 to net46. Eventually we'll add a netstandard2.0 target too. 2020-01-30 10:18:46 -05:00
NAPS2.Lib.WinForms Move network code to a separate project 2020-02-01 15:16:14 -05:00
NAPS2.Sdk Working network server discovery 2020-02-02 15:35:59 -05:00
NAPS2.Sdk.Network Working network server discovery 2020-02-02 15:35:59 -05:00
NAPS2.Sdk.Network.Tests Working network server discovery 2020-02-02 15:35:59 -05:00
NAPS2.Sdk.Samples Switch target from net461 to net46. Eventually we'll add a netstandard2.0 target too. 2020-01-30 10:18:46 -05:00
NAPS2.Sdk.Tests Move network code to a separate project 2020-02-01 15:16:14 -05:00
NAPS2.Setup Move native library project configuration to a targets file 2020-02-02 14:31:46 -05:00
NAPS2.Setup.Msi Make a separate NAPS2.Wia project 2020-01-31 22:54:22 -05:00
NAPS2.Tools.Localization Switch target from net461 to net46. Eventually we'll add a netstandard2.0 target too. 2020-01-30 10:18:46 -05:00
NAPS2.Wia Remove unnecessary allocation 2020-02-01 18:37:51 -05:00
NAPS2.Wia.Native Make a separate NAPS2.Wia project 2020-01-31 22:54:22 -05:00
.gitignore Add .idea to gitignore 2019-07-13 13:55:04 -04:00
CONTRIBUTORS Update contributors file 2020-02-01 10:42:37 -05:00
LICENSE Add LICENSE and CONTRIBUTORS files to the solution root 2017-05-13 17:19:29 -04:00
NAPS2.sln Move network code to a separate project 2020-02-01 15:16:14 -05:00
NAPS2.sln.DotSettings Add UI to abbreviations list 2019-07-13 21:58:44 -04:00
README.md Update the .NET requirement in the readme 2020-01-31 23:56:41 -05:00

NAPS2 (Not Another PDF Scanner 2)

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. Requires .NET Framework 4.6 or higher.

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, and SANE scanners on Windows and Linux. Read more.

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