Spell check

This commit is contained in:
Jay Berkenbilt 2024-02-24 10:36:29 -05:00
parent 2d402e451c
commit 6ce24d524f
3 changed files with 14 additions and 5 deletions

View File

@ -2,7 +2,7 @@
This document describes a project known as the _pages epic_. The goal of the pages epic is to enable This document describes a project known as the _pages epic_. The goal of the pages epic is to enable
qpdf to properly preserve all functionality associated with a page as pages are copied from one PDF qpdf to properly preserve all functionality associated with a page as pages are copied from one PDF
to another (or back to the same PDF). A secondary goal is to add more flexiblity to the ways in to another (or back to the same PDF). A secondary goal is to add more flexibility to the ways in
which documents can be split and combined (flexible assembly). which documents can be split and combined (flexible assembly).
This is a work in progress. As implementation proceeds, details will become more solid. Comments are This is a work in progress. As implementation proceeds, details will become more solid. Comments are
@ -195,7 +195,7 @@ Other notes:
This section discusses modifications to the command-line syntax to make it easier to add flexibility This section discusses modifications to the command-line syntax to make it easier to add flexibility
going forward without breaking backward compatibility. In qpdf 11.9.0, we added non-positional going forward without breaking backward compatibility. In qpdf 11.9.0, we added non-positional
options to `--pages`, `--overlay`, `--underlay` and modifid configuration to make it easier to add options to `--pages`, `--overlay`, `--underlay` and modified configuration to make it easier to add
new options. new options.
In several cases, we allow specification of transformations or placements. In this context: In several cases, we allow specification of transformations or placements. In this context:
@ -204,7 +204,7 @@ In several cases, we allow specification of transformations or placements. In th
* An _absolute dimension_ is `{n}` (in points), `{n}in` (inches), `{n}cm` (centimeters), * An _absolute dimension_ is `{n}` (in points), `{n}in` (inches), `{n}cm` (centimeters),
* A _relative dimension_ is expressed in terms of the corresponding dimension of one of a page's * A _relative dimension_ is expressed in terms of the corresponding dimension of one of a page's
boxes. Which dimension is determined by context. boxes. Which dimension is determined by context.
* `{n}{M|C|B|T|A}` is `{n}` times the corresopnding dimension of the media, crop, bleed, trim, * `{n}{M|C|B|T|A}` is `{n}` times the corresponding dimension of the media, crop, bleed, trim,
or art box. Example: `0.5M` would be half the width or height of the media box. or art box. Example: `0.5M` would be half the width or height of the media box.
* `{n}+{M|C|B|T|A}` is `{n}` plus the corresponding dimension. Example: `-0.5in+T` is half an * `{n}+{M|C|B|T|A}` is `{n}` plus the corresponding dimension. Example: `-0.5in+T` is half an
inch (36 points) less than the width or height of the trim box. inch (36 points) less than the width or height of the trim box.
@ -453,7 +453,7 @@ Last checked: 2024-01-18
gh search issues label:pages --repo qpdf/qpdf --limit 200 --state=open gh search issues label:pages --repo qpdf/qpdf --limit 200 --state=open
``` ```
* Allow an existing `QPDF` to be an input to a merge or underly/overlay operation when using the * Allow an existing `QPDF` to be an input to a merge or underlay/overlay operation when using the
`QPDFAssembler` C++ API `QPDFAssembler` C++ API
* Issues: none * Issues: none
* Fixes to copying annotations * Fixes to copying annotations

View File

@ -113,6 +113,7 @@
"decrypter", "decrypter",
"deduplicating", "deduplicating",
"defaultvalue", "defaultvalue",
"denable",
"deps", "deps",
"deserialization", "deserialization",
"destdir", "destdir",
@ -192,6 +193,7 @@
"fvisibility", "fvisibility",
"gajic", "gajic",
"gajić", "gajić",
"gcovr",
"gcurl", "gcurl",
"genname", "genname",
"genok", "genok",
@ -436,6 +438,7 @@
"pageobj", "pageobj",
"pagepos", "pagepos",
"pageposfrom", "pageposfrom",
"pagespec",
"parms", "parms",
"parseable", "parseable",
"parsecontent", "parsecontent",
@ -479,10 +482,13 @@
"programfiles", "programfiles",
"programlisting", "programlisting",
"proxied", "proxied",
"psbook",
"pstops",
"pushbuttons", "pushbuttons",
"pushedinheritedpageresources", "pushedinheritedpageresources",
"putu", "putu",
"pval", "pval",
"pybind",
"pytest", "pytest",
"qarray", "qarray",
"qdata", "qdata",
@ -521,6 +527,7 @@
"qpdfpagedocumenthelper", "qpdfpagedocumenthelper",
"qpdfpagelabeldocumenthelper", "qpdfpagelabeldocumenthelper",
"qpdfpageobjecthelper", "qpdfpageobjecthelper",
"qpdfpagestree",
"qpdfparser", "qpdfparser",
"qpdf's", "qpdf's",
"qpdfs", "qpdfs",
@ -593,6 +600,7 @@
"soversion", "soversion",
"sparseoharray", "sparseoharray",
"sphlib", "sphlib",
"splittingmerging",
"sprintf", "sprintf",
"squote", "squote",
"srandom", "srandom",

View File

@ -14,4 +14,5 @@
cd $(dirname $0) cd $(dirname $0)
cspell '**/*.hh' 'include/qpdf/*.h' '**/*.cc' \ cspell '**/*.hh' 'include/qpdf/*.h' '**/*.cc' \
'manual/*.rst' 'manual/*.in' 'manual/_ext/*.py' \ 'manual/*.rst' 'manual/*.in' 'manual/_ext/*.py' \
'**/CMakeLists.txt' ChangeLog 'README*' TODO '**/CMakeLists.txt' 'README*.md' 'TODO*.md' \
'README*.txt' ChangeLog