Document Archiver
July 17, 2022 ยท View on GitHub
Document Archiver
How can Document Archiver help you to get a handle on your multitude of documents with ease? Find out on this project's website:
How to get it
There are four alternative ways to get Document Archiver.
Option A - Download an installer package (The Lazy Man's Way ๐คทโ)
Complete package including Java runtime environment - "all singing and dancing". For those who would like to install the application on their system and don't want to deal with things like setting up Java or executing commands on the command line.
Depending on your system, download one of the following files:
[ INSTALLER - LINUX ] -or- [ INSTALLER - MACOS ] -or- [ INSTALLER - WINDOWS ]
Note:
The Windows installer package is not code-signed (Why? Just because the required code signing certificates are expensive
and Document Archiver does not yield any profits.).
Anyhow it is safe like the both other packages. You just have to tell Windows to keep the downloaded file (in the
appearing dialog choose "Show more -> Keep anyway") and unblock it afterwards like described
here.
The macOS installer package is code-signed and notarized by Apple; Linux doesn't check for code-signing.
Option B - Download the last release version ZIP file (quick and easy ๐)
If you already have Java on your system, don't feel like installing and don't fear the command line, you can download one of the following ZIP files (and furthermore save some MBs on your storage).
Depending on your system, download one of the following files:
[ ZIP-FILE - LINUX ] -or- [ ZIP-FILE - MACOS ] -or- [ ZIP-FILE - WINDOWS ]
Startup
Linux
unzip document-archiver-2.2.0-linux.zip
cd document-archiver-2.2.0-linux/
./DocumentArchiver.sh
macOS
unzip document-archiver-2.2.0-mac.zip
cd document-archiver-2.2.0-mac/
./DocumentArchiver.sh
Windows
:: Extract ZIP file (for example with Windows Explorer) ::
cd document-archiver-2.2.0-win/
DocumentArchiver.bat
Option C - Download the latest SNAPSHOT release (get the latest and greatest โจ)
The latest SNAPSHOT releases can be downloaded here:
Select the ZIP file suitable for your system ("linux", "mac" or "win")
Startup (example - version and timestamp will vary)
Linux
unzip document-archiver-X.Y.Z-yyyyMMdd.HHmmss-n-linux.zip
cd document-archiver-X.Y.Z-SNAPSHOT-linux/
./DocumentArchiver.sh
macOS
unzip document-archiver-X.Y.Z-yyyyMMdd.HHmmss-n-mac.zip
cd document-archiver-X.Y.Z-SNAPSHOT-mac/
./DocumentArchiver.sh
Windows
:: Extract ZIP file (for example with Windows Explorer) ::
cd document-archiver-X.Y.Z-SNAPSHOT-win/
DocumentArchiver.bat
Option D - Build it yourself (the nerdy way ๐ค)
git clone https://github.com/Document-Archiver/com.sophisticatedapps.archiving.document-archiver.git
cd com.sophisticatedapps.archiving.document-archiver
mvn clean package -DskipTests
cd target/
Startup (example - version will vary)
Linux & macOS
unzip document-archiver-X.Y.Z-SNAPSHOT-with-dependencies.zip
cd document-archiver-X.Y.Z-SNAPSHOT-with-dependencies/
./DocumentArchiver.sh
Windows
:: Extract ZIP file (for example with Windows Explorer) ::
cd document-archiver-X.Y.Z-SNAPSHOT-with-dependencies/
DocumentArchiver.bat
Quick Start
Have a look at the Wiki for a Quick Start manual: https://github.com/Document-Archiver/com.sophisticatedapps.archiving.document-archiver/wiki/Quick-Start
Copyright 2021 - 2022 by Stephan Sann
Document Archiver makes grateful use of these libraries:
- PDFViewerFX (dlsc-software-consulting-gmbh/PDFViewFX)
- jSystemThemeDetector (Dansoftowner/jSystemThemeDetector)
- Restart4j (Dansoftowner/Restart4j)
- Apache POI (poi.apache.org)
- Mammoth (mwilliamson/java-mammoth)
- AppDirs (harawata/appdirs)
- Version Compare (G00fY2/version-compare)
- GestureFX (tom91136/GestureFX)
Application icons made by Freepik from www.flaticon.com
