This commit is contained in:
John Whitington 2024-10-22 14:42:45 +01:00
parent 58f665b0dc
commit cb858ec5dd
3 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@ New features:
* Add structure information to -typeset, add -subformat * Add structure information to -typeset, add -subformat
* -typeset can make PDF/UA documents * -typeset can make PDF/UA documents
* -jpeg, -png and friends can make PDF/UA documents * -jpeg, -png and friends can make PDF/UA documents
* Merge PDF/UA-1 and PDF/UA-2 files, preserving standards compliance
o -stretch scales without preserving aspect ratio o -stretch scales without preserving aspect ratio
o -redact removes whole pages o -redact removes whole pages

View File

@ -297,7 +297,7 @@ let format_paragraph indent j w s =
let space_runs, space_width = runs_of_utf8 " " in let space_runs, space_width = runs_of_utf8 " " in
let remaining = ref w in let remaining = ref w in
let allops = ref [] in let allops = ref [] in
let ops = ref [Pdfops.Op_Comment "Format paragraph"] in let ops = ref [] (*[Pdfops.Op_Comment "Format paragraph"]*) in
let first = ref true in let first = ref true in
let firstloop = ref true in let firstloop = ref true in
let justify ops = let justify ops =

View File

@ -1,5 +1,6 @@
%Document -subformat and -title for -jpg, -png etc. %Document -subformat and -title for -jpg, -png etc.
%Document -subformat and -title for -typeset %Document -subformat and -title for -typeset
%Document -subformat PDF/UA-2 when merging
\documentclass{book} \documentclass{book}
% Edit here to produce cpdfmanual.pdf, cpdflibmanual.pdf, pycpdfmanual.pdf, % Edit here to produce cpdfmanual.pdf, cpdflibmanual.pdf, pycpdfmanual.pdf,
% dotnetcpdflibmanual.pdf, jcpdflibmanual.pdf jscpdflibmanual.pdf etc. % dotnetcpdflibmanual.pdf, jcpdflibmanual.pdf jscpdflibmanual.pdf etc.