aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-30 15:23:48 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-31 02:03:08 +0200
commitf049a77c5962a0e41723bc83900656ece821d916 (patch)
tree56f812a43074bfe2dfee658bbef014c094d2af1e /manual
parent04fc7c4bea9b4efa38a7398b6db56a8fe5273bfb (diff)
downloadqpdf-f049a77c5962a0e41723bc83900656ece821d916.tar.zst
Add additional information when listing attachments
Diffstat (limited to 'manual')
-rw-r--r--manual/cli.rst5
-rw-r--r--manual/release-notes.rst10
2 files changed, 14 insertions, 1 deletions
diff --git a/manual/cli.rst b/manual/cli.rst
index c6e408c6..194bfacd 100644
--- a/manual/cli.rst
+++ b/manual/cli.rst
@@ -3124,7 +3124,10 @@ Related Options
:qpdf:ref:`--verbose`, additional information, including preferred
file name, description, dates, and more are also displayed. The key
is usually but not always equal to the file name and is needed by
- some of the other options. See also :ref:`attachments`.
+ some of the other options. See also :ref:`attachments`. Note that
+ this option displays dates in PDF timestamp syntax. When attachment
+ information is included in json output (see :ref:`--json`), dates
+ are shown in ISO-8601 format.
.. qpdf:option:: --show-attachment=key
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 31ddabfd..d106ec11 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -96,6 +96,13 @@ For a detailed list of changes, please see the file
- See :ref:`breaking-crypto-api` for specific details, and see
:ref:`weak-crypto` for a general discussion.
+ - CLI Enhancements
+
+ - ``qpdf --list-attachments --verbose`` include some additional
+ information about attachments. Additional information about
+ attachments is also included in the ``attachments`` json key
+ with ``--json``.
+
- Library Enhancements
- New methods ``insertItemAndGet``, ``appendItemAndGet``,
@@ -120,6 +127,9 @@ For a detailed list of changes, please see the file
- Add new ``Pipeline`` type ``Pl_String`` to append to a
``std::string``.
+ - Add methods to QUtil for converting PDF timestamps and QPDFTime
+ objects to ISO-8601 timestamps.
+
- Enhance JSON class to better support incrementally reading and
writing large amounts of data without having to keep everything
in memory.