summaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
Diffstat (limited to 'USE.md')
-rw-r--r--USE.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/USE.md b/USE.md
index f03aa3c..24a93fe 100644
--- a/USE.md
+++ b/USE.md
@@ -37,7 +37,7 @@ Simple measures are standard page formats like A4, A3, or letter,
but more reliable are internal "box" dimensions measured in "pt":
In addition to page sizes,
-PDF files technically annotate content using several "boxes":
+PDF files technically annotate content using several "[boxes]":
* MediaBox: full printable area
* Required
@@ -57,6 +57,9 @@ but the equivalent of ArtBox in EPS and DSC-compliant Postscript.)
E.g. an A4 sized PDF page
is technically a page with a /MediaBox of approx. [595 x 842 pt][page_dimensions].
+[boxes]: <https://de.wikipedia.org/wiki/Portable_Document_Format#Angaben_der_Seitengeometrie>
+ "Wikipedia article about PDF file format, section on page geometry"
+
### Extracting PDF box hints
Resolve all boxes (computing from defaults any omitted ones):