<?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 06:31:44 -0400</lastBuildDate>
        <generator>Phorum 5.2.14</generator>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1569,1569#msg-1569</guid>
            <title>usePrintMedia Does not Seem to be Working (no replies)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1569,1569#msg-1569</link>
            <description><![CDATA[So I set the method &quot;usePrintMedia&quot; to true.  I am using inline css by the way.  So when preview print the html, it looks fine and it's actually using the print media css.  But when I render the html page with the method &quot;convertURI&quot;, it does not seem to pickup the font size at all.  It seems to max out at a certain font size and won't get any bigger.  If I set the print css to 5px, I can see the font get smaller in the PDF generation but when I set it to 20px, it does not seem to work.<br />
<br />
Here is my css<br />
<br />
    &lt;style type=&quot;text/css&quot;&gt;<br />
    h1<br />
    {<br />
        font-family:Cambria;<br />
        font-size:15px;    <br />
        text-align:center;    <br />
    }<br />
<br />
    td, span, ol, p, body<br />
    {<br />
        font-family: Times New Roman;<br />
        font-size:25px;<br />
    }<br />
<br />
<br />
Here is my code for streaming the html to PDF<br />
<br />
            // create an API client instance<br />
            pdfcrowd.Client client = new pdfcrowd.Client(&quot;10minutewill&quot;, &quot;xxxxxxx&quot;);<br />
<br />
            // convert a web page and write the generated PDF to a memory stream<br />
            MemoryStream Stream = new MemoryStream();<br />
            client.setHeaderFooterPageExcludeList(&quot;1,-1&quot;);<br />
            client.setPageNumberingOffset(1);<br />
            client.setHorizontalMargin(&quot;1in&quot;);<br />
            client.setVerticalMargin(&quot;1in&quot;);<br />
            client.usePrintMedia(true);            <br />
            client.setFooterHtml(&quot;&lt;br&gt;&lt;div style='font-family:arial;font-size:12px;'/&gt;&quot; + TextUtil.getIndent(85) + &quot;%p &quot; + TextUtil.getIndent(60) + &quot;______ (initials)&lt;/div&gt;&quot;);<br />
            client.convertURI(SiteUtil.getSecureDomainUrl() + &quot;/Will/FinalWillHtml.aspx?willid=&quot; + willHeaderId + &quot;&amp;token=&quot; + wtok.Token, Stream);]]></description>
            <dc:creator>knguyen525</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Thu, 20 Jun 2013 01:36:52 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1568,1568#msg-1568</guid>
            <title>Streaming PDF to browser (no replies)</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,1564#msg-1564</guid>
            <title>Pdfcrowd Error: [303] (3 replies)</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>Wed, 19 Jun 2013 14:01:09 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1555,1555#msg-1555</guid>
            <title>Different output (5 replies)</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, 14 Jun 2013 16:13:43 -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 (3 replies)</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>Fri, 07 Jun 2013 07:02:09 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1549,1549#msg-1549</guid>
            <title>Does PDFCrowd support HTML5 Canvas? (1 reply)</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 14:46:22 -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?! (1 reply)</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>Mon, 03 Jun 2013 06:54:54 -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? (1 reply)</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 16:11:34 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1534,1534#msg-1534</guid>
            <title>Change Active Domains (1 reply)</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>Thu, 23 May 2013 00:24:46 -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 (4 replies)</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>Thu, 30 May 2013 04:29:02 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1531,1531#msg-1531</guid>
            <title>Some different questions for beginner (1 reply)</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>Thu, 23 May 2013 00:22:09 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1527,1527#msg-1527</guid>
            <title>Help to create a URL, pls! (3 replies)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1527,1527#msg-1527</link>
            <description><![CDATA[I want in my newsletter people by clicking on a link, be able to download the lattest pdf version of a post, is it possible?]]></description>
            <dc:creator>p33r</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Mon, 20 May 2013 07:19:06 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1522,1522#msg-1522</guid>
            <title>Highlighting a PDF Created with Pro Version (1 reply)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1522,1522#msg-1522</link>
            <description><![CDATA[Hi folks,<br />
<br />
In the free version of pdfcrowd, I'm unable to highlight text that continues across 2 pages. Can someone tell me if this is possible in the paid version without changing the size of the pages settings.<br />
<br />
Many thanks<br />
/C]]></description>
            <dc:creator>Cuchulain</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Thu, 16 May 2013 13:58:14 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1518,1518#msg-1518</guid>
            <title>Error Timed Out (1 reply)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1518,1518#msg-1518</link>
            <description><![CDATA[Hi , I am getting this error while converting to pdf. Timed out. Can't load the specified URL. List of the resources that can't be loaded: <br />
<br />
Error: Timed out. Can't load the specified URL. List of the resources that can't be loaded: http://www.autumngold.com/ctareports/leaf_report_alesia.php?id=114114&amp;printing=1&amp;mvNid=pf0h38fhhw81367943828371 . Please try again.]]></description>
            <dc:creator>kima</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Wed, 15 May 2013 08:46:44 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1516,1516#msg-1516</guid>
            <title>Free Tokens (3 replies)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1516,1516#msg-1516</link>
            <description><![CDATA[Can ihave one bunch of free tokens please.<br />
<br />
my user id is &quot;pdfCreater&quot;<br />
<br />
Thanks.]]></description>
            <dc:creator>pdfCreater</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Thu, 16 May 2013 13:56:02 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1514,1514#msg-1514</guid>
            <title>Reg:htmlconvert file to pdf by using java api (1 reply)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1514,1514#msg-1514</link>
            <description><![CDATA[Hi,<br />
<br />
By using this java api i can't generate pdf.becouse,I can be terminated automatically.how can i generate bulk of html pages to pdf's. can you please any one help me it's urgent....<br />
<br />
<br />
<br />
Thank's,<br />
M.Sarath]]></description>
            <dc:creator>sarath934</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Mon, 13 May 2013 05:10:23 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1509,1509#msg-1509</guid>
            <title>omega symbol not rendering in pdf (2 replies)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1509,1509#msg-1509</link>
            <description><![CDATA[I cant get the google font to render ? in pdf.  I've confirmed the the font family 'Roboto' has the ? symbol but it will not show in the pdf.  I'm using the google javascript in the head of the html to load the fonts. Also in the print.css page<br />
<br />
p{<br />
font-family: 'Source Sans Pro', 'Roboto';<br />
src: url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900') format('truetype');<br />
font-size: 14px;<br />
text-align:left;<br />
line-height: normal;<br />
letter-spacing:0.01em;<br />
font-weight: normal;<br />
position: relative;<br />
left: auto;<br />
word-spacing: 1px;   <br />
}<br />
<br />
any ideas?<br />
<br />
thanks]]></description>
            <dc:creator>othoap</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Thu, 09 May 2013 16:43:32 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1502,1502#msg-1502</guid>
            <title>pick one pdf or print (2 replies)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1502,1502#msg-1502</link>
            <description><![CDATA[Over all very happy with pdfcrowd,  Thanks for all your hard work!!!<br />
<br />
Having hard time getting both the pdf and printing from browser in FF, IE to be constant. I get my css to render a nice pdf but than the printed page has issues. If I fix the printed page then the pdf suffers.<br />
<br />
Is anyone else battling this issue?<br />
<br />
thanks]]></description>
            <dc:creator>othoap</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Wed, 08 May 2013 20:31:31 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1501,1501#msg-1501</guid>
            <title>Object tag is not printed properly (3 replies)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1501,1501#msg-1501</link>
            <description><![CDATA[Hi, I have an object tag in my html something similar to this<br />
<br />
&lt;object type=&quot;image/svg+xml&quot; data=&quot;svgfile.svg&quot; style=&quot;height:639px; width:846px; position:absolute; z-index:200&quot;&gt;<br />
<br />
further i have some transparency are where i place another image.<br />
<br />
Now when page is printed to pdf it removes the image.<br />
<br />
See attached. Actual is what is displayed in the browser.]]></description>
            <dc:creator>mranjankumar</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Wed, 08 May 2013 15:52:56 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1496,1496#msg-1496</guid>
            <title>Background position svg (1 reply)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1496,1496#msg-1496</link>
            <description><![CDATA[First of all, thanks for the great API!<br />
<br />
I have a problem with the background position of my pages. For my pages I use a svg file as bg at the bottom. When I make a html output, everything is fine, but when I output it to pdf, the bg svg is at the top of the page.<br />
<br />
I use this in my css:<br />
<br />
 background-image:  url('bg.svg');<br />
 background-repeat: no-repeat; <br />
 background-position: bottom;<br />
<br />
Does anybody knows what the problem is?<br />
<br />
Thanks!]]></description>
            <dc:creator>dwb</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Mon, 06 May 2013 06:07:42 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1494,1494#msg-1494</guid>
            <title>Increase PDF generation throughput (3 replies)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1494,1494#msg-1494</link>
            <description><![CDATA[Hi,<br />
<br />
so we want to generate many PDFs at a time. We can call the api with just one html at a time, but currently it takes about 7 seconds per html. Out html render to one pdf page, they all have the same structure, include the same css and javascript, only images are different for each.<br />
<br />
How can we optimize this or get a batch generation?<br />
<br />
I imagine we could embed the css and javascript, and even embed the images in the html file to avoid all additional requests pdfcrowd would make. is this recommended? Is there any other way we can get higher throughput?<br />
<br />
cheers,<br />
  Thibault]]></description>
            <dc:creator>smallimpdev</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Thu, 09 May 2013 10:12:35 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1486,1486#msg-1486</guid>
            <title>html to pdf api: pictures printed across two pages (1 reply)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1486,1486#msg-1486</link>
            <description><![CDATA[Hi,<br />
I'm using the free version of the &quot;html to pdf&quot;-api and I'm getting images being split across two pages when producing pdfs from our website, which is a bit weird. Is there a way to set it so the picture is scaled to fit on the first page, or is moved as one to the second page?<br />
Thanks]]></description>
            <dc:creator>Low_slow</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Fri, 26 Apr 2013 14:51:50 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1480,1480#msg-1480</guid>
            <title>spry tabs and Save Your Site to PDF (1 reply)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1480,1480#msg-1480</link>
            <description><![CDATA[First I love &quot;Save Your Site to PDF service!!&quot;<br />
<br />
My site has 3 spry tabs on a page. I set up my &quot;PDF&quot; page button using - http://pdfcrowd.com/url_to_pdf/?use_print_media=1 button.  Because I want to use my print.css styles to format the PDF.<br />
<br />
It only makes a PDF of the first tab (very well I mite add). but not the other 2 tabs contents.  Just to be clear I click on # 2 tab and then click my &quot;PDF&quot; and it displays only tab # 1s content.    <br />
<br />
is this posible to: <br />
1. conver the other tabs to PDF? <br />
2. Have all 3 tab contents on PDF?<br />
<br />
thanks for any help]]></description>
            <dc:creator>othoap</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Fri, 19 Apr 2013 04:33:58 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1466,1466#msg-1466</guid>
            <title>PDF crowd sample code of ASP.NET not working (2 replies)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1466,1466#msg-1466</link>
            <description><![CDATA[Hi,<br />
I am using the PDF crowd in ASP.NET but it is not working properly.<br />
<br />
It giving the error at line <br />
client.convertURI(&quot;http://www.google.com/&quot;, Stream);<br />
<br />
and goes to catch<br />
<br />
I have attached the C# file, please let me know the reason of issue<br />
<br />
Thanks<br />
Pravin]]></description>
            <dc:creator>prasadaress1</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Wed, 17 Apr 2013 00:45:20 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1460,1460#msg-1460</guid>
            <title>Webtype.com font-face integration problems (1 reply)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1460,1460#msg-1460</link>
            <description><![CDATA[We're trying to use font-face's from webtype.com, but everytime we go to generate our PDF via the api, we wait for 6+ minutes and the process eventually just dies. The Forums say that you can use Google's Webfonts, so not sure why we couldn't use Webtype's.]]></description>
            <dc:creator>thawes</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Mon, 15 Apr 2013 03:27:30 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1455,1455#msg-1455</guid>
            <title>Timeout error (3 replies)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1455,1455#msg-1455</link>
            <description><![CDATA[I receive the timeout error on this url:<br />
<pre class="bbcode">
http://lime5.enrysisland.com/component/proxy/?action=dialog/share&amp;annotations=no&amp;mode=pdf&amp;param=edition-15&amp;template=a4</pre>
<br />
this is the response:<br />
<pre class="bbcode">
Fatal error: Uncaught [510] Timed out. Can't load the specified URL.

  thrown in /var/www/vhosts/enrysisland.com/lime5/component/pdfcrowd/pdfcrowd.php on line 449</pre>
<br />
I know that the time limit is 40 seconds, so i already tried to reduce large images.<br />
Can you please tell me what is the resource that causes the timeout?]]></description>
            <dc:creator>lime5</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Thu, 11 Apr 2013 11:11:47 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1452,1452#msg-1452</guid>
            <title>PDFcrowd .dll for ASP.NET c#  application (13 replies)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1452,1452#msg-1452</link>
            <description><![CDATA[Hi,<br />
i would like to use the pdfcorwd, but i don't know from where i should get the pdfcrowd .dll for ASP.NET c# application ?.<br />
<br />
Thanks<br />
Anish]]></description>
            <dc:creator>cheriaan</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Mon, 06 May 2013 04:57:26 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1451,1451#msg-1451</guid>
            <title>One page PDF documents (1 reply)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1451,1451#msg-1451</link>
            <description><![CDATA[Is there a function that allows an HTML file to be converted to a one page PDF document?<br />
Example: If I have an HTML document that is one and a half page when converted to PDF,<br />
               but I want to make that one and a half page fit into one page. How can that be done?]]></description>
            <dc:creator>cmonie</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Wed, 10 Apr 2013 14:58:38 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1445,1445#msg-1445</guid>
            <title>Is that possible to print high resolution(dpi) image ? (1 reply)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1445,1445#msg-1445</link>
            <description><![CDATA[Is that possible to print <b><span style="color:#FF0000">high resolution(dpi) image</span></b> ?<br />
<br />
in <span style="color:#FF0000">A4 Size</span><br />
<br />
now I use a high Pixels for print a 350 dpi background image<br />
<br />
width:2898px<br />
<br />
height:4093px<br />
<br />
but this seems too big<br />
<br />
Is that have a better way to <span style="color:#FF0066"><b>print high dpi with image</b></span>?<br />
<br />
Sincere request]]></description>
            <dc:creator>arhspt8011</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Wed, 10 Apr 2013 09:17:56 -0400</pubDate>
        </item>
        <item>
            <guid>http://pdfcrowd.com/forums/read.php?3,1440,1440#msg-1440</guid>
            <title>Internet Explorer Error? (7 replies)</title>
            <link>http://pdfcrowd.com/forums/read.php?3,1440,1440#msg-1440</link>
            <description><![CDATA[I'm using the PDFCrowd API and it works for all browsers except (wait for it...) Internet Explorer.  I've checked versions 8-10, I'm having issues with all of them.<br />
<br />
Here's a sample href I'm using, it's the same across browsers so that shouldn't be the issue:<br />
http://pdfcrowd.com/url_to_pdf/?use_print_media=1&amp;pdf_name=The%20Lesson%20Builder%20%2D%20What+Isn%27t+Motion%3F<br />
<br />
Is this a known issue?]]></description>
            <dc:creator>jonahphillips64</dc:creator>
            <category>Pdfcrowd Support Forum</category>
            <pubDate>Tue, 23 Apr 2013 13:27:12 -0400</pubDate>
        </item>
    </channel>
</rss>
