<?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>willygroup&#039;s blog &#187; pdf</title>
	<atom:link href="http://blog.willygroup.org/tag/pdf/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.willygroup.org</link>
	<description>Questo blog è il mio block-notes virtuale.</description>
	<lastBuildDate>Mon, 09 Jan 2012 08:43:13 +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>pdftk &#8211; the pdf toolkit &#8211; Add logo over PDF</title>
		<link>http://blog.willygroup.org/pdftk-the-pdf-toolkit-add-logo-pdf-over-pdf.html</link>
		<comments>http://blog.willygroup.org/pdftk-the-pdf-toolkit-add-logo-pdf-over-pdf.html#comments</comments>
		<pubDate>Wed, 19 Oct 2011 23:00:45 +0000</pubDate>
		<dc:creator>Willy</dc:creator>
				<category><![CDATA[Bash & Shell]]></category>
		<category><![CDATA[Informatica]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[Tecnologia]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[logo over pdf]]></category>
		<category><![CDATA[pdftk]]></category>

		<guid isPermaLink="false">http://blog.willygroup.org/?p=311</guid>
		<description><![CDATA[<p></p> <p>Spesso può capitare di voler inserire un logo o un watermark (filigrana) sopra un nostro documento pdf, ecco come fare.</p> <p>Supponiamo di voler aggiungere il logo di willygroup in alto a sinistra di questo documento pdf.</p> <p>Scarichiamo i file precedenti e salviamoli con il nome originale in una cartella, ad esempio temp, nella nostra [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-thumbnail wp-image-455 alignnone" style="border: 7px solid white;" title="Pdf on Ubuntu" src="http://blog.willygroup.org/wp-content/uploads/2011/02/pdf-150x150.png" alt="Pdf on Ubuntu" width="88" height="88" /></p>
<p>Spesso può capitare di voler inserire un logo o un <a href="http://en.wikipedia.org/wiki/Watermark" target="_blank">watermark</a> (filigrana) sopra un nostro documento pdf, ecco come fare.</p>
<p>Supponiamo di voler aggiungere il<strong> <a class="highslide img_8" href="http://blog.willygroup.org/wp-content/uploads/2010/06/logo.png" target="_blank" onclick="return hs.expand(this)">logo di willygroup</a></strong> in alto a sinistra di<strong> <a href="http://blog.willygroup.org/wp-content/uploads/2010/06/mio_testo.pdf">questo</a></strong> documento pdf.</p>
<p>Scarichiamo i file precedenti e salviamoli con il nome originale in una cartella, ad esempio <em><strong>temp</strong></em>, nella nostra <em>Home.</em></p>
<p style="text-align: left;">Apriamo un Word Processor (Writer o Word vanno benissimo).<br />
<a class="highslide img_9" href="http://blog.willygroup.org/wp-content/uploads/2010/06/logo_pdf_01.png" onclick="return hs.expand(this)"><img class="aligncenter size-medium wp-image-616" title="Apertura di Writer per la creazione del logo.pdf" src="http://blog.willygroup.org/wp-content/uploads/2010/06/logo_pdf_01-300x159.png" alt="Apertura di Writer per la creazione del logo.pdf" width="300" height="159" /></a><br />
Importiamo con la funzione apposita del programma il nostro logo.<br />
<a class="highslide img_10" href="http://blog.willygroup.org/wp-content/uploads/2010/06/logo_pdf_02.png" onclick="return hs.expand(this)"><img class="aligncenter size-medium wp-image-617" title="Importazione in Writer del file logo.png" src="http://blog.willygroup.org/wp-content/uploads/2010/06/logo_pdf_02-300x159.png" alt="Importazione in Writer del file logo.png" width="300" height="159" /></a><br />
Ridimensioniamo e posizioniamo il logo.<br />
<a class="highslide img_11" href="http://blog.willygroup.org/wp-content/uploads/2010/06/logo_pdf_03.png" onclick="return hs.expand(this)"><img class="aligncenter size-medium wp-image-618" title="Spostamento e ridimensionamento di logo.png in Writer" src="http://blog.willygroup.org/wp-content/uploads/2010/06/logo_pdf_03-300x159.png" alt="Spostamento e ridimensionamento di logo.png in Writer" width="300" height="159" /></a></p>
<p style="text-align: left;">Adesso stampiamo il documento su un file pdf (io su linux Ubuntu utilizzo <a href="http://www.cups-pdf.de/" target="_blank">cups-pdf</a>, su Windows <a href="http://sourceforge.net/projects/pdfcreator/" target="_blank">pdfcreator</a>) con il nome <em><strong>logo.pdf</strong></em></p>
<p>Assicuriamoci di aver installato <a title="Pdftk - The PDF Toolkit" href="http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/" target="_blank">pdftk</a>, da terminale:</p>
<pre class="brush:shell">sudo apt-get install pdftk</pre>
<p>e quindi, sempre da terminale, posizionando nella cartella <em><strong>~/temp</strong></em></p>
<pre class="brush:shell">pdftk mio_testo.pdf stamp logo.pdf output output.pdf</pre>
<p>In questo modo il nostro logo verrà sovrimpresso al documento pdf originale ed otterremo <strong><a href="http://blog.willygroup.org/wp-content/uploads/2010/06/output.pdf">questo</a></strong> risultato:</p>
<p><a class="highslide img_12" href="http://blog.willygroup.org/wp-content/uploads/2011/10/output.png" onclick="return hs.expand(this)"><img class="aligncenter size-medium wp-image-627" title="output" src="http://blog.willygroup.org/wp-content/uploads/2011/10/output-212x300.png" alt="" width="212" height="300" /></a></p>
<p>Se invece vogliamo aggiungere il logo come una sorta di <em>filigrana</em> leggera sullo sfondo del documento dobbiamo editare il file <strong>logo.png</strong> con un editor di foto tipo <a href="http://www.gimp.org/" target="_blank">Gimp</a> in modo da dargli l&#8217;orientazione e la trasparenza volute.</p>
<p><strong><a class="highslide img_13" href="http://blog.willygroup.org/wp-content/uploads/2010/06/logo_mod.png" target="_blank" onclick="return hs.expand(this)">Questo</a></strong> è il mio logo modificato e <a href="http://blog.willygroup.org/wp-content/uploads/2010/06/logo_mod.pdf"><strong>questo</strong></a> è il pdf che ne ho ricavato con il metodo precedente.</p>
<p>Supponendo di aver ancora tutto nella cartella <em><strong>~/temp</strong></em>, da terminale eseguiamo il comando:</p>
<pre class="brush:shell">pdftk mio_testo.pdf background logo_mod.pdf output output_mod.pdf</pre>
<p>Ottenendo <a href="http://blog.willygroup.org/wp-content/uploads/2010/06/output_mod.pdf"><strong>questo</strong></a> risultato:</p>
<p><a class="highslide img_14" href="http://blog.willygroup.org/wp-content/uploads/2011/10/output_mod.png" onclick="return hs.expand(this)"><img class="aligncenter size-medium wp-image-628" title="output_mod" src="http://blog.willygroup.org/wp-content/uploads/2011/10/output_mod-212x300.png" alt="" width="212" height="300" /></a></p>
<p>&nbsp;</p>
<p>Fonti: <a href="http://www.accesspdf.com/pdftk/">pdftk &#8211; the pdf toolkit</a>, <a href="http://www.pdflabs.com/docs/pdftk-man-page/" target="_blank">pdflabs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.willygroup.org/pdftk-the-pdf-toolkit-add-logo-pdf-over-pdf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ripristinare la stampante PDF su Ubuntu</title>
		<link>http://blog.willygroup.org/ripristinare-la-stampante-pdf-su-ubuntu.html</link>
		<comments>http://blog.willygroup.org/ripristinare-la-stampante-pdf-su-ubuntu.html#comments</comments>
		<pubDate>Mon, 28 Feb 2011 10:33:52 +0000</pubDate>
		<dc:creator>Willy</dc:creator>
				<category><![CDATA[Bash & Shell]]></category>
		<category><![CDATA[Informatica]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tecnologia]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cups]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[stampa]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.willygroup.org/?p=453</guid>
		<description><![CDATA[<p></p> <p>Se dopo qualche aggiornamento di Ubuntu la stampa su pdf non dovesse più funzionare:</p> <p>Assicurarsi di avere installato cups-pdf, da terminale</p> sudo apt-get install cups-pdf Aprire un browser web e recarsi alla pagina: http://localhost:631 Quindi aprire la scheda stampanti (printers) Selezionare la stampante PDF Nel menù a tendina in alto a sinistra selezionare Resume [...]]]></description>
			<content:encoded><![CDATA[<p><a class="highslide img_17" href="http://blog.willygroup.org/wp-content/uploads/2011/02/pdf.png" onclick="return hs.expand(this)"><img class="alignleft size-thumbnail wp-image-455" style="margin-left: 10px; margin-right: 10px;" title="Pdf on Ubuntu" src="http://blog.willygroup.org/wp-content/uploads/2011/02/pdf-150x150.png" alt="Pdf on Ubuntu" width="64" height="64" /></a></p>
<p>Se dopo qualche aggiornamento di Ubuntu la stampa su pdf non dovesse più funzionare:</p>
<p>Assicurarsi di avere installato cups-pdf, da terminale</p>
<pre class="brush:shell">sudo apt-get install cups-pdf</pre>
<ol>
<li>Aprire un browser web e recarsi alla pagina: <strong>http://localhost:631</strong></li>
<li>Quindi aprire la scheda stampanti (<em>printers</em>)</li>
<li>Selezionare la stampante <em>PDF</em></li>
<li>Nel menù a tendina in alto a sinistra selezionare <em>Resume Printer</em></li>
</ol>
<p style="text-align: center;"><a class="highslide img_18" href="http://blog.willygroup.org/wp-content/uploads/2011/02/cups.png" onclick="return hs.expand(this)"><img class="size-large wp-image-454 aligncenter" title="Ripristinare la stampa su PDF" src="http://blog.willygroup.org/wp-content/uploads/2011/02/cups-1024x621.png" alt="Ripristinare la stampa su PDF" width="512" height="310" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.willygroup.org/ripristinare-la-stampante-pdf-su-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with PDF &#8211; PDFtk &#8211; Join, split, merge pdfs</title>
		<link>http://blog.willygroup.org/playing-with-pdf-pdftk-join-split-merge-pdfs.html</link>
		<comments>http://blog.willygroup.org/playing-with-pdf-pdftk-join-split-merge-pdfs.html#comments</comments>
		<pubDate>Mon, 27 Sep 2010 09:05:37 +0000</pubDate>
		<dc:creator>Willy</dc:creator>
				<category><![CDATA[Informatica]]></category>
		<category><![CDATA[Tecnologia]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdftk]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.willygroup.org/?p=350</guid>
		<description><![CDATA[<p>How to Combine Multiple PDF Files With pdftk &#8211; Make Tech Easier</p> ]]></description>
			<content:encoded><![CDATA[<p><a href="http://maketecheasier.com/combine-multiple-pdf-files-with-pdftk/2010/02/22">How to Combine Multiple PDF Files With pdftk &#8211; Make Tech Easier</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.willygroup.org/playing-with-pdf-pdftk-join-split-merge-pdfs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stampare su PDF con Ubuntu GNU/Linux</title>
		<link>http://blog.willygroup.org/stampare-su-pdf-con-ubuntu-gnulinux.html</link>
		<comments>http://blog.willygroup.org/stampare-su-pdf-con-ubuntu-gnulinux.html#comments</comments>
		<pubDate>Tue, 04 May 2010 18:26:17 +0000</pubDate>
		<dc:creator>Willy</dc:creator>
				<category><![CDATA[Informatica]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tecnologia]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[stampante virtuale]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtual printer]]></category>

		<guid isPermaLink="false">http://blog.willygroup.org/?p=299</guid>
		<description><![CDATA[<p> Per avere su ubuntu una stampante virtuale PDF basta installare il pacchetto cups-pdf. Da terminale digitare:</p> sudo apt-get install cups-pdf <p>Fonte: Stampare su PDF con Ubuntu GNU/Linux » Il tuttlog di Tassoman.</p> ]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone  wp-image-305" title="Stampante" src="http://blog.willygroup.org/wp-content/uploads/2010/05/print.png" alt="" width="128" height="128" /><br />
Per avere su ubuntu una stampante virtuale PDF basta installare il pacchetto <strong><em>cups-pdf</em></strong>.<br />
Da terminale digitare:</p>
<pre class="brush:shell">sudo apt-get install cups-pdf</pre>
<p>Fonte:   <a href="http://blog.tassoman.com/673,stampare-su-pdf-con-ubuntu-linux">Stampare su PDF con Ubuntu GNU/Linux » Il tuttlog di Tassoman</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.willygroup.org/stampare-su-pdf-con-ubuntu-gnulinux.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

