<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Darwin&#039;s Theories - pdf tag</title>
  <link>http://theories.darwinsys.com:80/tags/pdf/</link>
  <description>Call it a Blog if you like -- Ian</description>
  <language>en</language>
  <copyright>Ian Darwin</copyright>
  <lastBuildDate>Sat, 19 Nov 2011 14:35:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>Splitting an OpenOffice file or a PDF into 1-page PDFs or Bitmaps</title>
    <link>http://theories.darwinsys.com:80/2011/03/11/1299875640000.html</link>
    
      
        <description>
          OpenOffice has this great bug that&#039;s been there since before 1.0 requesting this feature, but nothing&#039;s ever come of it, even after 3.3. And the community fork LibreOffice is still building (it takes many hours to compile, even on modern hardware). So I needed something in the interim.&lt;br /&gt;
&lt;br /&gt;
My first try was to save the whole document as PDF, and use pdftk to split it.&lt;br /&gt;
&lt;br /&gt;
pdftk 01_About.pdf burst&lt;br /&gt;
&lt;br /&gt;
Did the split, creating 35 nice one-page PDF&#039;s so fast I had to check that they existed.&lt;br /&gt;
Then copy them over to the next workstation, only to find that the software there doesn&#039;t accept PDF&#039;s. PDFTK: Success; receiving software: FAIL!&lt;br /&gt;
&lt;br /&gt;
Take II. GhostScript. After a couple of tries due to my own typing errors, this worked:&lt;br /&gt;
&lt;br /&gt;
gs -sDEVICE=jpeg -r100x100 -sOutputFile=01/slides/slide%02d.jpg 01_About.pdf&lt;br /&gt;
&lt;br /&gt;
Bingo! 35 JPEG files of about the right size. Veektory...
        </description>
      
      
    
    
    
    <category>Open Source Software</category>
    
    <comments>http://theories.darwinsys.com:80/2011/03/11/1299875640000.html#comments</comments>
    <guid isPermaLink="true">http://theories.darwinsys.com:80/2011/03/11/1299875640000.html</guid>
    <pubDate>Fri, 11 Mar 2011 20:34:00 GMT</pubDate>
  </item>
  
  </channel>
</rss>

