<?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 : Problems writing images to PDF &#100;ocument</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 : Problems writing images to PDF &#100;ocument]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 18:26:24 +0000</pubDate>
  <lastBuildDate>Thu, 19 Jun 2008 01:51:13 +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=910</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[Problems writing images to PDF &#100;ocument : Hi!You should read the documentation...]]></title>
   <link>http://www.quickpdf.org/forum/problems-writing-images-to-pdf-document_topic910_post4333.html#4333</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 910<br /><strong>Posted:</strong> 19 Jun 08 at 1:51AM<br /><br />Hi!<br><br>You should read the documentation (it's in the library-section here).<br>I'm a bit confused... it's not a multipage but it's a tif with all images inside. It's a tif buit the extension is fim...?<br>Even if it's not a multi... you should try a "1" at "options".<br>I don't know how QP check what type of image it is - if QP only checks the extension then that's the problem ...<br>Perhaps you can try a further step using AddTIFFImageFromString ...?<br>I think there's a lot to try for you ;-)<br><br>Good luck,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 01:51:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-writing-images-to-pdf-document_topic910_post4333.html#4333</guid>
  </item> 
  <item>
   <title><![CDATA[Problems writing images to PDF &#100;ocument : Sorry, it is not a multipage....]]></title>
   <link>http://www.quickpdf.org/forum/problems-writing-images-to-pdf-document_topic910_post4332.html#4332</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=868">pdfuser</a><br /><strong>Subject:</strong> 910<br /><strong>Posted:</strong> 18 Jun 08 at 10:31AM<br /><br /><P>Sorry, it is not a multipage. fim is the file that contains all the images. It is a tif file but named as fim. I am not sure what you mean by *.tif and pagenumbers?</P>]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 10:31:56 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-writing-images-to-pdf-document_topic910_post4332.html#4332</guid>
  </item> 
  <item>
   <title><![CDATA[Problems writing images to PDF &#100;ocument : Hi!I&amp;#039;ve posted it here -...]]></title>
   <link>http://www.quickpdf.org/forum/problems-writing-images-to-pdf-document_topic910_post4331.html#4331</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 910<br /><strong>Posted:</strong> 18 Jun 08 at 10:10AM<br /><br />Hi!<br><br>I've posted it here - so more than one can look on it ;-)<br>I think there's something missing between assign iret and drawimage...<br>First you had written that you're working with multipage-tiffs - in your syntax the pagenumber is missing. What means extension fim? ...Is tif behind? If "yes" take *.tif and pagenumbers. There's no need for an offset then. <br><br>Best regards,<br>Ingo<br><br>Here is my sample code..I am using v5.22 Activex dll. c:\Images.fim is a tiff file that contains multiple images. <br>&nbsp;<br>DEFINE iRet as integer.<br>&nbsp;<br>CREATE "iSED.QuickPDF" hQP NO-ERROR.<br><br>hQP:UnlockKey("UnlockKey").<br>&nbsp;<br>hQP:SetOrigin(1).<br>hQP:SetScale(72 / 600).<br>&nbsp;<br>ASSIGN iRet = hQP:AddImageFromFileOffset("c:\Images.fim",<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 803723,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 23125,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0).<br><br>/* Here iRet returns has a valid number which means it can load the image */<br>&nbsp;<br>hQP:DrawImage(600,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;300,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1842,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 813).<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>/* does not draw anything. When I try to display ImageWidth and ImageHeight they both <br>&nbsp;&nbsp; are zero */<br>&nbsp;&nbsp; <br>hQP:SaveToFile("C:\test.pdf").<br>&nbsp;<br>/*when I open test.pdf. I get an error. "There was a problem reading this document (12)"*/<br>&nbsp;<br>&nbsp;<br>Could there be a problem with the image itself? But the image can be extracted and opened with other Image applications<br>using same offsets. <br><br>]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 10:10:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-writing-images-to-pdf-document_topic910_post4331.html#4331</guid>
  </item> 
  <item>
   <title><![CDATA[Problems writing images to PDF &#100;ocument : have sent you the code snippet...]]></title>
   <link>http://www.quickpdf.org/forum/problems-writing-images-to-pdf-document_topic910_post4330.html#4330</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=868">pdfuser</a><br /><strong>Subject:</strong> 910<br /><strong>Posted:</strong> 18 Jun 08 at 9:55AM<br /><br />have sent you the code snippet via email. ]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 09:55:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-writing-images-to-pdf-document_topic910_post4330.html#4330</guid>
  </item> 
  <item>
   <title><![CDATA[Problems writing images to PDF &#100;ocument : Hi!I&amp;#039;ve answered already...]]></title>
   <link>http://www.quickpdf.org/forum/problems-writing-images-to-pdf-document_topic910_post4325.html#4325</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 910<br /><strong>Posted:</strong> 18 Jun 08 at 2:05AM<br /><br />Hi!<br><br>I've answered already via mail but ...<br>It's not necessary for dlls to have an entry point ... it's not a must.<br>With version 5.21 i've made a lot of "tiff to pdf" samples and i don't have the problems you has described - even with "xx mb-images".<br>Why do you work with single images?<br>With QP you can get the multipage-tiff one time and then selecting each page. <br><br>Perhaps you can post a snippet from your relevant code here and we can look on it ...<br><br>Best regards,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 02:05:48 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-writing-images-to-pdf-document_topic910_post4325.html#4325</guid>
  </item> 
  <item>
   <title><![CDATA[Problems writing images to PDF &#100;ocument : I am using an older version of...]]></title>
   <link>http://www.quickpdf.org/forum/problems-writing-images-to-pdf-document_topic910_post4324.html#4324</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=868">pdfuser</a><br /><strong>Subject:</strong> 910<br /><strong>Posted:</strong> 17 Jun 08 at 2:46PM<br /><br />I am using an older version of iSed.dll (3/2/2004) .&nbsp;&nbsp;<DIV>&nbsp;</DIV><DIV>I am extracting the images from a multipage .tiff file into a standalone temperoray single image file. I am having problems writing images to the pdf document. I am reading the image from a single image file using AddImageFromFile. The smaller images (4KB) seem to&nbsp;write ok but larger (25KB) images dont get written&nbsp;to PDF doc. It seems as if the AddImageFromFile is reading it but ImageHeight and ImageWidth are 0. </DIV><DIV>&nbsp;</DIV><DIV>I tried to get iSEDQuickPDF.dll v 5.22 dated 1/3/07 &nbsp;from the download page but I cannot register it. I get an error saying that "dll is loaded but cannot be registered. No entry point for the dll".</DIV><DIV>&nbsp;</DIV><DIV>Please help. </DIV>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 14:46:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/problems-writing-images-to-pdf-document_topic910_post4324.html#4324</guid>
  </item> 
 </channel>
</rss>