<?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>FelineSoft Blog &#187; eCommerce</title>
	<atom:link href="http://www.felinesoft.com/blog/index.php/tag/ecommerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.felinesoft.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 11 Jan 2012 10:28:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML to PDF easily</title>
		<link>http://www.felinesoft.com/blog/index.php/2009/07/html-to-pdf-easily/</link>
		<comments>http://www.felinesoft.com/blog/index.php/2009/07/html-to-pdf-easily/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 09:27:04 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Techy stuff]]></category>
		<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.felinesoft.com/blog/index.php/2009/07/html-to-pdf-easily/</guid>
		<description><![CDATA[I&#8217;ve been working on enhancements to our eCommerce framework and needed to produce a PDF version of an invoice. I already had the invoice as an HTML page, so the task was to convert this to PDF.
A company called WebSuperGoo had the solution and it couldn&#8217;t be simpler:
WebSupergoo.ABCpdf7.Doc invoiceDoc = new Doc();
invoiceDoc.AddImageUrl(URL);
invoiceDoc.Save(Server.MapPath(&#8220;invoice.pdf&#8221;));
]]></description>
		<wfw:commentRss>http://www.felinesoft.com/blog/index.php/2009/07/html-to-pdf-easily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

