<?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 : Temporary upgrade from 9 to 11?</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 : Temporary upgrade from 9 to 11?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 20:47:40 +0000</pubDate>
  <lastBuildDate>Fri, 19 Dec 2014 14:08:05 +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=3009</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[Temporary upgrade from 9 to 11? : My problem seems to be solved...]]></title>
   <link>http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12215.html#12215</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2652">Burkart</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 19 Dec 14 at 2:08PM<br /><br />My problem seems to be solved by using the Adobe Acrobat Reader &gt;= version 10!<br><br>Burkart<br>]]>
   </description>
   <pubDate>Fri, 19 Dec 2014 14:08:05 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12215.html#12215</guid>
  </item> 
  <item>
   <title><![CDATA[Temporary upgrade from 9 to 11? : I&amp;#039;m not the total OLE expert....]]></title>
   <link>http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12182.html#12182</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=121">Wheeley</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 08 Dec 14 at 11:10PM<br /><br />I'm not the total OLE expert. I use OLE and Excel in my job. We used to use objectdata like you until Excel versions outpaced file type support (aka the new Excel file type wasn't supported). Now I use an oleobject and explicitly connect to the OLE server (which is Excel) and use Excel functions to open and close an Excel file. So basically what does this mean to you.<br><br>1. I have seen this objectdata file size creep before. Basically the object data now contains ore than the original file. You can see this by doing a binary compare of the blob before assignment and then after assignment.<br>2. Depending on what you are using the olecontrol for it might be safer to do a re-write so the application opens and closes the file on disk.<br>3. You may want to seek help on the Powerbuilder forum on SAP's website. They may have more incite into your problem and solution.<br><br>Wheeley<br>]]>
   </description>
   <pubDate>Mon, 08 Dec 2014 23:10:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12182.html#12182</guid>
  </item> 
  <item>
   <title><![CDATA[Temporary upgrade from 9 to 11? : Thank you again, Wheeley.The application...]]></title>
   <link>http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12181.html#12181</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2652">Burkart</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 08 Dec 14 at 12:49PM<br /><br />Thank you again, Wheeley.<br><br>The application associated (in field "LocalServer32") is Adobe Acrobat 9.0, actually not the newest version...<br>Is the field "ProgID" also important? Its content is "AcroExch.Document.7".<br><br>How can I change the entry above to a newer Acrobat version?<br><br>Hm, if a customer has another (an older!?) Acrobat version, (how) does the PowerBuilder-exe know about the Acrobat version? Is it always ours (here Acrobat 9)? Or is an entry in the registry relevant? I have found a lot of them for Acrobat 9.0 im my registry...<br>Should it be even necessary to deinstall the old Acrobat 9.0? Hm, but I have just found also an Acrobat 10 on my PC, too.<br><br>Burkart<br>]]>
   </description>
   <pubDate>Mon, 08 Dec 2014 12:49:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12181.html#12181</guid>
  </item> 
  <item>
   <title><![CDATA[Temporary upgrade from 9 to 11? : Using the Object Browser, click...]]></title>
   <link>http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12177.html#12177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=121">Wheeley</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 06 Dec 14 at 11:40PM<br /><br />Using the Object Browser, click on the OLE tab. Here you can find out what application is associated with the PDF file when you insert it into the control using the function InsertFile. IIRC, its the Insertable Objects group you need to expand. You may have to search a little. But the associated program is what is controlling the object, not Powerbuilder.<br><br>Wheeley<br>]]>
   </description>
   <pubDate>Sat, 06 Dec 2014 23:40:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12177.html#12177</guid>
  </item> 
  <item>
   <title><![CDATA[Temporary upgrade from 9 to 11? : Thank you for you answer, Wheeley.What...]]></title>
   <link>http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12176.html#12176</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2652">Burkart</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 06 Dec 14 at 8:02AM<br /><br />Thank you for you answer, Wheeley.<br><br>What do you mean by "What is"?<br>We are using it as a container for the pdf file which has writeable fields.<br><br>Burkart <br>]]>
   </description>
   <pubDate>Sat, 06 Dec 2014 08:02:05 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12176.html#12176</guid>
  </item> 
  <item>
   <title><![CDATA[Temporary upgrade from 9 to 11? : What is the olecontrol you are...]]></title>
   <link>http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12175.html#12175</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=121">Wheeley</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 05 Dec 14 at 7:15PM<br /><br />What is the olecontrol you are using? That is most likely where you problem is. Use the Object explorer to see what it is.<br><br>Wheeley<br>]]>
   </description>
   <pubDate>Fri, 05 Dec 2014 19:15:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12175.html#12175</guid>
  </item> 
  <item>
   <title><![CDATA[Temporary upgrade from 9 to 11? : PS: Little correction: We use...]]></title>
   <link>http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12173.html#12173</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2652">Burkart</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 05 Dec 14 at 8:33AM<br /><br />PS: Little correction: We use blobs, not clobs.<br>]]>
   </description>
   <pubDate>Fri, 05 Dec 2014 08:33:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12173.html#12173</guid>
  </item> 
  <item>
   <title><![CDATA[Temporary upgrade from 9 to 11? : Hi,Sorry for not having answered...]]></title>
   <link>http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12172.html#12172</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2652">Burkart</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 04 Dec 14 at 3:36PM<br /><br />Hi,<br><br>Sorry for not having answered before, but sometimes... <br><br>The DPLLastErrorCode is 401 (with the text "Could not open input file").<br><br>&gt; you shouldn't use ;ansi.<br><br>I've just tried it (with PowerBuilder 12.5.2):<br>It doesn't work because I get the error "Die Library &gt;DebenuPDFLibraryDLL0911.DLL&lt; konnte nicht instanziiert oder unblocked werden."<br>(= something like "The library &gt;DebenuPDFLibraryDLL0911.DLL&lt; couldn't be instantiated or unblocked."<br>But thank you for the idea.<br><br><br>Meanwhile, I have the "funny" situation that the entry of the old (formerly non-working) pdf in our database is working now.<br>But when I try to store the same pdf file again in the database (clob; Oracle 10), i have the same error as before.<br>The internal storage of both pdf files in the database differ but I don't know why. They got into the database in the same way...<br>...but not as original. Instead they grew as OLE objects...<br>Therefore I have the following question (for PowerBuilder and/or OLE experts):<br><br>The original pdf has a size of 606111 bytes, the pdf read afterwards into an OLE object (ole_pdf_in) is about 2.1 MB.<br><br>The code here is:<br>li_rc&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;=&nbsp;&nbsp; &nbsp;fileOpen(ls_pathName,&nbsp;&nbsp; &nbsp;streamMode!)&nbsp;&nbsp; // ls_pathName: Original file with 606111 bytes<br>ll_bytes&nbsp;&nbsp; &nbsp;=&nbsp;&nbsp; &nbsp;fileReadEx(li_rc,&nbsp;&nbsp; &nbsp;lbl_pdfFile)<br>&nbsp;Messagebox ("lbl_pdfFile (blob); Length:", len(lbl_pdfFile)) // output: 606111 bytes, correct :)<br>li_rc&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;=&nbsp;&nbsp; &nbsp;fileClose(li_rc)<br>li_rc&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;=&nbsp;&nbsp; &nbsp;ole_pdf_in.insertFile(ls_pathName)<br>&nbsp;lbl_pdfFile&nbsp;&nbsp; &nbsp;=&nbsp;&nbsp; &nbsp;ole_pdf_in.objectData<br>&nbsp;Messagebox ("2. lbl_pdfFile (blob); Length:", len(lbl_pdfFile)) // output: &gt;= 2.1 MB, many more bytes!? Is this normal?<br><br>This ole_pdf_in.objectData is stored into the database (clob).<br><br>Any ideas are much appreciated :)<br><br>Burkart<br><br>PS: There doesn't seem to be a relevant difference between DLL version 9 and 11.<br><br>]]>
   </description>
   <pubDate>Thu, 04 Dec 2014 15:36:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12172.html#12172</guid>
  </item> 
  <item>
   <title><![CDATA[Temporary upgrade from 9 to 11? :  Hi,he wrote that there&amp;#039;s...]]></title>
   <link>http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12132.html#12132</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 18 Nov 14 at 10:39AM<br /><br /><div>Hi,</div><div>&nbsp;</div><div>he wrote that there's only a prob with one special pdf.</div>So posting the source won't help. ;-)<div>I think LastErrorCode could be a good hint, too.</div><div>Additionally Burkart should have a look inside the pdf (with an Editor) and compare with "good" pdf-documents.</div><div>&nbsp;</div><div>Cheers, Ingo</div><div></div>]]>
   </description>
   <pubDate>Tue, 18 Nov 2014 10:39:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12132.html#12132</guid>
  </item> 
  <item>
   <title><![CDATA[Temporary upgrade from 9 to 11? : It would also help to see your...]]></title>
   <link>http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12121.html#12121</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=121">Wheeley</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 13 Nov 14 at 10:40PM<br /><br />It would also help to see your source code. Maybe the user here could see something. <br><br>Wheeley<br>]]>
   </description>
   <pubDate>Thu, 13 Nov 2014 22:40:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/temporary-upgrade-from-9-to-11_topic3009_post12121.html#12121</guid>
  </item> 
 </channel>
</rss>