From d756de223e4916c07f73c9278db409dee2d868f5 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Wed, 26 Apr 2023 13:43:11 +0200 Subject: [PATCH] PDF notes: /SubType -> /Subtype --- pdf/pdf-notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf/pdf-notes b/pdf/pdf-notes index 9b6a1ff..1e72b80 100644 --- a/pdf/pdf-notes +++ b/pdf/pdf-notes @@ -84,7 +84,7 @@ Annotations: (section 8.4, page 604) page -> /Annots -> array of annotation dictionaries /Type /Annot optional - /SubType xxx + /Subtype xxx /Rect [rectangle] location on page /Contents (string) /P -> page containing this annot -- GitLab