<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mauro Taraborelli photo ramblings</title>
	<atom:link href="http://blog.maurotaraborelliphoto.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.maurotaraborelliphoto.com</link>
	<description>a photographic blog</description>
	<lastBuildDate>Wed, 16 Dec 2009 12:42:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.maurotaraborelliphoto.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/fe28b34ad52557a7227413dc24c2a118?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mauro Taraborelli photo ramblings</title>
		<link>http://blog.maurotaraborelliphoto.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.maurotaraborelliphoto.com/osd.xml" title="Mauro Taraborelli photo ramblings" />
	<atom:link rel='hub' href='http://blog.maurotaraborelliphoto.com/?pushpress=hub'/>
		<item>
		<title>PDF photo publishing with Scribus, part III</title>
		<link>http://blog.maurotaraborelliphoto.com/2009/12/16/pdf-photo-publishing-with-scribus-part-iii/</link>
		<comments>http://blog.maurotaraborelliphoto.com/2009/12/16/pdf-photo-publishing-with-scribus-part-iii/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 12:40:48 +0000</pubDate>
		<dc:creator>Mauro Taraborelli</dc:creator>
				<category><![CDATA[Digital]]></category>
		<category><![CDATA[Technique]]></category>
		<category><![CDATA[dtp]]></category>
		<category><![CDATA[Folios]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[scribus]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.maurotaraborelliphoto.com/?p=289</guid>
		<description><![CDATA[In the previous posts, I introduced PDF as a mean to publish your own photo portfolio and I looked at the structure of a PDF portfolio. In this post, I will describe how to create a PDF portfolio with Scribus. How to create the PDF The program of choice to edit and create PDF files [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.maurotaraborelliphoto.com&blog=1603801&post=289&subd=mtphoto&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>In the previous posts, <a href="/2009/11/11/pdf-photo-publ…scribus-part-i/">I introduced PDF as a mean to publish your own photo portfolio</a> and <a href="/2009/11/15/pdf-photo-publ…cribus-part-ii/">I looked at the structure of a PDF portfolio</a>. In this post, I will describe how to create a PDF portfolio with Scribus.</p>
<h1>How to create the PDF</h1>
<p>The program of choice to edit and create PDF files is InDesign by Adobe.  <a href="http://www.adobe.com/products/indesign/">Adobe InDesign</a> is a desktop publishing (DTP) software application produced by Adobe Systems which can be used to create things such as posters, flyers, brochures, magazines and books.</p>
<p>It is a fantastic software application, but it is beyond my budget.  Fortunately there is an open source alternative, <a href="http://www.scribus.net">Scribus</a>. Maybe not so refined as InDesign, it could give you results of very high quality, for printed and PDF publishing. I won&#8217;t enter in a detailed description of the application: see the Scribus <a href="http://www.scribus.net">site</a> for references and tutorials. To show you how I used it to create the PDF for my folios, in the next paragraphs I will explain the main steps from a new Scribus document to a final PDF file.</p>
<h2>Set the document size</h2>
<p>The first decision you have to made after creating a Scribus document is which document layout and page size to choose.</p>
<p>The document layout I chose is &#8220;Single Page&#8221;: as we have seen in the previous posts, it is better to use the screen real estate as a single whole space.</p>
<p>For the page size, there are two problems:</p>
<ul>
<li>there are many monitor screen sizes and resolution: from 4/3 (as 1024&#215;768 pixels) to various wide screen format</li>
<li>PDF had been originally created for printed media and so it is easier to work with wide in inches (or cm) than in pixels (at least for me)</li>
</ul>
<p>It is not easy to give a page size that would be suitable to every viewer. After some test, I chose a 4/3 format with a page size pf 16&#8243;x12&#8243;. I suggest to experiment by yourselves and find the dimensions that are better suited to your works.</p>
<p><a href="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingscribusdocumentlayout.png"><img title="PDFPublishingScribusDocumentLayout" src="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingscribusdocumentlayout.png?w=374&#038;h=301" alt="PDFPublishingScribusDocumentLayout" width="374" height="301" /></a></p>
<h2>Create a Master Page</h2>
<p>Scribus Master Pages are the means to add content to pages which have repeating content like chapter names, section heads and the like. I used master page to have the same background on every page: a black background with a gray space at the bottom for the toolbar controls. Creating a Master page is as easy as placing in a normal page some rectangular shapes, changing their background color and use the menu &#8220;Page -&gt; Convert to Master page &#8230;&#8221;.</p>
<p><a href="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingscribusmasterpage.png"><img title="PDFPublishingScribusMasterPage" src="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingscribusmasterpage.png?w=369&#038;h=300" alt="PDFPublishingScribusMasterPage" width="369" height="300" /></a><br />
Now you can create new pages using the Master page  in the &#8220;Insert page&#8221; dialog.</p>
<p><a href="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingscribusinsertpage.png"><img title="PDFPublishingScribusInsertPage" src="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingscribusinsertpage.png?w=287&#038;h=300" alt="PDFPublishingScribusInsertPage" width="287" height="300" /></a></p>
<h2>Insert images</h2>
<p>Before inserting images, you have to prepare them in the image editor of your choice, where you can set:</p>
<ul>
<li><strong>dimension</strong>: given a page size of 12&#8243;x10&#8243;, I chose an image size of 10&#8243;x8&#8243; to leave some background space and to better isolate the images during the viewing of the folios</li>
<li><strong>resolution (PPI)</strong>: for on screen viewing, a resolution of about 100 PPI is more than enough, but with PDF you can zoom on a portion of an image to evaluate it better; so it&#8217;s your choice to use a better resolution such as 200 PPI; take into account that more PPI means larger images and larger PDF file, so feel to experiment to find the right compromise</li>
</ul>
<p>I suggest to save the final images in tiff format to avoid destructive compression till the generation of the PDF file.</p>
<p>Now you can add an image frame in Scribus, position it on the page (eventually aided by guides) and associate an image file to the frame. Repeat these actions for every image you want to add to the folios. <em>A warning note: the image is not embedded in the Scribus file, so if you move the image to some other position in your file system, Scribus will loose every reference to it.</em></p>
<p>The same images can be used to create the thumbnails page. On that page, you can:</p>
<ul>
<li>add an image frame for every thumbnail</li>
<li>associate the image to the frame</li>
<li>decrement the image dimension using the scale properties of the image frame</li>
</ul>
<p>To create the link effect, so that clicking on the image thumbnail will take the viewer to the image page, you have to add over each image frame a transparent PDF button field, making certain it covers the image frame. Then you have to go to the properties of the buttons and:</p>
<ul>
<li>select the Action tab</li>
<li>choose Go To as the type of action</li>
<li>insert the page number of the image linked to the thumbnail</li>
</ul>
<h2>Create toolbar buttons</h2>
<p>To create the buttons for the toolbar you have to find an image (bitmap or better svg) for every action you want to provide (next, previous and so on). For example I found svg icons from the open source <a href="http://tango.freedesktop.org/Tango_Desktop_Project">Tango Desktop Project</a> and used them with some modifications. For the textual actions (e.g. Full screen on/of) you can use the text frame of Scribus</p>
<p>The method is analogous to that for the thumbnails page. Put the image frames, the textual frames or the imported svg at their place on the toolbar (previously prepared with the master page: see above). Cover them with a PDF button field and associate to every button the proper action. For many action you will have to use javascript, a computer language adopted by Adobe to add some behaviour in the PDF files. If you are scared by computer languages, don&#8217;t worry! It&#8217;s not that hard.</p>
<p>In the properties of PDF button fields:</p>
<ul>
<li>select the Action tab</li>
<li>choose Javascript as the type of action</li>
<li>choose MouseDown as the type of event</li>
<li>click on the Edit button and write the proper code</li>
</ul>
<p>And here there is a list of the Javascript code that I used for my navigation button:</p>
<ul>
<li>Go to next view:</li>
</ul>
<pre class="brush: jscript;">
app.execMenuItem(&quot;GoBack&quot;);
</pre>
<ul>
<li>Go to previous view:</li>
</ul>
<pre class="brush: jscript;">
app.execMenuItem(&quot;GoForward&quot;);
</pre>
<ul>
<li>Toggle full screen mode on/off</li>
</ul>
<pre class="brush: jscript;">
if (app.fullscreen)
{
    app.fullscreen = false;
}
else
{
    app.fullscreen = true;
}
</pre>
<ul>
<li>Close this document</li>
</ul>
<pre class="brush: jscript;">
this.closeDoc();
</pre>
<ul>
<li>Go to the first page</li>
</ul>
<pre class="brush: jscript;">
this.pageNum=0;
</pre>
<ul>
<li>Go to the previous page</li>
</ul>
<pre class="brush: jscript;">
this.pageNum--;
</pre>
<ul>
<li>Go to the next page</li>
</ul>
<pre class="brush: jscript;">
this.pageNum++;
</pre>
<p>Once prepared the button for one page, you can select them all, copy them and paste them in every page. Then you can adjust the action in the buttons to adapt to the specific page. For example, in the first page you can delete the action for the <em>Go to the first page</em> and <em>Go to the previous page</em>, maybe even rendering their images with a darker color to signal their disabling.</p>
<h2>Export to PDF</h2>
<p>We are at the last step. You can create the PDF file by using the export function of Scribus.</p>
<p>The function &#8220;Save as PDF&#8221; of Scribus has many option. Here I details how I set the most importants:</p>
<ul>
<li><strong>compatibility</strong>: the PDF standard has many version, where the most recents introduced more functionalities; my advice it is to use the minimum version compatible with the functions you used in your PDF, so that even older PDF viewer can read your file; in my case I choose PDF 1.3</li>
<li><strong>compress text and vector graphics</strong>: checked</li>
<li><strong>image compression method</strong>: automatic with maximum quality</li>
<li><strong>resample image to</strong>: here the choice is between image quality (when the image are viewed zoomed in) and file dimension; I tried with 200 dpi (same as the resolution of the images prepared for the inclusion in the Scribus file) and 100 dpi (more than adequate for screen viewing) and I setted on 100 dpi as more suitable for web download; your mileage may vary</li>
<li><strong>embedding fonts</strong>: embedding fonts in the PDF file makes it slightly larger, but it garantees that your folios will be seen as you have designed on every computer, even where the fonts you have choosen are not installed; an advice: it&#8217;s better to use TrueType fonts, as embedding OpenType fonts are not possible with the PDF standard supported by Scribus (at the time of this post)</li>
<li><strong>document layout</strong>: single page; is the default view the PDF file is opened in the viewer</li>
<li><strong>visual appearance</strong>: use full screen mode; so that when the PDF file is opened in the viewer, it will be automatically setted in full screen mode for a better visual presentation</li>
<li><strong>use encription</strong>: checked, to be able to set the next security settings</li>
<li><strong>security settings</strong>: here I choose to allow printing and adding annotations and fields, but to not allow changing the document and copying text and graphics</li>
<li><strong>color settings</strong>: output intended for screen/web</li>
</ul>
<h2>Conclusions</h2>
<p>These posts on PDF publishing treated how to use the PDF format to publish a portfolio of your photographs.</p>
<p>PDF publishing is stil in its infancy and so I think we will see many new and interesting way to use it in the future. As an example, in the (long) times that I wrote these posts, I found Paul Butzi <a href="http://www.butzi.net/">site</a> and <a href="http://photomusings.wordpress.com/">blog</a>. He experimented with PDF portfolios and used them in an interesting way: he revisioned his static web site getting rid of the photography galleries and using dowloadable PDF. His new site, by the way, is an example in web minimalism that I like very much.</p>
<p>I hope to have instilled curiosity in this medium and to have encouraged you to try by yourselves PDF publishing.</p>
<br />Posted in Digital, Technique Tagged: dtp, Folios, pdf, photos, publishing, scribus, tutorial <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mtphoto.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mtphoto.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mtphoto.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mtphoto.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mtphoto.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mtphoto.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mtphoto.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mtphoto.wordpress.com/289/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mtphoto.wordpress.com/289/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mtphoto.wordpress.com/289/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.maurotaraborelliphoto.com&blog=1603801&post=289&subd=mtphoto&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.maurotaraborelliphoto.com/2009/12/16/pdf-photo-publishing-with-scribus-part-iii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/08f501d80fd902ed6f5bf8aa32340e70?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maurotrb</media:title>
		</media:content>

		<media:content url="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingscribusdocumentlayout.png" medium="image">
			<media:title type="html">PDFPublishingScribusDocumentLayout</media:title>
		</media:content>

		<media:content url="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingscribusmasterpage.png" medium="image">
			<media:title type="html">PDFPublishingScribusMasterPage</media:title>
		</media:content>

		<media:content url="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingscribusinsertpage.png" medium="image">
			<media:title type="html">PDFPublishingScribusInsertPage</media:title>
		</media:content>
	</item>
		<item>
		<title>PDF photo publishing with Scribus, part II</title>
		<link>http://blog.maurotaraborelliphoto.com/2009/11/15/pdf-photo-publishing-with-scribus-part-ii/</link>
		<comments>http://blog.maurotaraborelliphoto.com/2009/11/15/pdf-photo-publishing-with-scribus-part-ii/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 16:48:29 +0000</pubDate>
		<dc:creator>Mauro Taraborelli</dc:creator>
				<category><![CDATA[Digital]]></category>
		<category><![CDATA[Technique]]></category>
		<category><![CDATA[dtp]]></category>
		<category><![CDATA[Folios]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[scribus]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.maurotaraborelliphoto.com/?p=284</guid>
		<description><![CDATA[In the previous post, I introduced PDF as a mean to publish your own photo portfolio. In this post, I will look at the structure of a PDF portfolio. How to structure the PDF for a portfolio PDF files can be browsed freely using the navigation tools of the PDF reader (such as Adobe Reader). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.maurotaraborelliphoto.com&blog=1603801&post=284&subd=mtphoto&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>In the <a href="/2009/11/11/pdf-photo-publishing-with-scribus-part-i/">previous post</a>, I introduced PDF as a mean to publish your own photo portfolio. In this post, I will look at the structure of a PDF portfolio.</p>
<h1>How to structure the PDF for a portfolio</h1>
<p>PDF files can be browsed freely using the navigation tools of the PDF reader (such as <a href="http://www.adobe.com/products/reader/">Adobe Reader</a>).  However it is important that  a sequential browsing could give the best presentation of your work.</p>
<h2>Essential pages</h2>
<p>The structure of the file may be simple or very elaborated. But I think that some page types are essential:</p>
<ul>
<li> <strong>opening page</strong>: the title and an image the best represent the portfolio</li>
</ul>
<p><a href="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingopeningpage.png"><img title="PDFPublishingOpeningPage" src="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingopeningpage.png?w=320&#038;h=240" alt="PDFPublishingOpeningPage" width="320" height="240" /></a></p>
<ul>
<li> <strong>photo pages</strong>: a page for every image with the image information</li>
</ul>
<p><a href="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingphotopage.png"><img title="PDFPublishingPhotoPage" src="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingphotopage.png?w=320&#038;h=240" alt="PDFPublishingPhotoPage" width="320" height="240" /></a></p>
<ul>
<li><strong>thumbnail pages</strong>: a page to aid the navigation with thumbnails of the images that act as links to the photo page</li>
</ul>
<p><a href="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingthumbspage.png"><img title="PDFPublishingThumbsPage" src="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingthumbspage.png?w=320&#038;h=240" alt="PDFPublishingThumbsPage" width="320" height="240" /></a></p>
<ul>
<li><strong>colophon</strong>: informations about the portofolio such as statement, copyright notice, edition informations</li>
</ul>
<p><a href="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingcolophonpage.png"><img title="PDFPublishingColophonPage" src="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingcolophonpage.png?w=320&#038;h=240" alt="PDFPublishingColophonPage" width="320" height="240" /></a></p>
<p>You can add specific pages with bios information, promotions for buying printed portfolio or books, links to your web sites etc.</p>
<h2>Portfolio navigation</h2>
<p>A PDF portfolio created with the intention to be viewed on screen must adapt to the orientation of the computer screen: landscape. There is no good reason trying to imitate printed media creating a two page views.</p>
<p>The images of the portfolio could be better appreciated when the PDF is viewed in full screen mode. In this mode, the navigation controls of the PDF reader are usually not visible. So it is preferable to give an aid to the navigation with a personalized toolbar present in every page. It is important that the toolbar were designed coherently with the design of the pages, so that you can give a coherent experience to the viewer. This toolbar can contains buttons to go to the next/previous page, to the next/previous view (such as the back/forward button of your web browser), to the thumbnails page and permitting to activate/disactivate full screen mode.</p>
<p><a href="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingleftnavbardetail.png"><img title="PDFPublishingLeftNavBarDetail" src="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingleftnavbardetail.png?w=320&#038;h=240" alt="PDFPublishingLeftNavBarDetail" width="320" height="240" /></a><a href="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingrightnavbardetail.png"><img title="PDFPublishingRightNavBarDetail" src="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingrightnavbardetail.png?w=320&#038;h=240" alt="PDFPublishingRightNavBarDetail" width="320" height="240" /></a></p>
<p>In the <a href="/2009/12/16/pdf-photo-publishing-with-scribus-part-iii/">next and last post</a> on PDF publishing, I will explain how to create a PDF portfolio.</p>
<br />Posted in Digital, Technique Tagged: dtp, Folios, pdf, photos, publishing, scribus, tutorial <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mtphoto.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mtphoto.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mtphoto.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mtphoto.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mtphoto.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mtphoto.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mtphoto.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mtphoto.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mtphoto.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mtphoto.wordpress.com/284/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.maurotaraborelliphoto.com&blog=1603801&post=284&subd=mtphoto&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.maurotaraborelliphoto.com/2009/11/15/pdf-photo-publishing-with-scribus-part-ii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/08f501d80fd902ed6f5bf8aa32340e70?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maurotrb</media:title>
		</media:content>

		<media:content url="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingopeningpage.png" medium="image">
			<media:title type="html">PDFPublishingOpeningPage</media:title>
		</media:content>

		<media:content url="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingphotopage.png" medium="image">
			<media:title type="html">PDFPublishingPhotoPage</media:title>
		</media:content>

		<media:content url="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingthumbspage.png" medium="image">
			<media:title type="html">PDFPublishingThumbsPage</media:title>
		</media:content>

		<media:content url="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingcolophonpage.png" medium="image">
			<media:title type="html">PDFPublishingColophonPage</media:title>
		</media:content>

		<media:content url="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingleftnavbardetail.png" medium="image">
			<media:title type="html">PDFPublishingLeftNavBarDetail</media:title>
		</media:content>

		<media:content url="http://mtphoto.files.wordpress.com/2009/10/pdfpublishingrightnavbardetail.png" medium="image">
			<media:title type="html">PDFPublishingRightNavBarDetail</media:title>
		</media:content>
	</item>
		<item>
		<title>PDF photo publishing with Scribus, part I</title>
		<link>http://blog.maurotaraborelliphoto.com/2009/11/11/pdf-photo-publishing-with-scribus-part-i/</link>
		<comments>http://blog.maurotaraborelliphoto.com/2009/11/11/pdf-photo-publishing-with-scribus-part-i/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:26:55 +0000</pubDate>
		<dc:creator>Mauro Taraborelli</dc:creator>
				<category><![CDATA[Digital]]></category>
		<category><![CDATA[Technique]]></category>
		<category><![CDATA[dtp]]></category>
		<category><![CDATA[Folios]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[scribus]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.maurotaraborelliphoto.com/?p=219</guid>
		<description><![CDATA[Publish your own work as PDF: what it&#8217;s all about? Every photographer dreams of publishing a portfolio or a book of his work. Until some years ago, this dream was possible only for professionals with a large audience, given the technical problems and the expenses needed by the task. Nowadays the publishing of portfolios and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.maurotaraborelliphoto.com&blog=1603801&post=219&subd=mtphoto&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<h1>Publish your own work as PDF: what it&#8217;s all about?</h1>
<p>Every photographer dreams of publishing a portfolio or a book of his work. Until some years ago, this dream was possible only for professionals with a large audience, given the technical problems and the expenses needed by the task.</p>
<p>Nowadays the publishing of portfolios and books is made easier given:</p>
<ul>
<li> the high quality reached by ink jet printing, which made affordable even to amateur photographer to create a portfolio of archival quality</li>
<li> the diffusion of self-publishing sites like <a href="http://www.lulu.com/">Lulu</a> and <a href="http://www.blurb.com/">blurb</a> that permit to publish your own book even in a single copy; the quality is no match for traditional photographic books, but is probably enough even for advanced amateur</li>
</ul>
<p>But these new possibilities don&#8217;t solve the major problems of printed books and portfolio: promotion and distribution.</p>
<p>As for promotion, the web is now the way to go. Starting with photo sharing site like <a href="http://www.flickr.com/">flickr</a>, creating a blog with news on your works and a web site with your portfolios permit the photographer to reach a global audience. It not easy: if you don&#8217;t want professional aid, to be effective you must have some notions of web design, css, seo and other buzzwords like these. But it can be done without great expenses.</p>
<p>Distribution is another story. It&#8217;s expensive and time consuming&#8230;</p>
<p>Here enters PDF publishing. By creating a PDF file with your photos you can control how they are displayed and the distribution is as easier as putting the file on your web sites. This type of publishing is strongly favored by Brook Jensen of <a href="http://www.lenswork.com/">Lenswork</a>: he used it for the <a href="http://www.lenswork.com/lxt.htm">extended edition of Lenswork</a> and for <a href="http://www.brooksjensenarts.com/">his personal portfolios</a>. He advocates PDF publishing in many <a href="http://www.lenswork.com/lensworkpodcast1-3.htm">podcasts</a> and now in an <a href="http://workshops.lenswork.com/pdfpublishing.html">online workshop</a>.</p>
<p>I won&#8217;t enter in the details of his argumentation, you can refer to the links above. But here is a short list the advantages that Jensen sees in PDF publishing:</p>
<ul>
<li>PDF could go full screen to use all the available screen real estate</li>
<li>you could give to PDF a guided navigation,  but still permit for personalized navigation</li>
<li>PDF is distributable on the web or in cd/dvd</li>
<li>PDF could be used as a simple slide show or for something original and new (for example adding music or comments)</li>
</ul>
<p>I was very interested in these arguments and so I gave it a try. I recently created and printed two folios (even there following the Brook Jensen lead, but that&#8217;s another story): <a href="/2009/05/20/at-the-end-of-a-fishing-day/">At the end of a fishing day</a> and <a href="/2009/07/10/cantiere-escavazione-porti/">Cantiere Escavazione Porti</a>. So I decided to make a PDF of these folios: <a href="http://mtphoto.files.wordpress.com/2009/06/attheendofafishingday.pdf">here</a> and <a href="http://mtphoto.files.wordpress.com/2009/07/cantiereescavazioneporti.pdf">here</a>. In the next posts I will give some indications on <a href="/2009/11/15/pdf-photo-publishing-with-scribus-part-ii/">how to structure</a> and create a PDF, with examples from my folios.</p>
<br />Posted in Digital, Technique Tagged: dtp, Folios, pdf, photos, publishing, scribus, tutorial <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mtphoto.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mtphoto.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mtphoto.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mtphoto.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mtphoto.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mtphoto.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mtphoto.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mtphoto.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mtphoto.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mtphoto.wordpress.com/219/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.maurotaraborelliphoto.com&blog=1603801&post=219&subd=mtphoto&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.maurotaraborelliphoto.com/2009/11/11/pdf-photo-publishing-with-scribus-part-i/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/08f501d80fd902ed6f5bf8aa32340e70?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maurotrb</media:title>
		</media:content>
	</item>
	</channel>
</rss>