<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gareth Jones &#187; openoffice</title>
	<atom:link href="http://blog.garethj.com/tag/openoffice/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.garethj.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 17:37:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Merging and converting OpenOffice and PDF documents</title>
		<link>http://blog.garethj.com/2009/01/merging-and-converting-openoffice-and-pdf-documents/</link>
		<comments>http://blog.garethj.com/2009/01/merging-and-converting-openoffice-and-pdf-documents/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 09:33:12 +0000</pubDate>
		<dc:creator>gareth</dc:creator>
				<category><![CDATA[techy solutions]]></category>
		<category><![CDATA[bsl]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[odt]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdftk]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unoconv]]></category>

		<guid isPermaLink="false">http://blog.garethj.com/?p=121</guid>
		<description><![CDATA[For my BSL level 3 course I have a variety of OpenOffice documents for different forms etc which make up the portfolio. I wanted a way to merge these into a single document but they each had different margins and &#8230; <a href="http://blog.garethj.com/2009/01/merging-and-converting-openoffice-and-pdf-documents/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For my BSL level 3 course I have a variety of OpenOffice documents for different forms etc which make up the portfolio. I wanted a way to merge these into a single document but they each had different margins and all sorts; this meant doing it within OpenOffice was proving to be a pain. My solution was to write a quick shell script to convert each document into PDF and then merge the multiple PDFs. The script looks something like the following:</p>
<p><code><br />
# convert to pdf<br />
<a href="http://dag.wieers.com/home-made/unoconv/">unoconv</a> -f pdf myfile1.odt myfile2.odt ...<br />
# merge pdfs<br />
<a href="http://www.pdfhacks.com/pdftk/">pdftk</a> myfile1.pdf myfile2.pdf ...<br />
# remove individual pdf documents<br />
rm myfile1.pdf myfile2.pdf ...<br />
</code></p>
<p>A handy little hack to generate my entire portfolio.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.garethj.com/2009/01/merging-and-converting-openoffice-and-pdf-documents/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
