<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Web located PDF File not loaded</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : Web located PDF File not loaded]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 07:55:05 +0000</pubDate>
  <lastBuildDate>Sun, 16 Dec 2012 09:53:00 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=2474</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Web located PDF File not loaded : yes, I see. In the meantime I...]]></title>
   <link>http://www.quickpdf.org/forum/web-located-pdf-file-not-loaded_topic2474_post10359.html#10359</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1821">zero_g</a><br /><strong>Subject:</strong> 2474<br /><strong>Posted:</strong> 16 Dec 12 at 9:53AM<br /><br />yes, I see. In the meantime I developed a small codesample with download functionalit-&gt;reading the requested Informations from the files-&gt;delete the files.<br><br>kind regards<br>Tom<br>]]>
   </description>
   <pubDate>Sun, 16 Dec 2012 09:53:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/web-located-pdf-file-not-loaded_topic2474_post10359.html#10359</guid>
  </item> 
  <item>
   <title><![CDATA[Web located PDF File not loaded : Somehow, all the bits in the document...]]></title>
   <link>http://www.quickpdf.org/forum/web-located-pdf-file-not-loaded_topic2474_post10356.html#10356</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1388">tfrost</a><br /><strong>Subject:</strong> 2474<br /><strong>Posted:</strong> 14 Dec 12 at 8:16PM<br /><br />Somehow, all the bits in the document have to be moved from Timbuktu, or wherever the webserver is, into your program on your machine which is going to read the document. &nbsp;Even if there was a means to 'load from the web location' this would still be happening. &nbsp;If you don't want to save the document file on your local disk, that's fine, but you then have to have your FTP client download and create an in-memory stream and then use LoadFromStream instead of LoadFromFile. &nbsp;Never having used Visual Basic I have no idea whether it has these capabilities, however, which is why I suggested a file transfer. &nbsp;In Delphi, I would probably just use an FTP component to download the file into a MemoryStream object and load QP from that.]]>
   </description>
   <pubDate>Fri, 14 Dec 2012 20:16:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/web-located-pdf-file-not-loaded_topic2474_post10356.html#10356</guid>
  </item> 
  <item>
   <title><![CDATA[Web located PDF File not loaded : I want to avoid the download of...]]></title>
   <link>http://www.quickpdf.org/forum/web-located-pdf-file-not-loaded_topic2474_post10355.html#10355</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1821">zero_g</a><br /><strong>Subject:</strong> 2474<br /><strong>Posted:</strong> 14 Dec 12 at 7:44PM<br /><br />I want to avoid the download of each file, because I want to load a number of files from its web location and read some file informations. Is there really no chance to load directly from the web?<br><br>kind regards<br>Tom<br>]]>
   </description>
   <pubDate>Fri, 14 Dec 2012 19:44:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/web-located-pdf-file-not-loaded_topic2474_post10355.html#10355</guid>
  </item> 
  <item>
   <title><![CDATA[Web located PDF File not loaded : LoadFromFile means &amp;#039;load...]]></title>
   <link>http://www.quickpdf.org/forum/web-located-pdf-file-not-loaded_topic2474_post10354.html#10354</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1388">tfrost</a><br /><strong>Subject:</strong> 2474<br /><strong>Posted:</strong> 14 Dec 12 at 4:25PM<br /><br />LoadFromFile means 'load from a file on your local machine or network'. &nbsp;In other words, the filename must start with a drive letter or with "\\servername". &nbsp;To view a web file identified with a URL, you must first download it to to one of these locations, typically using http or ftp protocol, then open it with LoadFromFile.]]>
   </description>
   <pubDate>Fri, 14 Dec 2012 16:25:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/web-located-pdf-file-not-loaded_topic2474_post10354.html#10354</guid>
  </item> 
  <item>
   <title><![CDATA[Web located PDF File not loaded : Hello,I tried to open a web located...]]></title>
   <link>http://www.quickpdf.org/forum/web-located-pdf-file-not-loaded_topic2474_post10353.html#10353</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1821">zero_g</a><br /><strong>Subject:</strong> 2474<br /><strong>Posted:</strong> 14 Dec 12 at 3:09PM<br /><br />Hello,<br>I tried to open a web located file direct with this code.<br><br>Dim result As Boolean = CBool(QP.UnlockKey(LicenseKey))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If result = True Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim pdf_vorlage As String = "complete link to the file"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.LoadFromFile(pdf_vorlage, String.Empty)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim loaded As Boolean = QP.LoadFromFile(pdf_vorlage, String.Empty)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim err_code As Long = QP.LastErrorCode<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br><br>Loaded returns 'false' and err_code =0.<br>Later I tried the direct asccess functionality, but without success.<font size="3"> <font size="3"><font size="2">Loaded gives "false" and <font size="2">err_code=411 (file not found) ???<br></font><br>Can anybody help?<br><br><font size="2">Kind regards Tom</font><br></font></font></font>]]>
   </description>
   <pubDate>Fri, 14 Dec 2012 15:09:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/web-located-pdf-file-not-loaded_topic2474_post10353.html#10353</guid>
  </item> 
 </channel>
</rss>