【问题标题】:TCPDF Setting Fixed BorderTCPDF 设置固定边框
【发布时间】:2011-06-06 06:36:42
【问题描述】:

我正在使用 PHP 使用 tcpdf 将 HTML 转换为 PDF。

请在此处查看以下给定内容的输出。

<div style="text-indent: -76.5pt; margin: 0in 54.9pt 0pt 76.5pt;"><strong><span style="font-size: small;"><span style="text-transform: uppercase;">Motion with Constant Acceleration</span></span></strong>&nbsp;</div>
<p style="text-indent: -76.5pt; margin: 0in 54.9pt 0pt 76.5pt;"><span style="text-transform: uppercase;">Overview<br />
</span><br />
The concepts of displacement, velocity, and acceleration are very important to master.&nbsp;The study of acceleration provides an important link between kinematics (the study of motion) and dynamics (the study of the causes of motion).&nbsp;The study of acceleration also plays a key role in understanding such concepts as gravity, circular motion, harmonic motion, electricity and magnetism. The simplest case of acceleration to analyze mathematically is that for an object moving with a constant acceleration. This is the situation for any object experiencing a constant force.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<div style="text-indent: -76.5pt; margin: 0in 54.9pt 0pt 76.5pt;" class="rteindent1">
<div style="text-indent: -76.5pt;"><span style="font-size: 9pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.&nbsp;&nbsp; You will measure the position of at&nbsp;various&nbsp;time intervals as it moves down an&nbsp; inclined track due to the force of &nbsp;&nbsp;&nbsp;&nbsp;gravity. A tape timer will be used to measure time intervals of 0.1 s and the corresponding displacement in position.</span></div>
<div style="text-indent: -76.5pt;">&nbsp;</div>
<div style="text-align: justify; text-indent: -13.5pt;"><span style="font-size: 9pt;">2. Next, you will determine the average&nbsp;&nbsp; velocity and time for several points along the carts path of motion from the tape timer data.</span></div>
<div style="text-indent: -76.5pt;">&nbsp;</div>
<div style="text-align: justify; text-indent: -13.5pt;"><span style="font-size: 9pt;">3. Finally, you will determine the acceleration of the cart down the track from a plot of the average velocity vs. time. Using trigonometric principles, you will verify that the acceleration is due to the force of gravity.</span></div>
</div>

请注意输出的内容是否超出了边界。我发现通过 提供 text-indent:-76px 样式会发生这种情况。 Even *if i give that style* content should not go out of the page... 应该做些什么来解决这个问题?

提前谢谢....

【问题讨论】:

    标签: php html tcpdf


    【解决方案1】:

    似乎忽略了边距。 您是否尝试过像这样指定所有边距(有时 TCPDF 往往会忽略某些内容):

    margin-top: 0in;
    margin-right: 54.9pt;
    etc...
    

    我想到的另一件事:您确定 TCPDF 支持 0in 作为符号吗?您是否尝试将其更改为 0pt?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-07-18
      • 2013-03-24
      • 2017-12-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多