From b670565abc579de5bda946b7538545aa967e6cd2 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 21 Dec 2023 17:38:49 -0500 Subject: Convert scientific notation in JSON to fixed point (fixes #1079) JSON accepts scientific notation, but PDF doesn't. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7450ddbc..b267f4f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2023-12-21 Jay Berkenbilt + * Fix to QPDF JSON: a floating point number that appears in + scientific notation will be converted to fixed-point notation, + rounded to six digits after the decimal point. Fixes #1079. + * Fix to QPDF JSON: the syntax "n:/pdf-syntax" is now accepted as an alternative way to represent names. This can be used for any name (e.g. "n:/text#2fplain"), but it is necessary when the name -- cgit v1.2.3-54-g00ecf