<?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>Graeme Wicksted</title>
	<atom:link href="http://qwick.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://qwick.wordpress.com</link>
	<description>Resources for Web Developers</description>
	<lastBuildDate>Sun, 11 Jan 2009 19:37:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='qwick.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Graeme Wicksted</title>
		<link>http://qwick.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://qwick.wordpress.com/osd.xml" title="Graeme Wicksted" />
	<atom:link rel='hub' href='http://qwick.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Filling PDF Forms in PHP &#8211; Vol 2</title>
		<link>http://qwick.wordpress.com/2009/01/11/filling-pdf-forms-in-php-vol-2/</link>
		<comments>http://qwick.wordpress.com/2009/01/11/filling-pdf-forms-in-php-vol-2/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 19:37:51 +0000</pubDate>
		<dc:creator>qwick</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[FDF]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://qwick.wordpress.com/?p=20</guid>
		<description><![CDATA[Pdftk Using pdftk is a powerful way to produce PDF files.  This command line application is lightweight and fast.  It can be used for many things such as combining multiple PDF files, splitting pages into new documents, encryption, and attaching files. How it Works Using an FDF file created in the previous article, save this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qwick.wordpress.com&amp;blog=1228425&amp;post=20&amp;subd=qwick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Pdftk</h3>
<p>Using pdftk is a powerful way to produce PDF files.  This command line application is lightweight and fast.  It can be used for many things such as combining multiple PDF files, splitting pages into new documents, encryption, and attaching files.</p>
<h4>How it Works</h4>
<p>Using an FDF file created in the previous article, save this to the web server instead of outputing it to the client.  Then run the command line application providing the PDF form and the FDF file and flatten into a single output PDF.</p>
<h4>Advantages</h4>
<ul>
<li>The unfilled PDF file does not have to be web accessible</li>
<li>The filled PDF form is provided to the client</li>
<li>Free</li>
<li>All programs support reading the resulting PDF files</li>
</ul>
<h4>Disadvantages</h4>
<ul>
<li>Not always easy to work with</li>
<li>May not be compatible with all PDF files (version 1.6 forms not working at the time of this post)</li>
<li>A C++ executable needs to be placed on the web server</li>
<li>The PDF form must be created in a way that has named fields</li>
</ul>
<h4>Implementation</h4>
<p>Create a FDF file from the previous article and save it to the web server.  Have the PHP application run the following shell command on the web server (assuming pdftk can be run without a full path):</p>
<pre>pdftk pdfform.pdf fill_form fdffile.fdf output outputpdf.pdf flatten</pre>
<p>&#8212;</p>
<p>Pdftk can be obtained here:</p>
<p><a title="Pdftk" href="http://www.pdftk.com/">http://www.pdftk.com/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qwick.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qwick.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qwick.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qwick.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qwick.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qwick.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qwick.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qwick.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qwick.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qwick.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qwick.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qwick.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qwick.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qwick.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qwick.wordpress.com&amp;blog=1228425&amp;post=20&amp;subd=qwick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qwick.wordpress.com/2009/01/11/filling-pdf-forms-in-php-vol-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1ab1f8d1bd45b30c2e1cbe4ed74cd83c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">qwick</media:title>
		</media:content>
	</item>
		<item>
		<title>Filling PDF Forms in PHP</title>
		<link>http://qwick.wordpress.com/2009/01/11/filling-pdf-forms-in-php/</link>
		<comments>http://qwick.wordpress.com/2009/01/11/filling-pdf-forms-in-php/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 00:34:03 +0000</pubDate>
		<dc:creator>qwick</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[FDF]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://qwick.wordpress.com/?p=14</guid>
		<description><![CDATA[There are many ways to fill PDF files with data.  This article should help you decide which solution works best for you.  I will be adding many more options in the future. FDF/XFDF Using FDF/XFDF files is a clean and simple answer.  These small files provide the data values to a standard PDF form file. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qwick.wordpress.com&amp;blog=1228425&amp;post=14&amp;subd=qwick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are many ways to fill PDF files with data.  This article should help you decide which solution works best for you.  I will be adding many more options in the future.</p>
<h3>FDF/XFDF</h3>
<p>Using FDF/XFDF files is a clean and simple answer.  These small files provide the data values to a standard PDF form file.</p>
<h4>How it Works</h4>
<p>When you open the FDF file, the original PDF form is loaded with the values in the FDF file.  The original PDF file is downloaded from any web location.</p>
<h4>Advantages</h4>
<ul>
<li>Very easy to implement</li>
<li>No third party libraries or applications required on the web server</li>
<li>Free</li>
<li>Filled out form files are small</li>
<li>Form data is stored separately from the PDF form making spelling mistakes easy to fix</li>
</ul>
<h4>Disadvantages</h4>
<ul>
<li>The original PDF must be web accessible</li>
<li>Some PDF programs may not support the FDF format</li>
<li>The PDF form must be created in a way that has named fields</li>
</ul>
<h4>Implementation</h4>
<p>A great tutorial showing exactly how to produce FDF and XFDF files in native PHP code (no PECL extension or executable required)</p>
<p><a title="Fill PDF Form Fields" href="http://koivi.com/fill-pdf-form-fields/">http://koivi.com/fill-pdf-form-fields/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qwick.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qwick.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qwick.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qwick.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qwick.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qwick.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qwick.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qwick.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qwick.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qwick.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qwick.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qwick.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qwick.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qwick.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qwick.wordpress.com&amp;blog=1228425&amp;post=14&amp;subd=qwick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qwick.wordpress.com/2009/01/11/filling-pdf-forms-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1ab1f8d1bd45b30c2e1cbe4ed74cd83c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">qwick</media:title>
		</media:content>
	</item>
		<item>
		<title>Photoshop Image Slicing</title>
		<link>http://qwick.wordpress.com/2009/01/11/photoshop-image-slicing/</link>
		<comments>http://qwick.wordpress.com/2009/01/11/photoshop-image-slicing/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 00:13:43 +0000</pubDate>
		<dc:creator>qwick</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Image Slicing]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://qwick.wordpress.com/?p=8</guid>
		<description><![CDATA[Ever wanted to know how to slice a Photoshop website mock-up into web-friendly images?  This tutorial shows you how to quickly slice Photoshop files with ease: http://www.tutorials007.com/from-photoshop-to-dreamweaver/ When working with web templates provided by designers, it is often necessary to slice the file into multiple smaller images.  This quick tutorial should help you turn that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qwick.wordpress.com&amp;blog=1228425&amp;post=8&amp;subd=qwick&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to know how to slice a Photoshop website mock-up into web-friendly images?  This tutorial shows you how to quickly slice Photoshop files with ease:</p>
<p><a title="From Photoshop to Dreamweaver" href="http://www.tutorials007.com/from-photoshop-to-dreamweaver/">http://www.tutorials007.com/from-photoshop-to-dreamweaver/</a></p>
<p>When working with web templates provided by designers, it is often necessary to slice the file into multiple smaller images.  This quick tutorial should help you turn that nicely crafted Photoshop page into a manageable set of web ready files.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qwick.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qwick.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qwick.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qwick.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qwick.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qwick.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qwick.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qwick.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qwick.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qwick.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qwick.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qwick.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qwick.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qwick.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qwick.wordpress.com&amp;blog=1228425&amp;post=8&amp;subd=qwick&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://qwick.wordpress.com/2009/01/11/photoshop-image-slicing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1ab1f8d1bd45b30c2e1cbe4ed74cd83c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">qwick</media:title>
		</media:content>
	</item>
	</channel>
</rss>
