From 44fd70f218a8a48fc881d34a1bb15763cfe5ccbb Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Tue, 6 Apr 2021 08:33:48 +0200 Subject: [PATCH] clear out the PDF/A conversion --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab79c7a..9795306 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ Common PDF/A problems include: Solutions: -- use `pdfa.sh` to convert PDFs to PDF/A-compatible form the "hard way" (although this does _not_ retain the PDF/A metadata mark, see comments in the script). +- use `pdfa.sh` to convert the imported picture PDFs to PDF/A-compatible form the "hard way" (although this does _not_ retain the PDF/A metadata mark, see comments in the script) - read the commentary by Martin Mareš (that describes most of the common problems) here: https://mj.ucw.cz/vyuka/bc/pdfaq.html -- use `pdfa.sh` as a last resort for `thesis.pdf` if everything other fails +- as a last resort if everything other fails, use `pdfa.sh` for the whole `thesis.pdf` ## Ideas/improvements/more examples?