<?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 : PDF Width/Height are wrong</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 : PDF Width/Height are wrong]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 04:47:18 +0000</pubDate>
  <lastBuildDate>Fri, 12 Dec 2008 11:00:49 +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=992</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[PDF Width/Height are wrong : Hi,  at the moment the problem...]]></title>
   <link>http://www.quickpdf.org/forum/pdf-width-height-are-wrong_topic992_post4627.html#4627</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=114">FKirch</a><br /><strong>Subject:</strong> 992<br /><strong>Posted:</strong> 12 Dec 08 at 11:00AM<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>at the moment the problem is fixed by:</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV><DIV>procedure TForm1.Button3Click(Sender: TObject);<BR>var<BR>&nbsp; Q&nbsp;&nbsp;&nbsp; : TisedQuickPDF;<BR>begin<BR>&nbsp; Q&nbsp;&nbsp;&nbsp; := TisedQuickPDF.Create;<BR>&nbsp; Q.UnlockKey('...');<BR>&nbsp; Q.LoadFromFile('567153.PDF');<BR>&nbsp; Q.SetMeasurementUnits(1);</DIV><DIV>&nbsp;</DIV><DIV>if Q.HasPageBox(2) then<BR>&nbsp; ShowMessage(Format('Width: %-3.2fmm',&#091;Q.GetPageBox(2,2)&#093;)+' '+<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Format('Height: %-3.2fmm',&#091;Q.GetPageBox(2,3)&#093;))</DIV><DIV>else</DIV><DIV>&nbsp; ShowMessage(Format('Width: %-3.2fmm',&#091;Q.PageWidth&#093;)+' '+<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Format('Height: %-3.2fmm',&#091;Q.PageHeight&#093;));<BR>end;<BR></pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Is this the correct way to retrieve the page dimensions?</DIV></DIV>]]>
   </description>
   <pubDate>Fri, 12 Dec 2008 11:00:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-width-height-are-wrong_topic992_post4627.html#4627</guid>
  </item> 
  <item>
   <title><![CDATA[PDF Width/Height are wrong :  Hi,most probably it is a problem...]]></title>
   <link>http://www.quickpdf.org/forum/pdf-width-height-are-wrong_topic992_post4626.html#4626</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=370">ukobsa</a><br /><strong>Subject:</strong> 992<br /><strong>Posted:</strong> 12 Dec 08 at 3:14AM<br /><br />Hi,<br><br>most probably it is a problem with the combinations of Media, Crop, Trim etc. Box. Can you use GetPageBox and post all dimensions for the different box types?<br><br>best regards,<br>Uli <br><span style="font-size:10px"><br /><br />Edited by ukobsa - 12 Dec 08 at 3:15AM</span>]]>
   </description>
   <pubDate>Fri, 12 Dec 2008 03:14:48 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-width-height-are-wrong_topic992_post4626.html#4626</guid>
  </item> 
  <item>
   <title><![CDATA[PDF Width/Height are wrong : Hi Fritz!We don&amp;#039;t have an...]]></title>
   <link>http://www.quickpdf.org/forum/pdf-width-height-are-wrong_topic992_post4625.html#4625</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 992<br /><strong>Posted:</strong> 12 Dec 08 at 1:56AM<br /><br />Hi Fritz!<br><br>We don't have an upload-button here. Sorry.<br>But you can send the file to me and if i won't find an explanation by myself i would upload it in my webspace.<br><br>Cheers, Ingo<br><br>]]>
   </description>
   <pubDate>Fri, 12 Dec 2008 01:56:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-width-height-are-wrong_topic992_post4625.html#4625</guid>
  </item> 
  <item>
   <title><![CDATA[PDF Width/Height are wrong : Hallo Ingo,  ich sehe hier nirgends...]]></title>
   <link>http://www.quickpdf.org/forum/pdf-width-height-are-wrong_topic992_post4624.html#4624</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=114">FKirch</a><br /><strong>Subject:</strong> 992<br /><strong>Posted:</strong> 12 Dec 08 at 1:37AM<br /><br />Hallo Ingo,<DIV>&nbsp;</DIV><DIV>ich sehe hier nirgends einen UPLOAD-Button. Wie soll ich das PDF hochladen? Ich habe leider keinen WebSpace.</DIV><DIV>&nbsp;</DIV><DIV>Hi Ingo,</DIV><DIV>I see no UPLOAD-Button. How to do uploading a file in this forum?</DIV>]]>
   </description>
   <pubDate>Fri, 12 Dec 2008 01:37:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-width-height-are-wrong_topic992_post4624.html#4624</guid>
  </item> 
  <item>
   <title><![CDATA[PDF Width/Height are wrong : Hi Fritz,  you can&amp;#039;t upload...]]></title>
   <link>http://www.quickpdf.org/forum/pdf-width-height-are-wrong_topic992_post4623.html#4623</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 992<br /><strong>Posted:</strong> 11 Dec 08 at 2:46PM<br /><br />Hi Fritz,<DIV>&nbsp;</DIV><DIV>you can't upload a file here. Perhaps you have anywhere own online-place for the file?</DIV><DIV>Normally (what's that?) the dimensions should be the same. Perhaps you set it in QuickPDF to unit millimeters and in acrobat there are pixels? Perhaps there are different pages?</DIV><DIV>What are the dimensions from acrobat and what are the dimensions from QuickPDF? Perhaps seeing both can give an answer already?</DIV><DIV>&nbsp;</DIV><DIV>Cheers, Ingo</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 11 Dec 2008 14:46:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-width-height-are-wrong_topic992_post4623.html#4623</guid>
  </item> 
  <item>
   <title><![CDATA[PDF Width/Height are wrong : Hi to all,  can anybody tell...]]></title>
   <link>http://www.quickpdf.org/forum/pdf-width-height-are-wrong_topic992_post4622.html#4622</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=114">FKirch</a><br /><strong>Subject:</strong> 992<br /><strong>Posted:</strong> 11 Dec 08 at 12:35PM<br /><br />Hi to all,<DIV>&nbsp;</DIV><DIV>can anybody tell me why quickpdf returns pagewidth/pageheight different to the values returned by acrobat reader?</DIV><DIV>&nbsp;</DIV><DIV>This is my sourcecode:</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>procedure TForm1.Button3Click(Sender: TObject);<BR>var<BR>&nbsp; Q&nbsp;&nbsp;&nbsp; : TisedQuickPDF;<BR>begin<BR>&nbsp; Q&nbsp;&nbsp;&nbsp; := TisedQuickPDF.Create;<BR>&nbsp; Q.UnlockKey('...');<BR>&nbsp; Q.LoadFromFile('567153.PDF');<BR>&nbsp; Q.SetMeasurementUnits(1);<BR>&nbsp; ShowMessage(Format('Width: %-3.2fmm',&#091;Q.PageWidth&#093;)+' '+<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Format('Height: %-3.2fmm',&#091;Q.PageHeight&#093;));<BR>end;<BR></DIV><DIV></pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Thankx for your help...</DIV><DIV>&nbsp;</DIV><DIV>By the way: How can I upload my file?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 11 Dec 2008 12:35:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/pdf-width-height-are-wrong_topic992_post4622.html#4622</guid>
  </item> 
 </channel>
</rss>