<?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 : Help extracting page size</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 : Help extracting page size]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 23:57:20 +0000</pubDate>
  <lastBuildDate>Sat, 30 Jun 2007 10:06:32 +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=752</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[Help extracting page size : Hi Ingo  Now my code works with...]]></title>
   <link>http://www.quickpdf.org/forum/help-extracting-page-size_topic752_post3650.html#3650</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=664">mac32bit</a><br /><strong>Subject:</strong> 752<br /><strong>Posted:</strong> 30 Jun 07 at 10:06AM<br /><br />Hi Ingo<DIV>&nbsp;</DIV><DIV>Now my code works with the key :)</DIV><DIV>&nbsp;</DIV><DIV>594 x 841 !!!</DIV><DIV>&nbsp;</DIV><DIV>procedure TForm2.Button2Click(Sender: TObject);<BR>var<BR>QP : TiSEDQuickPDF;<BR>hmillis, wmillis : integer;<BR>begin<BR>&nbsp; QP := TiSEDQuickPDF.Create;<BR>&nbsp; try<BR>&nbsp; QP.UnlockKey('343738366767A06BE886EBF94443CB0F');<BR>&nbsp; QP.LoadFromFile(Edit1.Text);<BR>&nbsp; QP.SetMeasurementUnits(1); // values as millimeters<BR>&nbsp; hmillis := Round(QP.PageHeight);<BR>&nbsp; wmillis := Round(QP.PageWidth);<BR>&nbsp; wh.Text := IntToStr(wmillis) + ' x ' + IntToStr(hmillis);<BR>&nbsp; finally<BR>&nbsp;&nbsp;&nbsp; QP.Free;<BR>&nbsp; end;<BR>end;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks for your help</DIV><DIV>&nbsp;</DIV><DIV>Mac</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 30 Jun 2007 10:06:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/help-extracting-page-size_topic752_post3650.html#3650</guid>
  </item> 
  <item>
   <title><![CDATA[Help extracting page size :  Hi Mac!You see the dimensions...]]></title>
   <link>http://www.quickpdf.org/forum/help-extracting-page-size_topic752_post3649.html#3649</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 752<br /><strong>Posted:</strong> 30 Jun 07 at 9:21AM<br /><br />Hi Mac!<br><br>You see the dimensions of the page that is actually selected.<br>An unlock-key for testing one month is here:<br>343738366767A06BE886EBF94443CB0F<br>Evaluation valid until 30 July 2007<br><br>We've posted here purchase-links... you can still buy the components.<br>Please read here:<br>http://www.quickpdf.org/forum/forum_posts.asp?TID=698<br>But keep in mind you can get support only from quickpdf-users without any guaranties.<br><br>Best regards,<br>Ingo<br><br><span style="font-size:10px"><br /><br />Edited by Ingo - 30 Jun 07 at 9:26AM</span>]]>
   </description>
   <pubDate>Sat, 30 Jun 2007 09:21:44 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/help-extracting-page-size_topic752_post3649.html#3649</guid>
  </item> 
  <item>
   <title><![CDATA[Help extracting page size : Hi Ingo I have made some progress...]]></title>
   <link>http://www.quickpdf.org/forum/help-extracting-page-size_topic752_post3648.html#3648</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=664">mac32bit</a><br /><strong>Subject:</strong> 752<br /><strong>Posted:</strong> 30 Jun 07 at 9:09AM<br /><br /><DIV>Hi Ingo <BR>&nbsp;<BR>I have made some progress thanks to your helpful reply.</DIV><DIV>The problem is that QP.PageHeight and QP.PageHeight do not return anything other than 216 x 279 mm</DIV><DIV>The actual page properties of my test file (as shown in Acrobat Reader) are 23.29 x 33.11 in (594 x 841 mm)</DIV><DIV>I think this is because I do not have an UnlockKey. The manual says that "The library must be unlocked before it can be used"</DIV><DIV>How can I buy one when the author is no longer selling the software? I only have the 5.21 Delphi DCUs from this forum.</DIV><DIV>Thanks again for your help!</DIV><DIV>Mac</DIV><DIV><BR>Is this code correct ?</DIV><DIV>procedure TForm2.Button2Click(Sender: TObject);<BR>var<BR>QP : TiSEDQuickPDF;<BR>hmillis, wmillis : integer;<BR>begin<BR>&nbsp; QP := TiSEDQuickPDF.Create;<BR>&nbsp; try<BR>&nbsp; QP.LoadFromFile(Edit1.Text);<BR>&nbsp; QP.SetMeasurementUnits(1); // values as millimeters</DIV><DIV>// I tried your suggestion<BR>&nbsp; hmillis := Round(QP.PageHeight);<BR>&nbsp; wmillis := Round(QP. PageHeight);</DIV><DIV>// And I tried this<BR>&nbsp; wmillis := Round(QP.GetPageBox(2,2));<BR>&nbsp; hmillis := Round(QP.GetPageBox(2,3));</DIV><DIV>&nbsp; wh.Text := IntToStr(wmillis) + ' x ' + IntToStr(hmillis);</DIV><DIV>&nbsp; finally<BR>&nbsp;&nbsp;&nbsp; QP.Free;<BR>&nbsp; end;</DIV><DIV>end;<BR></DIV>]]>
   </description>
   <pubDate>Sat, 30 Jun 2007 09:09:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/help-extracting-page-size_topic752_post3648.html#3648</guid>
  </item> 
  <item>
   <title><![CDATA[Help extracting page size : Hi Mac!I&amp;#039;ve uploaded the...]]></title>
   <link>http://www.quickpdf.org/forum/help-extracting-page-size_topic752_post3647.html#3647</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 752<br /><strong>Posted:</strong> 29 Jun 07 at 3:23PM<br /><br />Hi Mac!<br><br>I've uploaded the reference guide now.<br>You and all the other ones can get it here:<br>http://www.is-soft.de/qpguide/qp511refguide.pdf<br><br>Here is a short delphi example.<br>First as pixels and second as millimeters:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.SetMeasurementUnits(0); // values as pixel<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hmillis := Round(QP.PageHeight);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wmillis := Round(QP.PageWidth);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wh.Text := IntToStr(wmillis) + ' x ' + IntToStr(hmillis) + ' Pixel';<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; QP.SetMeasurementUnits(1); // values as millimeters<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hmillis := Round(QP.PageHeight);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wmillis := Round(QP.PageWidth);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wh.Text := IntToStr(wmillis) + ' x ' + IntToStr(hmillis);<br><br>Best regards,<br>Ingo<br><br>]]>
   </description>
   <pubDate>Fri, 29 Jun 2007 15:23:04 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/help-extracting-page-size_topic752_post3647.html#3647</guid>
  </item> 
  <item>
   <title><![CDATA[Help extracting page size : Hi  I have 2500+ PDF filesthat...]]></title>
   <link>http://www.quickpdf.org/forum/help-extracting-page-size_topic752_post3644.html#3644</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=664">mac32bit</a><br /><strong>Subject:</strong> 752<br /><strong>Posted:</strong> 29 Jun 07 at 12:12PM<br /><br />Hi<DIV>&nbsp;</DIV><DIV>I have 2500+ PDF files&nbsp;that I need to extract&nbsp;the page size from.</DIV><DIV>&nbsp;</DIV><DIV>I have downloaded the <strong>QuickPDF v5.21 </strong>Delphi 6 DCUs and added the&nbsp;folder they are in to my library path but that is as far as I have got.</DIV><DIV>&nbsp;</DIV><DIV>Is there a manual I can get hold of as I dont know how to use the functions with Delphi 6.</DIV><DIV>&nbsp;</DIV><DIV>Maybe someone&nbsp;could&nbsp;give me some&nbsp;sample code of how to do this. </DIV><DIV>&nbsp;</DIV><DIV>Many thanks in advance.</DIV><DIV>&nbsp;</DIV><DIV>Mac</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 29 Jun 2007 12:12:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/help-extracting-page-size_topic752_post3644.html#3644</guid>
  </item> 
 </channel>
</rss>