<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Pdfcrowd Forums - Pdfcrowd Support Forum</title>
        <description>Support for the Pdfcrowd HTML to PDF service.</description>
        <link>http://pdfcrowd.com/forums/list.php?3</link>
        <lastBuildDate>Thu, 20 Jun 2013 00:26:07 -0400</lastBuildDate>
        <generator>Phorum 5.2.14</generator>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1568,1568#msg-1568</guid>
            <title>Streaming PDF to browser</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1568,1568#msg-1568</link>
            <description><![CDATA[Is there a way to stream the pdf to browser instead of making a download of it.]]></description>
            <dc:creator>ntnkeith</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Wed, 19 Jun 2013 18:43:42 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1564,1567#msg-1567</guid>
            <title>Re: Pdfcrowd Error: [303]</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1564,1567#msg-1567</link>
            <description><![CDATA[Hello,<br />
<br />
The API call does not hit our server at all. It looks like it is blocked by a firewall or there is another restriction issue which prevents the client library from connecting to our server. Were there any changes to your network configuration that occurred recently?<br />
<br />
The client library needs to send a POST request to pdfcrowd.com, ports 80 (http) and/or 443 (https).  I would recommend that you contact your ISP or network administrator to see if they're able to troubleshoot the problem.<br />
<br />
If your application runs on Linux, could you send us the output of the following command?<br />
<pre class="bbcode">
curl -v -F username=username -F key=apikey -F src=1 http://pdfcrowd.com/api/pdf/convert/html/ &gt; /dev/null
</pre>]]></description>
            <dc:creator>support</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Wed, 19 Jun 2013 14:01:09 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1564,1566#msg-1566</guid>
            <title>Re: Pdfcrowd Error: [303]</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1564,1566#msg-1566</link>
            <description><![CDATA[the account name is: foscon]]></description>
            <dc:creator>bri71ph</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Tue, 18 Jun 2013 19:00:17 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1564,1565#msg-1565</guid>
            <title>Re: Pdfcrowd Error: [303]</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1564,1565#msg-1565</link>
            <description><![CDATA[Hello,<br />
<br />
The issue is not related to the account renewal.<br />
Let us know your account username and we will look into it.]]></description>
            <dc:creator>support</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Tue, 18 Jun 2013 08:39:27 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1564,1564#msg-1564</guid>
            <title>Pdfcrowd Error: [303]</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1564,1564#msg-1564</link>
            <description><![CDATA[We encountered Pdfcrowd Error: [303]<br />
<br />
<a href="https://120.89.34.54/dprinccrwmtrxpdf.php?idlogin=1&amp;sessionid=p97v0lhjaj&amp;princid=P-SMA&amp;vid=V-MTI&amp;typ=ob" rel="nofollow" >Sample link</a><br />
<br />
Online pdfcrowd conversions for the 1st month is OK with 200 tokens but on the 2nd month where our subscription is auto-renew, we now encountered this error: [303].<br />
<br />
Thanks in advance.]]></description>
            <dc:creator>bri71ph</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Mon, 17 Jun 2013 22:24:01 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1555,1563#msg-1563</guid>
            <title>Re: Different output</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1555,1563#msg-1563</link>
            <description><![CDATA[Hello,<br />
<br />
If you can post your HTML file and pinpoint what exactly is not looking good, we can take a look at what can be done about it.]]></description>
            <dc:creator>support</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Fri, 14 Jun 2013 16:13:43 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1555,1561#msg-1561</guid>
            <title>Re: Different output</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1555,1561#msg-1561</link>
            <description><![CDATA[Hi,<br />
<br />
I tried it. It works upto some extent. But getting perfection output.<br />
<br />
Actually what I am doing is,<br />
<br />
1 . I am having a php file to enter input. After filling the input data, once after submit &quot;send&quot; button, it will goto output page where the entered input data will be printed in this file.<br />
<br />
2 . And meanwhile when entering into the output page, output buffer will starts and it will automatically creates a .html file by using buffer concept for second file.<br />
<br />
3 . We are using to convert this created html file to pdf using API.<br />
<br />
4 . Everything is fine. But the output file is not looking good.<br />
<br />
5 . I need to get the output for pdf as same as the generated .html file.<br />
<br />
6 . But now its not coming like that. I tried alot of alternatives for this. Nothing workout]]></description>
            <dc:creator>koya</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Thu, 13 Jun 2013 11:34:08 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1555,1558#msg-1558</guid>
            <title>Re: Different output</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1555,1558#msg-1558</link>
            <description><![CDATA[Hello,<br />
<br />
Add the lines above to your application before calling convertURI(), convertHtml(), or convertFile().<br />
<br />
Note that this is PHP code. If you use another programming language to call the Pdfcrowd API, simply change the code syntax - the method names are the same.]]></description>
            <dc:creator>support</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Wed, 12 Jun 2013 13:49:57 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1555,1557#msg-1557</guid>
            <title>Re: Different output</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1555,1557#msg-1557</link>
            <description><![CDATA[Hi,<br />
<br />
I am also facing the same problem.<br />
<br />
I am having 3 html pages.<br />
<br />
After using API I am getting only 2 pages as output for pdf.<br />
<br />
That is looking very unprofessional.<br />
<br />
I need to get 3 pages as output for pdf.<br />
<br />
If I need to get three pages as output like you said, where I need to use this code?<br />
<br />
For which method i need to set these lines?]]></description>
            <dc:creator>koya</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Tue, 11 Jun 2013 11:10:42 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1555,1556#msg-1556</guid>
            <title>Re: Different output</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1555,1556#msg-1556</link>
            <description><![CDATA[Hello,<br />
<br />
Add the following lines to your code to make the output PDF from the API and from the homepage the same:<br />
<pre class="bbcode">
$client-&gt;setHtmlZoom(&quot;100&quot;);
$client-&gt;setPdfScalingFactor(&quot;1.33&quot;);</pre>
<br />
Use this to setup the page in Landscape mode:<br />
<pre class="bbcode">
$client-&gt;setPageHeight(&quot;8.5in&quot;);
$client-&gt;setPageWidth(&quot;11in&quot;);
</pre>]]></description>
            <dc:creator>support</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Mon, 10 Jun 2013 05:40:58 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1555,1555#msg-1555</guid>
            <title>Different output</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1555,1555#msg-1555</link>
            <description><![CDATA[I'm using the api for php.<br />
<br />
Why is it that the output pdf from the api for php and the one from your homepage &quot;Convert web page&quot; are different.<br />
The one from your homepage outputs a better pdf file than with the api for php.]]></description>
            <dc:creator>chichi.filweb</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Fri, 07 Jun 2013 13:09:42 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1551,1554#msg-1554</guid>
            <title>Re: cross origin issue while using the REST API</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1551,1554#msg-1554</link>
            <description><![CDATA[This is not possible at the moment.]]></description>
            <dc:creator>support</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Fri, 07 Jun 2013 07:02:09 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1551,1553#msg-1553</guid>
            <title>Re: cross origin issue while using the REST API</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1551,1553#msg-1553</link>
            <description><![CDATA[Is there anyway I can use the REST API through JavaScript?]]></description>
            <dc:creator>nagarajhubli</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Fri, 07 Jun 2013 06:20:03 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1551,1552#msg-1552</guid>
            <title>Re: cross origin issue while using the REST API</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1551,1552#msg-1552</link>
            <description><![CDATA[Hello Nagaraj,<br />
<br />
Thank you for your feedback. We will consider adding CORS support in future service updates.]]></description>
            <dc:creator>support</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Fri, 07 Jun 2013 05:57:26 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1551,1551#msg-1551</guid>
            <title>cross origin issue while using the REST API</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1551,1551#msg-1551</link>
            <description><![CDATA[Hi,<br />
<br />
I just created a trial account, and using my username and api key, I am trying to make a REST API from a sample html file which I hosted in my dropbox account to convert HTML to PDF, but I am getting the following error message.<br />
<br />
&quot;XMLHttpRequest cannot load http://pdfcrowd.com/api/pdf/convert/html/. Origin https://dl.dropboxusercontent.com is not allowed by Access-Control-Allow-Origin.&quot;<br />
<br />
I think you should whitelist domains for making CORS - http://www.html5rocks.com/en/tutorials/cors/<br />
<br />
Thanks,<br />
Nagaraj]]></description>
            <dc:creator>nagarajhubli</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Wed, 05 Jun 2013 06:11:48 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1549,1550#msg-1550</guid>
            <title>Re: Does PDFCrowd support HTML5 Canvas?</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1549,1550#msg-1550</link>
            <description><![CDATA[Hello,<br />
<br />
Yes, we support html5 canvas. If you can post a sample code that doesn't work for you, we will look into what is the problem.]]></description>
            <dc:creator>support</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Tue, 04 Jun 2013 14:46:22 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1549,1549#msg-1549</guid>
            <title>Does PDFCrowd support HTML5 Canvas?</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1549,1549#msg-1549</link>
            <description><![CDATA[I'm using pixastic jquery component to colorize an image and after that create a pdf. Pixastic uses the canvas element to colorize images, I noticed that the pdf doesn't show the image after using pixastic and wanted to know whether pdfcrowd supports html5 canvas]]></description>
            <dc:creator>jm21</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Tue, 04 Jun 2013 03:50:50 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1545,1546#msg-1546</guid>
            <title>Re: Fonts of typekit won't get rendered?!</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1545,1546#msg-1546</link>
            <description><![CDATA[Hello Peter,<br />
<br />
We do not support typekit at the moment. Sorry.]]></description>
            <dc:creator>support</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Mon, 03 Jun 2013 06:54:54 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1545,1545#msg-1545</guid>
            <title>Fonts of typekit won't get rendered?!</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1545,1545#msg-1545</link>
            <description><![CDATA[Is there any way to render the pdf with correct fonts or wait until they are rendered?<br />
At the moment my page output look like in the attachment when i use your service.<br />
<br />
Thanks for response<br />
<br />
Peter]]></description>
            <dc:creator>POG</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Sat, 01 Jun 2013 09:15:03 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1532,1543#msg-1543</guid>
            <title>Re: Convert to PDF not printing dynamic images</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1532,1543#msg-1543</link>
            <description><![CDATA[Thanks for the info, I'll try that and get back with an answer asap]]></description>
            <dc:creator>jm21</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Thu, 30 May 2013 04:29:02 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1532,1542#msg-1542</guid>
            <title>Re: Convert to PDF not printing dynamic images</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1532,1542#msg-1542</link>
            <description><![CDATA[Hello,<br />
<br />
The &quot;Save to PDF Link&quot; is not able to capture local changes made to a web page.<br />
<br />
This should be solvable with our API (<a href="https://pdfcrowd.com/html-to-pdf-api/" rel="nofollow" >https://pdfcrowd.com/html-to-pdf-api/</a>):<br />
<br />
1/ The &quot;Convert to PDF&quot; link on your web page would submit the information about the overlay (overlay url, transformation matrix,..) to your server side application.<br />
<br />
2/ Your application would generate HTML (or a unique web page) with the overlay positioned according to the received information, pass it to our API, and return back the resulting PDF.]]></description>
            <dc:creator>support</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Thu, 30 May 2013 04:26:15 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1532,1541#msg-1541</guid>
            <title>Re: Convert to PDF not printing dynamic images</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1532,1541#msg-1541</link>
            <description><![CDATA[Below is the link<br />
http://www.abelanani.com/view/viewimage.php?url=../../images/product_images/CLOCKS/FUNCTIONAL/HYGROMETER_TEMPERATURE_CLOCK/CLOCK102//BIG.jpg<br />
<br />
To see what am saying please click on Select Image to overlay and upload a jpg/png/gif. Once uploaded you can resize it and position it. When satisfied click on the Convert to pdf link. The pdf created only has the background image and not the image thats been inserted dynamically]]></description>
            <dc:creator>jm21</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Wed, 29 May 2013 07:29:28 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1538,1539#msg-1539</guid>
            <title>Re: How to return raw PDF data using the Node client library?</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1538,1539#msg-1539</link>
            <description><![CDATA[Figured it out.  Here is the code that does it, for any who might have the same problem:<br />
<br />
	client.convertHtml( bodyHTML, {<br />
		pdf: function( rstream ) {<br />
			rstream.on( &quot;data&quot;, function( chunk ){<br />
				data.push( chunk );<br />
			});<br />
			rstream.on( &quot;end&quot;, function() {<br />
				var buffer = new Buffer( data.reduce(function( prev, current ) {<br />
					return prev.concat( Array.prototype.slice.call( current ));<br />
				}, []));<br />
				callback( buffer.toString( &quot;base64&quot; ));<br />
			});<br />
		}<br />
	}, pdfConfig );]]></description>
            <dc:creator>trav</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Mon, 27 May 2013 16:11:34 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1538,1538#msg-1538</guid>
            <title>How to return raw PDF data using the Node client library?</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1538,1538#msg-1538</link>
            <description><![CDATA[I am using the Node client library as per the following instructions...<br />
<br />
var pdf = require('pdfcrowd');<br />
<br />
// create an API client instance<br />
var client = new pdf.Pdfcrowd(&quot;username&quot;, &quot;apikey&quot;);<br />
<br />
// convert an HTML string and send the generated PDF in a HTTP response<br />
client.convertHtml('&lt;html&gt;regular HTML code&lt;/html&gt;', pdf.sendHttpResponse(response));<br />
<br />
How do I return the raw pdf data?  I don't want to automatically send it it to the client or save it.  I tried the following but it does not work:<br />
<br />
client.convertHtml('&lt;html&gt;regular HTML code&lt;/html&gt;', function(pdfData) {...});]]></description>
            <dc:creator>trav</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Mon, 27 May 2013 15:13:24 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1534,1536#msg-1536</guid>
            <title>Re: Change Active Domains</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1534,1536#msg-1536</link>
            <description><![CDATA[Hello,<br />
<br />
Yes, this is possible. Simply change the domain name on your <a href="https://pdfcrowd.com/user/account/" rel="nofollow" >account page</a> and click the &quot;Set&quot; button.]]></description>
            <dc:creator>support</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Thu, 23 May 2013 00:24:46 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1531,1535#msg-1535</guid>
            <title>Re: Some different questions for beginner</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1531,1535#msg-1535</link>
            <description><![CDATA[Hello,<br />
<br />
Unfortunately, the answer to a) and b) is negative as the API does not support the @page css rule. Folding marks are not supported either.<br />
<br />
In general, currently it is not possible to use different settings for the first and the following pages.<br />
<br />
As far as c) is concerned, it is hard to advise without knowing more details. If you can post here an example of the desired layout we can look into if and how it could be achieved.]]></description>
            <dc:creator>support</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Thu, 23 May 2013 00:22:09 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1534,1534#msg-1534</guid>
            <title>Change Active Domains</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1534,1534#msg-1534</link>
            <description><![CDATA[Hello<br />
I have already paid for the license &quot;Save to PDF Link&quot;, I will enlist a temporary domain for this liscenia, then I need to change the final rule, is this possible?<br />
<br />
 appreciate prompt response<br />
<br />
Thanks]]></description>
            <dc:creator>pablo</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Wed, 22 May 2013 19:13:29 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1532,1533#msg-1533</guid>
            <title>Re: Convert to PDF not printing dynamic images</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1532,1533#msg-1533</link>
            <description><![CDATA[Hello,<br />
<br />
If you can post a link to your page we can take a look at what can be done about it.]]></description>
            <dc:creator>support</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Wed, 22 May 2013 11:07:55 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1532,1532#msg-1532</guid>
            <title>Convert to PDF not printing dynamic images</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1532,1532#msg-1532</link>
            <description><![CDATA[I have a website where am inserting an image dynamicallly using jquery and using jqueryui I move/resize/rotate the image to the desired proportions and position and then convert to pdf. For some reason the convert to pdf doesn't print the image that's been inserted dynamically. Is there any reason why this isn't working? Am using absolute url's for the dynamically inserted image]]></description>
            <dc:creator>jm21</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Wed, 22 May 2013 03:42:15 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1531,1531#msg-1531</guid>
            <title>Some different questions for beginner</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1531,1531#msg-1531</link>
            <description><![CDATA[Hello together,<br />
<br />
last time we are using lot of own libs for creating pdfs. Now we found that api. First look was good and now playing around with it.. i found some problems. Maybe it is not flexible enough, or i just dont know how to get it work, or i missunderstood some things. Therefore here some questions:<br />
<br />
a) Ist it possible to define a background image per page? (Perfect would be different ones for the first and following pages?) I tried with css print and @page and @page :first and set there background-image as absolute url, but didnt work.<br />
<br />
b) can i ignore the page margins in the api call and use instead the @page css definition? Because of the same reason, i want differnet page margins on first and following sides.<br />
<br />
c) if b) is not possible, how can for e.g. a &quot;regular&quot; letter defined. On first page, you have the logo, and below the sender, and the recipient and then the text starts.. until 3--4-5-6 pages. I would do the logo as header.. shall the sender and recipient also be done as header?<br />
<br />
d) Is there a possibility to create folding marks on each page?<br />
<br />
I think that was it for now :) Would be nice if anyone have some answers for me.<br />
<br />
Regards and thank you.]]></description>
            <dc:creator>treudoof</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Mon, 20 May 2013 11:24:39 -0400</pubDate>
        </item>
    </channel>
</rss>
