PDF-Writer
PDF-Writer copied to clipboard
[bug][fix] DetermineDoubleTrimmedLength
when writing double number some operating system have number separator "." and others "," (without ") because of that i get a little headache.
OMG ! the problem is bigger than I thought.
/Rect /Pages /MediaBox
got "," correct value is "." (without ")
PD: PDFWriter have good code and i like it. thanks to the author and contributors.
hello, i solve the issue ... on my c++ project define: setlocale(LC_ALL,"C");
it works !!!
Thanks. At some point i'd like to look into this and make number writing with my own code rather than rely on locale (as it seems to happen). If i remember the code correclty that shouldn't be too tough, i tend to funnel all writing via the ObjectsContext anyways.