diff --git a/TODO-pages.md b/TODO-pages.md index b3ddc07d..f9774d25 100644 --- a/TODO-pages.md +++ b/TODO-pages.md @@ -541,11 +541,13 @@ gh search issues label:pages --repo qpdf/qpdf --limit 200 --state=open * Split pages based on outlines * Issues: #477 * Keep relevant parts of outline hierarchy - * Issues: #457, #356, #343, #323 + * Issues: #457, #356, #343, #323, #1199 * Notes: * There is some helpful discussion in #343 including * Preserving open/closed status * Preserving javascript actions + * #1199 suggests being able to add outlines based on the file name when merging files. A related + idea could be merge outline hierarchies by creating a new top-level item for each merged file. * Split pages: write pages to memory * Issues: #1130