<?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 : Load a PDF File</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 : Load a PDF File]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 20:43:25 +0000</pubDate>
  <lastBuildDate>Tue, 05 Sep 2006 04:36:43 +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=491</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[Load a PDF File : my variable is a String(255) and...]]></title>
   <link>http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2202.html#2202</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=445">lecameleon</a><br /><strong>Subject:</strong> 491<br /><strong>Posted:</strong> 05 Sep 06 at 4:36AM<br /><br />my variable is a String(255) and when I look at then content, the filename is correctly load in it.<br /><br />i really don't know where my error is.... ]]>
   </description>
   <pubDate>Tue, 05 Sep 2006 04:36:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2202.html#2202</guid>
  </item> 
  <item>
   <title><![CDATA[Load a PDF File : How do you declare the varible...]]></title>
   <link>http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2201.html#2201</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1">Michel_K17</a><br /><strong>Subject:</strong> 491<br /><strong>Posted:</strong> 04 Sep 06 at 11:31AM<br /><br />How do you declare the varible Loc:fileToLoad? Is it a fixed length string by any chance? If the variable is limited to 30 characters, it might be ignoring the extra text you are trying to place in the variable.<br /><br />Can you do a "debug.print" or view the content of that variable after you have loaded the filename into it?]]>
   </description>
   <pubDate>Mon, 04 Sep 2006 11:31:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2201.html#2201</guid>
  </item> 
  <item>
   <title><![CDATA[Load a PDF File : my programming language is Clarion...]]></title>
   <link>http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2200.html#2200</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=445">lecameleon</a><br /><strong>Subject:</strong> 491<br /><strong>Posted:</strong> 04 Sep 06 at 11:23AM<br /><br />my programming language is Clarion from SoftVelocity so I use the dll version<br /><br />here a sample code<br /><br />Loc:fileToLoad = 'PDF-74800-100830 Buy List from 01082006.pdf' !! I'm locate in the good directory<br /><br />return# = LoadFromFile(clip(Loc:fileToLoad))<br />message('Return =&gt; ' & return#)<br />message(PageCount())<br /><br />The return variable always contains 0 if I put a file with a name length &gt; 30 chars. Else It works ok.<br /><br />Another sample of code with I've tested :<br /><br />openFile# = DAOpenFile(Loc:fileToLoad, '')<br />message(openFile#)<br />nbPages# = DAGetPageCount(openFile#)<br />message('Nb Pages = ' & nbPages#)<br />closeFile# = DACloseFile(openFile#)<br /><span style="font-size:10px"><br /><br />Edited by lecameleon</span>]]>
   </description>
   <pubDate>Mon, 04 Sep 2006 11:23:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2200.html#2200</guid>
  </item> 
  <item>
   <title><![CDATA[Load a PDF File : I just tested sample code up to...]]></title>
   <link>http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2199.html#2199</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1">Michel_K17</a><br /><strong>Subject:</strong> 491<br /><strong>Posted:</strong> 04 Sep 06 at 10:56AM<br /><br />I just tested sample code up to 50 characters. I also tested the filename you provided (PDF-78400-100830 Buy list.pdf) and it works fine for me. I agree with JanN, please show your sample code: the problem might be elsewhere.]]>
   </description>
   <pubDate>Mon, 04 Sep 2006 10:56:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2199.html#2199</guid>
  </item> 
  <item>
   <title><![CDATA[Load a PDF File : As far as I know, the DLL functions...]]></title>
   <link>http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2197.html#2197</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=117">JanN</a><br /><strong>Subject:</strong> 491<br /><strong>Posted:</strong> 04 Sep 06 at 10:51AM<br /><br />As far as I know, the DLL functions themselves are not limited to a number of chars.<br /><br />Which programming language are you using? Can you post a piece of code?]]>
   </description>
   <pubDate>Mon, 04 Sep 2006 10:51:48 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2197.html#2197</guid>
  </item> 
  <item>
   <title><![CDATA[Load a PDF File : yes it&amp;#039;s my problem When...]]></title>
   <link>http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2196.html#2196</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=445">lecameleon</a><br /><strong>Subject:</strong> 491<br /><strong>Posted:</strong> 04 Sep 06 at 9:40AM<br /><br />yes it's my problem<br />When I give the name of file, it was an example<br />all my files start with PDF-78400-100830-<br />so when I wrote my post, I've put only 29 chars. <br />But now, I made some other tests and when I go up to 30 chars, I can read my PDF !<br />Why do U say it's not good ?<br />U don't have this limit ?]]>
   </description>
   <pubDate>Mon, 04 Sep 2006 09:40:40 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2196.html#2196</guid>
  </item> 
  <item>
   <title><![CDATA[Load a PDF File : Hi!  That&amp;#039;s not good ......]]></title>
   <link>http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2195.html#2195</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 491<br /><strong>Posted:</strong> 04 Sep 06 at 9:24AM<br /><br />Hi!<br /><br />That's not good ... but that's not your problem. "PDF-78400-100830 Buy list.pdf" has only 29 digits ;-)<br /><br />Best regards,<br />Ingo<br />]]>
   </description>
   <pubDate>Mon, 04 Sep 2006 09:24:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2195.html#2195</guid>
  </item> 
  <item>
   <title><![CDATA[Load a PDF File :   JanN wrote:You wrote: &amp;#034;Buy...]]></title>
   <link>http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2194.html#2194</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=445">lecameleon</a><br /><strong>Subject:</strong> 491<br /><strong>Posted:</strong> 04 Sep 06 at 5:18AM<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by JanN" alt="Originally posted by JanN" style="vertical-align: text-bottom;" /> <strong>JanN wrote:</strong><br /><br />You wrote:<br />"Buy list.pdf" works<br />"PDF-78400-100830 Buy list.pdf" doesn't<br />---<br /><br />Have you tested with different string lengths? Perhaps you can find a limit for the length of the filename?</td></tr></table><br /><br />U'r right, I have found a file limit of 30 chars. <br />Can someone confirm this please ?]]>
   </description>
   <pubDate>Mon, 04 Sep 2006 05:18:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2194.html#2194</guid>
  </item> 
  <item>
   <title><![CDATA[Load a PDF File : The files are on a network drive But...]]></title>
   <link>http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2193.html#2193</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=445">lecameleon</a><br /><strong>Subject:</strong> 491<br /><strong>Posted:</strong> 04 Sep 06 at 4:37AM<br /><br />The files are on a network drive<br />But the problem is the same if they are on a local drive c:\]]>
   </description>
   <pubDate>Mon, 04 Sep 2006 04:37:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2193.html#2193</guid>
  </item> 
  <item>
   <title><![CDATA[Load a PDF File :   lecameleon wrote:Hi  I tried...]]></title>
   <link>http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2185.html#2185</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=118">hbarclay</a><br /><strong>Subject:</strong> 491<br /><strong>Posted:</strong> 01 Sep 06 at 1:20PM<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by lecameleon" alt="Originally posted by lecameleon" style="vertical-align: text-bottom;" /> <strong>lecameleon wrote:</strong><br /><br />Hi<br /><br />I tried several methods, and since I have a filename a little complex or with numbers in it, I always get an error opening the file. <br /><br /></td></tr></table><br /><br />Is the file you are trying to open on a network drive or a local hard drive?<br /><br />Harry<br /><br />]]>
   </description>
   <pubDate>Fri, 01 Sep 2006 13:20:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/load-a-pdf-file_topic491_post2185.html#2185</guid>
  </item> 
 </channel>
</rss>