<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Pdf diff ?</title>
	<atom:link href="http://www.melaneum.com/blog/linux/pdf-diff/feed" rel="self" type="application/rss+xml" />
	<link>http://www.melaneum.com/blog/linux/pdf-diff</link>
	<description>from and to 372433 143758 48 N</description>
	<pubDate>Thu, 28 Aug 2008 08:08:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Melaneum</title>
		<link>http://www.melaneum.com/blog/linux/pdf-diff#comment-71</link>
		<dc:creator>Melaneum</dc:creator>
		<pubDate>Thu, 17 Jul 2008 19:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.melaneum.com/blog/?p=56#comment-71</guid>
		<description>Thanks that's a nice one for the VI aficionados!
For those who want to try this, just be careful when copying the "%".
Next, you can try calling
vimdiff file1.pdf file2.pdf</description>
		<content:encoded><![CDATA[<p>Thanks that&#8217;s a nice one for the VI aficionados!<br />
For those who want to try this, just be careful when copying the &#8220;%&#8221;.<br />
Next, you can try calling<br />
vimdiff file1.pdf file2.pdf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu Malaterre</title>
		<link>http://www.melaneum.com/blog/linux/pdf-diff#comment-70</link>
		<dc:creator>Mathieu Malaterre</dc:creator>
		<pubDate>Mon, 16 Jun 2008 09:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.melaneum.com/blog/?p=56#comment-70</guid>
		<description>Or even better in your .vimrc:

autocmd BufReadPre *.pdf set ro
autocmd BufReadPre *.pdf set hlsearch!
autocmd BufReadPost *.pdf silent %!pdftotext -layout -nopgbrk "%" - &#124;fmt -csw78

It saves you from the two extra steps (manual pdftotext).</description>
		<content:encoded><![CDATA[<p>Or even better in your .vimrc:</p>
<p>autocmd BufReadPre *.pdf set ro<br />
autocmd BufReadPre *.pdf set hlsearch!<br />
autocmd BufReadPost *.pdf silent %!pdftotext -layout -nopgbrk &#8220;%&#8221; - |fmt -csw78</p>
<p>It saves you from the two extra steps (manual pdftotext).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
