<?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>Trustworthy.net &#187; Publishing</title>
	<atom:link href="http://trustworthy.net/blog/category/publishing/feed/" rel="self" type="application/rss+xml" />
	<link>http://trustworthy.net/blog</link>
	<description>Advocating software you can trust.</description>
	<lastBuildDate>Wed, 07 Dec 2011 01:19:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creating an email sized PDF newsletter with Scribus on Kubuntu (Ubuntu) 7.04 (Feisty Fawn)</title>
		<link>http://trustworthy.net/blog/2007/03/creating-an-email-sized-pdf-newsletter/</link>
		<comments>http://trustworthy.net/blog/2007/03/creating-an-email-sized-pdf-newsletter/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 06:20:49 +0000</pubDate>
		<dc:creator>steven</dc:creator>
				<category><![CDATA[Cross-platform]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[LibreSoftware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[OfficeSoftware]]></category>
		<category><![CDATA[OpenFormat]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://trustworthy.net/blog/2007/03/creating-a-pdf-for-email-with-scribus-on-kubuntu-ubuntu/</guid>
		<description><![CDATA[Here are some notes I took while learning how to use Scribus to create our first family email newsletter. Here&#8217;s a little bit about Scribus from the home page: Scribus :: Open Source Desktop Publishing for Linux, Mac OSÂ® X and WindowsÂ® &#8220;Scribus is an open-source program that brings award-winning professional page layout to Linux/Unix, [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some notes I took while learning how to use Scribus to create our first family email newsletter.</p>
<p>Here&#8217;s a little bit about Scribus from the home page:</p>
<blockquote><h4>Scribus :: Open Source Desktop Publishing for Linux, Mac OSÂ® X and WindowsÂ®</h4>
<p>&#8220;Scribus is an open-source program that brings award-winning professional page layout to Linux/Unix, MacOS X, OS/2 and Windows desktops with a combination of &#8220;press-ready&#8221; output and new approaches to page layout.</p>
<p>Underneath the modern and user friendly interface, Scribus supports professional publishing features, such as CMYK color, separations, ICC color management and versatile PDF creation.&#8221; (<a href="http://www.scribus.net/">http://www.scribus.net/</a>).</p></blockquote>
<p>Basically what follows is an emphasis on optimizing the output for an email sized attachment after I enjoyed using Scribus to do the layout of the newsletter.</p>
<ol>
<li>Layout newsletter</li>
<li>Install latest version of Ghostscript
<pre>sudo aptitude install gs-gpl</pre>
</li>
<li>Export as PDF (1.3 or 1.4)</li>
<ol>
<li>General Tab:</li>
<ol>
<li>Resolution for EPS Graphics: 300</li>
<li>Compress Text and Vector Graphics: [X]</li>
<li>Compression Method: Automatic</li>
<li>Compression Quaity: Maximum</li>
<li>Resample Images to: 115 dpi</li>
</ol>
<li>Fonts Tab:</li>
<ol>
<li>Embed all fonts</li>
</ol>
<li>Save file to news.pdf [~ 315KB]
<ol>
<li>If size and quality are good enough then you are done, else</li>
<li>Re-process the pdf file through ghostscript [~70kB]
<pre>gs-gpl -r115 -sDEVICE=pdfwrite -sOutputFile=newsletter.pdf news.pdf</pre>
<p>
            (-r115 sets the resolution or DPI to 115 pixels per square inch)</li>
</ol>
</ol>
<li>If you feel like it, you can also use pdfopt to <em>linearize</em> the PDF, so Acroread can start showing the first pages while the rest is still being downloaded.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://trustworthy.net/blog/2007/03/creating-an-email-sized-pdf-newsletter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

