From: Wybo Dekker Date: 2006-05-02T17:04:49+09:00 Subject: Re: Latex and Ruby On Mon, 1 May 2006, Bothari wrote: > On a slightly related topic: Does anyone know of a good way to show > the differences between 2 PDF documents? If it's for the textual content: pdftotext file1.pdf # maybe with pdftotext file2.pdf # the -layout option diff file1.txt file2.txt -- Wybo