<!DOCTYPE html><html><head>
<style type="text/css">body { font-family:'Times New Roman'; font-size:13px}</style>
</head>
<body>En Thu, 17 Mar 2016 21:10:03 -0600, silvioprog <silvioprog@gmail.com> escribió:<br><br><blockquote style="margin: 0 0 0.80ex; border-left: #0000FF 2px solid; padding-left: 1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Mar 15, 2016 at 4:38 AM, Michael Van Canneyt <span dir="ltr"><<a href="mailto:michael@freepascal.org" target="_blank">michael@freepascal.org</a>></span> wrote:</div><div class="gmail_quote">[...]<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
I have (hopefully) fixed this. rev. 33255.</blockquote></div><div><br></div><div>The crash was fixed after upgrade my FPC. But it still generating five empty pages even applying the Jesus Reyes' patch. :-/</div><div><br></div>-- <br><div><div dir="ltr"><div>Silvio Clécio</div></div></div>
</div></div>
</blockquote><div><br></div><div>I took a look at the pdf file you posted on march 5. I think I know why your file looks so odd, all numeric values non-integers are written in the pdf file using COMMA :)</div><div><br></div><div>This is an extract of some stream on your file:</div><div><br></div><div><br></div>/F3 23 Tf<br>0 0 0 RG<br>BT<br>70,87 785,31 TD<br>(Basic Shapes) Tj<br>ET<br>1 0 0 RG<br>0,21 0,7 0,27 rg<br>1 J<br>3 w<br><div>85,04 615,23 113,39 56,69 re</div><div><br></div><div>An this is how it should look:<br></div><div><br></div><div><br></div><div>/F3 23 Tf<br>0 0 0 RG<br>BT<br>70.87 785.31 TD<br>(Basic Shapes) Tj<br>ET<br>1 0 0 RG<br>0.21 0.7 0.27 rg<br>1 J<br>3 w<br>85.04 615.23 113.39 56.69 re</div><div><br></div><div>so your locale is playing a role here, numeric conversions in the pdf library should be made locale agnostic.</div><div>try to change your decimalseparator to "." before and try again.</div><div><br></div><div>Jesus Reyes A.</div><br><div id="M2Signature"><div>-- </div><div>Usando el cliente de correo de Opera: <a href="http://www.opera.com/mail/">http://www.opera.com/mail/</a></div></div></body></html>