summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md26
-rw-r--r--USE.md10
2 files changed, 18 insertions, 18 deletions
diff --git a/TODO.md b/TODO.md
index 56c75de..3d4accc 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,27 +1,27 @@
- * Add README.md to comply with spec -
- see feature "org"
+* Add README.md to comply with spec -
+ see feature "org"
What works:
- * Print to brother4040 PDF 1.3 files from USB stick
- * Print to brother4570 (any?) PDF files from USB stick
+* Print to brother4040 PDF 1.3 files from USB stick
+* Print to brother4570 (any?) PDF files from USB stick
Pending:
- * Print to brother4040 from network
- * Print to brother4570 from network
+* Print to brother4040 from network
+* Print to brother4570 from network
* apt install cups openprinting-ppds colord-
* cupsctl --remote-admin
(or: perl -i -pe 's/(\s*)(Order allow,deny)/$1$2\n$1Allow \@LOCAL'/g /etc/cups/cupsd.conf
* lpinfo -m
* lpadmin -p brother4570 -E -v socket://brother4570.jones.dk -m openprinting-ppds:0/ppd/openprinting/Brother/BR4070_2_GPL.ppd
- * Print color-managed to brother4570 from network
- * Document how to print
- + Cancel failed/hanging print job in CUPS
- * Document how to color calibrate printer
+* Print color-managed to brother4570 from network
+* Document how to print
+ * Cancel failed/hanging print job in CUPS
+* Document how to color calibrate printer
What doesn't work
- * exporting odt file to pdf (directly to pdf) and printing from USB stick
- * exporting odt file to PDF/A-1b and printing from USB stick
- * exporting odt file to PDF/A-1b, converting it to PDF 1.3 prepress gray with localpstopdf13prepressgray and printing from USB stick
+* exporting odt file to pdf (directly to pdf) and printing from USB stick
+* exporting odt file to PDF/A-1b and printing from USB stick
+* exporting odt file to PDF/A-1b, converting it to PDF 1.3 prepress gray with localpstopdf13prepressgray and printing from USB stick
diff --git a/USE.md b/USE.md
index 7b179ac..80b7db5 100644
--- a/USE.md
+++ b/USE.md
@@ -61,16 +61,16 @@ but more reliable are internal "box" dimensions measured in "pt":
In addition to page sizes,
PDF files technically annotate content using several "[boxes]":
- * MediaBox: full printable area
+* MediaBox: full printable area
* Required
- * CropBox: area displayed in a PDF viewer
+* CropBox: area displayed in a PDF viewer
* Optional, defaults to MediaBox
- * BleedBox: area including TrimBox/ArtBox and bleed
+* BleedBox: area including TrimBox/ArtBox and bleed
* Optional, defaults to MediaBox
* Must be larger than TrimBox/ArtBox, and smaller than MediaBox
- * TrimBox: subset of printable area without bleed, cropmarks etc.
+* TrimBox: subset of printable area without bleed, cropmarks etc.
* Optional
- * ArtBox: essential subset of printable area
+* ArtBox: essential subset of printable area
* Optional
(Technically a "BoundingBox" is not a PDF hint