Archive all your documents in a consistent way, which enables you to retrieve them later fast and easy.
Does your document archive look somewhat messy like this?
How about it would look rather tidy like this?
We all store different kind of documents (office documents, miscellaneous types of PDFs, Images, Audio-Files, etc.) on our systems.
The challenge here is to find a consistent approach which will help us to retrieve the documents later in a fast and easy way.
Traditionally many people tend to establish some kind of folder structure on their storage space, which will then hold documents by a topic, a year, or whatever seems to fit.
However, this approach comes with various problems:
Document Archiver is inspired by the project "PDF Archiver" (https://github.com/PDF-Archiver/PDF-Archiver), which utilizes a consistent way to store PDF files in a defined folder structure and by using a fixed
file naming pattern. This application picks up this core idea and makes it available for all document types and on all mayor platforms. Thanks to Julian Kahnert for agreeing to build on his great work!
(Pro tip: You can use Document Archiver and PDF Archiver in parallel on the same underlying archiving folder. See here.)
Documents will be archived in this manner:
└── ~/Documents/DocumentArchiver
└── #Filetype#
└── #Year#
└── #Date#--#Description#__#Tags#.#Suffix#
yyyy-MM-dd
or yyyy-MM-dd-HH-mm-ss
--invoice
__car_insurance
Retrieving back documents is as easy as pie.
Document Archiver is open source software (free to use) and can be downloaded in two ways.
The "nice and easy" option 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.
The installer files were created with install4j, kindly supplied by ej-technologies GmbH.
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).
Requirement:
You must have Java (minimum version 11) installed on your system. Not sure? Check on your command line with:
java --version
Startup
Linuxunzip 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