From 4400ce84eeb204cdcb35950dd8fde094fc249051 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 21 Dec 2023 17:14:28 -0500 Subject: Add "n:/pdf-name" to qpdf JSON for binary names (fixes #1072) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 414244be..7450ddbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2023-12-21 Jay Berkenbilt + * 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 + contains binary characters. For example, /one#a0two must be + represented as "n:/one#a0two" since the single byte a0 is not + valid in JSON. Fixes #1072. + * From M. Holger: Refactor QPDFParser for performance. See #1059 for a discussion. -- cgit v1.2.3-54-g00ecf