<?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 : Converting Tif to PDF</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 : Converting Tif to PDF]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 04:54:48 +0000</pubDate>
  <lastBuildDate>Tue, 14 Oct 2008 18:59:45 +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=976</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[Converting Tif to PDF : Ok. I understand now. I didn&amp;#039;t...]]></title>
   <link>http://www.quickpdf.org/forum/converting-tif-to-pdf_topic976_post4551.html#4551</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=964">rgoodson</a><br /><strong>Subject:</strong> 976<br /><strong>Posted:</strong> 14 Oct 08 at 6:59PM<br /><br />Ok. I understand now. I didn't realize that the program stopped execution until the SaveAsFile function was completed, and that the function returns a value letting you know if the file was created successfully or not. I have everything working properly now. Thank you for your help.<DIV>&nbsp;</DIV><DIV>Reagan</DIV>]]>
   </description>
   <pubDate>Tue, 14 Oct 2008 18:59:45 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/converting-tif-to-pdf_topic976_post4551.html#4551</guid>
  </item> 
  <item>
   <title><![CDATA[Converting Tif to PDF : Hi!I don&amp;#039;t know detailed...]]></title>
   <link>http://www.quickpdf.org/forum/converting-tif-to-pdf_topic976_post4550.html#4550</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 976<br /><strong>Posted:</strong> 14 Oct 08 at 1:40AM<br /><br />Hi!<br>I don't know detailed what you're meaning ...<br>It's a problem if pdf-creation lasts very long 'cause there are no options for showing progress. But this should be no problem if you're always using syntax like "try...finally...".<br>Best regards,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Tue, 14 Oct 2008 01:40:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/converting-tif-to-pdf_topic976_post4550.html#4550</guid>
  </item> 
  <item>
   <title><![CDATA[Converting Tif to PDF : Thank you for your help. This...]]></title>
   <link>http://www.quickpdf.org/forum/converting-tif-to-pdf_topic976_post4549.html#4549</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=964">rgoodson</a><br /><strong>Subject:</strong> 976<br /><strong>Posted:</strong> 13 Oct 08 at 11:05AM<br /><br /><P>Thank you for your help. This method worked great.</P><P>By the way, is there an event handler that will let you know when the pdf creation has been finished? I can look at the functions at this link: <a href="http://web.archive.org/web/20040803091539/www.sedtech.com/isedquickpdf/?page=functi&#111;ns" target="_blank">http://web.archive.org/web/20040803091539/www.sedtech.com/isedquickpdf/?page=functions</A>, but I do not see anything about Events or Properties.</P><span style="font-size:10px"><br /><br />Edited by rgoodson - 13 Oct 08 at 4:59PM</span>]]>
   </description>
   <pubDate>Mon, 13 Oct 2008 11:05:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/converting-tif-to-pdf_topic976_post4549.html#4549</guid>
  </item> 
  <item>
   <title><![CDATA[Converting Tif to PDF : Hi,i&amp;#039;ve used the search-function...]]></title>
   <link>http://www.quickpdf.org/forum/converting-tif-to-pdf_topic976_post4547.html#4547</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 976<br /><strong>Posted:</strong> 13 Oct 08 at 2:09AM<br /><br />Hi,<br><br>i've used the search-function (above) and found this code-part:<br><br>// . . .<br><br>&nbsp; QP := TiSEDQuickPDF.Create;<br>&nbsp; try<br>&nbsp;&nbsp;&nbsp; QP.UnlockKey(PDF_Unlock_Key);<br>&nbsp;&nbsp;&nbsp; DocID := QP.NewDocument ;<br>&nbsp;&nbsp;&nbsp; QP.SelectDocument(DocID) ;<br>&nbsp;&nbsp;&nbsp; QP.SelectPage(1) ;<br>&nbsp;&nbsp;&nbsp; ImageID := QP.AddImageFromFile(ImageFileName, 0) ;<br>&nbsp;&nbsp;&nbsp; QP.SelectImage(ImageID) ;<br>&nbsp;&nbsp;&nbsp; if (QP.ImageWidth&nbsp; &gt; QP.PageWidth)&nbsp; or<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (QP.ImageHeight &gt; QP.PageHeight) then <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; begin<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; W := QP.PageWidth ;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; H := QP.PageHeight ;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; begin<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; W := QP.ImageWidth ;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; H := QP.ImageHeight ;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end ;<br>&nbsp;&nbsp;&nbsp; QP.FitImage(1, QP.PageHeight-80, W, H, 1, 1, 0) ;<br>&nbsp;&nbsp;&nbsp; QP.SaveToFile(ChangeFileExt(ImageFileName, '.pdf')) ;<br>&nbsp; finally<br>&nbsp;&nbsp;&nbsp;&nbsp; QP.Free ;<br>&nbsp; end ;<br><br>// . . .<br><br>Best regards,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Mon, 13 Oct 2008 02:09:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/converting-tif-to-pdf_topic976_post4547.html#4547</guid>
  </item> 
  <item>
   <title><![CDATA[Converting Tif to PDF : Hello,  I tried changing the...]]></title>
   <link>http://www.quickpdf.org/forum/converting-tif-to-pdf_topic976_post4546.html#4546</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=964">rgoodson</a><br /><strong>Subject:</strong> 976<br /><strong>Posted:</strong> 12 Oct 08 at 12:16PM<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I tried changing the 0 to 1, but the resulting pdf is still blank. I did notice that if I change tif files that I am using to import, the size of the pdf file is changed, so apparently something is being done to the pdf file based on the tif file imported, its just not be displayed. Is there some finalize setting or something I need to do?</DIV><DIV>&nbsp;</DIV><DIV>Here is my revised code:</DIV><DIV>&nbsp;</DIV><DIV>Dim QP As iSED.QuickPDF<BR>Dim ImageID As Long<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>Set QP = CreateObject("iSED.QuickPDF")<BR>Call QP.UnlockKey("my eval license code")<BR>Call QP.NewDocument<BR>ImageID = QP.AddImageFromFile("c:\test.tif", 1)<BR>Call QP.DrawImage(0, 0, 612, 792)<BR>QP.SaveToFile ("c:\output.pdf")<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>Set QP = Nothing</DIV>]]>
   </description>
   <pubDate>Sun, 12 Oct 2008 12:16:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/converting-tif-to-pdf_topic976_post4546.html#4546</guid>
  </item> 
  <item>
   <title><![CDATA[Converting Tif to PDF : Hi!  TIFs can have more than...]]></title>
   <link>http://www.quickpdf.org/forum/converting-tif-to-pdf_topic976_post4544.html#4544</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 976<br /><strong>Posted:</strong> 11 Oct 08 at 4:03PM<br /><br />Hi!<DIV>&nbsp;</DIV><DIV>TIFs can have more than one page - So you have to insert the pagenumber you want to add. If you want page 1 ('cause there's only page 1 then insert 1). For all other imagetypes this parameter should be always 0 - for TIFs this parameter should be 1 or any other pagenumber but not 0.</DIV><DIV>&nbsp;</DIV><DIV>Best regards and welcome here,</DIV><DIV>Ingo</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 11 Oct 2008 16:03:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/converting-tif-to-pdf_topic976_post4544.html#4544</guid>
  </item> 
  <item>
   <title><![CDATA[Converting Tif to PDF : Hello,  I am trying to convert...]]></title>
   <link>http://www.quickpdf.org/forum/converting-tif-to-pdf_topic976_post4541.html#4541</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=964">rgoodson</a><br /><strong>Subject:</strong> 976<br /><strong>Posted:</strong> 10 Oct 08 at 9:07PM<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I am trying to convert a single-page tif to a pdf. Everytime I try it, it creates a document with a one-page blank document. I am using version 5.22.0.145 (although I have noticed than in the References section of VB6, it is listed as iSEDQuickPDF 5.20).</DIV><DIV>&nbsp;</DIV><DIV>My code is as follows:</DIV><DIV>&nbsp;</DIV><DIV>Dim QP As iSED.QuickPDF<BR>Dim ImageID As Long<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>Set QP = CreateObject("iSED.QuickPDF")<BR>Call QP.UnlockKey("my&nbsp;evaluation code")<BR>Call QP.NewDocument<BR>ImageID = QP.AddImageFromFile("c:\test.tif", 0)<BR>Call QP.DrawImage(0, 0, 612, 792)<BR>QP.SaveToFile ("c:\output.pdf")</DIV><DIV>&nbsp;</DIV><DIV>Can you tell what I am doing wrong?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 10 Oct 2008 21:07:46 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/converting-tif-to-pdf_topic976_post4541.html#4541</guid>
  </item> 
 </channel>
</rss>