Hi Pete<br><br>Thank you for your response.&nbsp; Actually I need not only the dimensions but the position of the box in the page, in order to put the signature field in the pdf file. is it possible to know and print the box position in a page using LaTeX? <br>
<br>Thanks in advance<br>&nbsp;&nbsp;&nbsp;&nbsp; Francisco<br><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
<br>
&gt; or I can add a signature PDF field with a LaTeX command?<br>
<br>
</div>When you look at the code that builds such a box, you can see<br>
dimensions used. These can be printed to the LOG file as this example<br>
shows:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;\newsavebox{\rulebox}<br>
 &nbsp; &nbsp; &nbsp; &nbsp;\newlength{\ruledimen}<br>
 &nbsp; &nbsp; &nbsp; &nbsp;\begin{document}<br>
 &nbsp; &nbsp; &nbsp; &nbsp;\sbox{\rulebox}{\makebox[1cm]{\hrulefill}}%<br>
 &nbsp; &nbsp; &nbsp; &nbsp;\settoheight{\ruledimen}{\usebox{\rulebox}}%<br>
 &nbsp; &nbsp; &nbsp; &nbsp;\typeout{\the\ruledimen}%<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Default rule height is \the\ruledimen.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;\settodepth{\ruledimen}{\usebox{\rulebox}}%<br>
 &nbsp; &nbsp; &nbsp; &nbsp;\typeout{\the\ruledimen}%<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Default rule depth is \the\ruledimen.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;\end{document}<br>
<br>
With<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;\immediate\write16{\jobname: some text}<br>
<br>
you could send information to the shell/console window. LaTeXiT also<br>
shows how this can be done.<br>
<br>
--<br>
Greetings<br>
<br>
 &nbsp; Pete<br>
<br>
&quot;We need a president who&#39;s fluent in at least one language.&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;– Buck Henry<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
XeTeX mailing list<br>
<a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/listinfo/xetex</a><br>
</blockquote></div><br>