<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 7 November 2013 10:22, Simon Greenwood <span dir="ltr"><<a href="mailto:sfgreenwood@gmail.com" target="_blank">sfgreenwood@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div class="im">On 7 November 2013 07:39, Andres <span dir="ltr"><<a href="mailto:a75576@alumni.tecnun.es" target="_blank">a75576@alumni.tecnun.es</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
I was thinking of doing a photo album and then having it printed at my local reprographics shop. All of it avoiding SAAS and using free libre open source software (floss).<br>
<br>
How would you go about it?<br>
Use something like digikam in combination with scribus?<br>
<br></blockquote><div><br></div></div><div>Scribus on its own will produce print ready output. I've made photo calendars and labels with it, and most small print shops will accept PDFs. I use Shotwell for photo management and GIMP for editing but might have a look at Digikam in future.</div>
</div></div></div></blockquote><div><br></div><div>I've done it the python way for our business cards: I have a python script that picks up employee details from a JSON file, uses those details to populate an SVG template using jinja2 and then calls rsvg-convert to transform them into PDF. The script is 40 lines of code and produces print ready output.<br>
<br></div><div>The benefit of the script route is that you can customise the source and content so for example, you can make the script pick up all the photos that are within a date range and automatically generate your photo album based on that which means you could do a "my year in pictures" album every Christmas. Or you can generate album and labels using the same source of data by just using a different template.<br>
<br></div><div>Of course, if it's for a one-off, Scribus is the right tool for this. On the other had, why spend 5 minutes doing something when you can spend 5 hours automating it? ;-)<br><br></div><div>Cheers,<br><br>
</div><div>Bruno<br><br></div></div></div></div>