From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jan_B=F6cker?= Subject: Re: [OT] Scanning for archiving Date: Sat, 05 Nov 2011 22:01:50 +0100 Message-ID: <4EB5A43E.5070605@jboecker.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMnNG-00021U-HD for emacs-orgmode@gnu.org; Sat, 05 Nov 2011 17:01:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RMnNE-0007rO-H6 for emacs-orgmode@gnu.org; Sat, 05 Nov 2011 17:01:58 -0400 Received: from smtp01.worldserver.net ([217.13.200.37]:35956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMnNE-0007rD-6d for emacs-orgmode@gnu.org; Sat, 05 Nov 2011 17:01:56 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcelo de Moraes Serpa Cc: Org Mode On 11/05/2011 09:03 PM, Marcelo de Moraes Serpa wrote: > Hi list, > > I just bought a scanner and started to scan important documents as a > backup, and archiving them with meaningful metadata in orgmode files. > Then a question came to mind - what dpi to use? I'm not really savvy > when it comes to scanning or printing, and I want like a dpi that allows > me to reprint the document at an acceptable quality later if necessary, > but that also doesn't take that much space (600dpi pdfs take around 5MB). Hi Marcelo, I am using 300 dpi. Even the fine print on my cell phone contract is still comfortably readable at this resolution. I guess that about 150 dpi is sufficient for most documents, but I don't bother thinking about that on a case-by-case basis and just scan everything at 300 dpi. I do scan most documents in grayscale and only enable color when required. Said cell phone contract weighs in at 4.6 MiB for a 6-page grayscale PDF (about 770 KiB per page). Btw, my problem with big file sizes it not exactly disk space (which rapidly becomes cheaper with time) but the time it takes evince to display the document on my laptop :) If you are interested in the shell script I use to scan to PDF files, see http://www.jboecker.de/2010/04/14/general-reference-filing-with-org-mode.html#sec-5 Hope this helps, Jan