This is very interesting. I have never seen something like this caused by an Windows update. The PDF device does use a number of Windows API calls for font processing so if the update broke any of that functionality, it is possible that it is the cause of the problem.
I will research this further and see if this is the case.
We did some research : The update was not installed on the PC.
What is more interesting : the *only* difference between the 'blanc' pdf, and the correct one, is the windows 10 user account. So : user 1 - no problems, user 2 -> blanc pdf's.
I sent you the 2 pdf's for further analyses, and hope you can figure out what is happening.
We received your email and this is a different issue. To solve the problem, you need to keep the RB ppFormatSettings equal to the Delphi FormatSettings when you change it in code.
Comments
term your customer should probably uninstall it. See something like
https://blog.brankovucinec.com/2015/12/10/kb3102429-causes-crystal-report-export-to-pdf-to-fail/
for more details
If possible please send a copy of the invalid PDF file to
support@digital-metaphors.com so we can research the problem.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This is very interesting. I have never seen something like this caused
by an Windows update. The PDF device does use a number of Windows API
calls for font processing so if the update broke any of that
functionality, it is possible that it is the cause of the problem.
I will research this further and see if this is the case.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
We did some research : The update was not installed on the PC.
What is more interesting : the *only* difference between the 'blanc' pdf,
and the correct one, is the windows 10 user account.
So : user 1 - no problems, user 2 -> blanc pdf's.
I sent you the 2 pdf's for further analyses, and hope you can figure out
what is happening.
kind regards,
Dirk Janssens,.
We received your email and this is a different issue. To solve the
problem, you need to keep the RB ppFormatSettings equal to the Delphi
FormatSettings when you change it in code.
uses
ppUtils;
FormatSettings.DecimalSeparator := ',';
ppFormatSettings := FormatSettings;
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com