<?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 : Error with LoadFormFile</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 : Error with LoadFormFile]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 01 Jul 2026 03:24:32 +0000</pubDate>
  <lastBuildDate>Mon, 28 Jun 2021 20:33:21 +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=3929</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[Error with LoadFormFile : I just tried to work on the 64-bit...]]></title>
   <link>http://www.quickpdf.org/forum/error-with-loadformfile_topic3929_post15794.html#15794</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3280">Varvarkin</a><br /><strong>Subject:</strong> 3929<br /><strong>Posted:</strong> 28 Jun 21 at 8:33PM<br /><br />I just tried to work on the 64-bit version, the result is the same. 2,23 Gb filesize. Clearly, something can be done about this. I ask for help<span style="font-size:10px"><br /><br />Edited by Varvarkin - 28 Jun 21 at 8:34PM</span>]]>
   </description>
   <pubDate>Mon, 28 Jun 2021 20:33:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/error-with-loadformfile_topic3929_post15794.html#15794</guid>
  </item> 
  <item>
   <title><![CDATA[Error with LoadFormFile : The QPDF ActiveX library has 32-bit...]]></title>
   <link>http://www.quickpdf.org/forum/error-with-loadformfile_topic3929_post15792.html#15792</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1388">tfrost</a><br /><strong>Subject:</strong> 3929<br /><strong>Posted:</strong> 28 Jun 21 at 11:22AM<br /><br />The QPDF ActiveX library has 32-bit and 64-bit versions, and there is unlikely to be a size limit affecting a 4GB PDF in a 64-bit process, if you have enough real and virtual memory.<div><br></div><div>LoadFromStream is a Delphi-only API so not in the ActiveX library, but you should not need it if you can use 64-bit from VBA and Access. As far as I can recall Microsoft recommends installing 32-bit Office. But know almost nothing about VBA so maybe another user here can help you with that.</div>]]>
   </description>
   <pubDate>Mon, 28 Jun 2021 11:22:04 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/error-with-loadformfile_topic3929_post15792.html#15792</guid>
  </item> 
  <item>
   <title><![CDATA[Error with LoadFormFile : I use VBA (ActiveX) in MSAcesss...]]></title>
   <link>http://www.quickpdf.org/forum/error-with-loadformfile_topic3929_post15791.html#15791</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3280">Varvarkin</a><br /><strong>Subject:</strong> 3929<br /><strong>Posted:</strong> 28 Jun 21 at 7:35AM<br /><br />I use VBA (ActiveX) in MSAcesss]]>
   </description>
   <pubDate>Mon, 28 Jun 2021 07:35:22 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/error-with-loadformfile_topic3929_post15791.html#15791</guid>
  </item> 
  <item>
   <title><![CDATA[Error with LoadFormFile : What programming language are...]]></title>
   <link>http://www.quickpdf.org/forum/error-with-loadformfile_topic3929_post15790.html#15790</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1388">tfrost</a><br /><strong>Subject:</strong> 3929<br /><strong>Posted:</strong> 27 Jun 21 at 10:41PM<br /><br />What programming language are you using, and does it support 64-bit applications?&nbsp; With 32-bit you obviously cannot load such large files into memory all at once, either from a stream or direct. And some QPDF language interfaces do not have streams, either.]]>
   </description>
   <pubDate>Sun, 27 Jun 2021 22:41:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/error-with-loadformfile_topic3929_post15790.html#15790</guid>
  </item> 
  <item>
   <title><![CDATA[Error with LoadFormFile : Yes, the error occurs immediately...]]></title>
   <link>http://www.quickpdf.org/forum/error-with-loadformfile_topic3929_post15789.html#15789</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3280">Varvarkin</a><br /><strong>Subject:</strong> 3929<br /><strong>Posted:</strong> 27 Jun 21 at 9:52PM<br /><br />Yes, the error occurs immediately after opening. Randomly, it can open a file in 600 MB and not open it in 300 MB. And a file is not a form, but a book in a printed version for the page layout.<div>I was thinking how it is possible to work with such large files, for example, to divide, process in parts, but in any case it needs to be edited. And then connect it. But there are no such functions in direct access.&nbsp;</div><div>Can you suggest a solution using LoadFromStream, how to do it, step by step?</div>]]>
   </description>
   <pubDate>Sun, 27 Jun 2021 21:52:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/error-with-loadformfile_topic3929_post15789.html#15789</guid>
  </item> 
  <item>
   <title><![CDATA[Error with LoadFormFile : Hi Alex,getting 401 seems to me...]]></title>
   <link>http://www.quickpdf.org/forum/error-with-loadformfile_topic3929_post15787.html#15787</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3929<br /><strong>Posted:</strong> 27 Jun 21 at 9:30PM<br /><br />Hi Alex,<br><br>getting 401 seems to me that you've already used LastErrorCode directly after LoadFromFile?<br>There's no real solution for this but a 4-gb-form isn't a solution as well ;-)<br>Perhaps you can split the functionality of your process into several steps...?<br>Reading the pdf-content into a stream and try the loadFromStream-function?<br><br>Cheers and welcome here,<br>Ingo<br><br><br>]]>
   </description>
   <pubDate>Sun, 27 Jun 2021 21:30:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/error-with-loadformfile_topic3929_post15787.html#15787</guid>
  </item> 
  <item>
   <title><![CDATA[Error with LoadFormFile : Good afternoon! I use the library...]]></title>
   <link>http://www.quickpdf.org/forum/error-with-loadformfile_topic3929_post15786.html#15786</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3280">Varvarkin</a><br /><strong>Subject:</strong> 3929<br /><strong>Posted:</strong> 27 Jun 21 at 10:26AM<br /><br />Good afternoon! I use the library 16.12. When opening large files with a size from 500MB to 4 GB, the LoadFromFile function returns a 401 error. How to defeat it? How can I increase the available memory? It is required to edit files, direct access will not help here.]]>
   </description>
   <pubDate>Sun, 27 Jun 2021 10:26:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/error-with-loadformfile_topic3929_post15786.html#15786</guid>
  </item> 
 </channel>
</rss>