<?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 : AddImageFromVariant error</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 : AddImageFromVariant error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 17:14:37 +0000</pubDate>
  <lastBuildDate>Sun, 23 May 2010 23:16:14 +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=1452</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[AddImageFromVariant error : Hi Miguel!If there&amp;#039;s no function...]]></title>
   <link>http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6534.html#6534</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1452<br /><strong>Posted:</strong> 23 May 10 at 11:16PM<br /><br />Hi Miguel!<br><br>If there's no function working you've done some basically things completely wrong.<br>In Delphi (for example) the usage should point to the right dll.<br>You should have something similar (the main declarations of the dll) in your programming language, too.<br>I think your main declarations are still the old one but now you changed the dll.<br>Have a look in the samples on the official support pages.<br><br>Cheers, Ingo<br><br><br>]]>
   </description>
   <pubDate>Sun, 23 May 2010 23:16:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6534.html#6534</guid>
  </item> 
  <item>
   <title><![CDATA[AddImageFromVariant error :  Hello Ingo,Other functions like...]]></title>
   <link>http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6533.html#6533</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1241">mjim79</a><br /><strong>Subject:</strong> 1452<br /><strong>Posted:</strong> 23 May 10 at 11:07PM<br /><br />Hello Ingo,<br><br>Other functions like RenderPageToVariant or CapturePage doesn't work.<br><br>What's happen?&nbsp; Before we purchased new quickpdf, we have all tests ok with trial one.<br><br>Thanks!<br><br>Miguel,<br><span style="font-size:10px"><br /><br />Edited by mjim79 - 23 May 10 at 11:07PM</span>]]>
   </description>
   <pubDate>Sun, 23 May 2010 23:07:30 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6533.html#6533</guid>
  </item> 
  <item>
   <title><![CDATA[AddImageFromVariant error : Hi!What&amp;#039;s interesting in...]]></title>
   <link>http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6532.html#6532</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1452<br /><strong>Posted:</strong> 22 May 10 at 1:12PM<br /><br />Hi!<br><br>What's interesting in this case i've asked already:<br>Are other functions working?<br>Is the new dll mainly okay for you and is this AddImageFromVariant the only problem?<br><br>Cheers, Ingo<br><br>]]>
   </description>
   <pubDate>Sat, 22 May 2010 13:12:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6532.html#6532</guid>
  </item> 
  <item>
   <title><![CDATA[AddImageFromVariant error :  Hi Wheeley,I didn&amp;#039;t change...]]></title>
   <link>http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6531.html#6531</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1241">mjim79</a><br /><strong>Subject:</strong> 1452<br /><strong>Posted:</strong> 22 May 10 at 11:25AM<br /><br />Hi Wheeley,<br><br>I didn't change the function calls.&nbsp; I just change the CreateObjetc and the UnlockKey.&nbsp; My code is the same:<br><br>...<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SelectDocument lngDocId<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; aux = .RenderPageToVariant(150, k, 1)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SelectDocument lngNewDocId<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lngImgId = .AddImageFromVariant(aux, 0)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SelectImage lngImgId<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .DrawImage 25 ...<br>...<br><br>I revised component documentation and all the functions that I use are 100% compatible. (I think...)<br><br>Thanks!<br><span style="font-size:10px"><br /><br />Edited by mjim79 - 22 May 10 at 11:29AM</span>]]>
   </description>
   <pubDate>Sat, 22 May 2010 11:25:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6531.html#6531</guid>
  </item> 
  <item>
   <title><![CDATA[AddImageFromVariant error : You did update all your code to...]]></title>
   <link>http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6530.html#6530</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=121">Wheeley</a><br /><strong>Subject:</strong> 1452<br /><strong>Posted:</strong> 21 May 10 at 9:09PM<br /><br />You did update all your code to the newest function calls, correct? Can we see your updated code snippet as well?<br><br>Wheeley<br>]]>
   </description>
   <pubDate>Fri, 21 May 2010 21:09:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6530.html#6530</guid>
  </item> 
  <item>
   <title><![CDATA[AddImageFromVariant error : Yes, i have updated the references:Before:...]]></title>
   <link>http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6529.html#6529</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1241">mjim79</a><br /><strong>Subject:</strong> 1452<br /><strong>Posted:</strong> 21 May 10 at 12:21PM<br /><br />Yes, i have updated the references:<br><br>Before: &nbsp;&nbsp;&nbsp; Set oIsedQuickPdf = CreateObject("iSED.QuickPDF")<br>Now: &nbsp; &nbsp; &nbsp;&nbsp; Set oIsedQuickPdf = CreateObject("QuickPDFAX0719.PDFLibrary")<br><br>I have unregistred ised.dll.<br><br>Thanks,<br>]]>
   </description>
   <pubDate>Fri, 21 May 2010 12:21:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6529.html#6529</guid>
  </item> 
  <item>
   <title><![CDATA[AddImageFromVariant error : Hi!Are other things still working?Did...]]></title>
   <link>http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6528.html#6528</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 1452<br /><strong>Posted:</strong> 21 May 10 at 12:18PM<br /><br />Hi!<br><br>Are other things still working?<br>Did you use your old unchanged ised-code with the new dll?<br>The newest one is 719 ... these 719 should be in your declarations...<br><br>Cheers, Ingo<br><br>]]>
   </description>
   <pubDate>Fri, 21 May 2010 12:18:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6528.html#6528</guid>
  </item> 
  <item>
   <title><![CDATA[AddImageFromVariant error :  Hello,I have problems adding...]]></title>
   <link>http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6527.html#6527</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1241">mjim79</a><br /><strong>Subject:</strong> 1452<br /><strong>Posted:</strong> 21 May 10 at 11:12AM<br /><br />Hello,<br><br>I have problems adding images with AddImageFromVariant.&nbsp; It returns 0.<br><br>My code:<br><br>...<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SelectDocument lngDocId<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; aux = .RenderPageToVariant(150, k, 1)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SelectDocument lngNewDocId<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lngImgId = .AddImageFromVariant(aux, 0)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SelectImage lngImgId<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .DrawImage 25 ...<br>...<br><br>The document is simple text pdf document. <br><br>With the old iSED.dll this source code works fine.<br><br>Thanks<br><span style="font-size:10px"><br /><br />Edited by mjim79 - 21 May 10 at 11:13AM</span>]]>
   </description>
   <pubDate>Fri, 21 May 2010 11:12:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/addimagefromvariant-error_topic1452_post6527.html#6527</guid>
  </item> 
 </channel>
</rss>