2

I just read a comment on What medium should be used for long term, high volume, data storage (archival)? What was meant by "I've figured that laser printing on acid-free paper would be a good way to store data (a few megabytes per page) that has a high probability of being readable in 100-200 years."?

How can I print few Megabytes per page? Is there any special software?

Eric
  • 37

2 Answers2

3

Here's a GPL implementation claiming 500KiB uncompressed, typically 3MiB compressed, at 600dpi: http://ollydbg.de/Paperbak/

minopret
  • 535
  • 4
  • 11
2

While it's unlikely you can get megabytes worth of data printed out (which would require a very high-resolution printer, and the equivalent scanner), it's quite feasible to print kilobytes worth onto a single piece of paper. There are various utilities which allow you to print binary files onto paper, with the equivalent functionality to scan them back in and reconstruct the original file.

One such tool is Twibright Optar, which from the description, "fits 200kB on an A4 page". It's possible to increase the data storage density using a higher-DPI printer, although you should note that it may affect data recovery in the future (see the reliability section in the above link; you could also overcome this with a few error-correcting encoding methods).

Breakthrough
  • 34,847