mroe
This commit is contained in:
parent
58f665b0dc
commit
cb858ec5dd
1
Changes
1
Changes
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 =
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue