diff options
author | Jeremias Maerki <jeremias@apache.org> | 2007-06-22 13:34:37 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2007-06-22 13:34:37 +0000 |
commit | 5fabd3e0889ce859dd269ab32b02197a2590b64c (patch) | |
tree | 270fb244887083b0c93df7f627bdd1721b7aa085 /test/xml/pdf-a | |
parent | f0654579fb52b64726b002c582cff879264e188e (diff) | |
download | xmlgraphics-fop-5fabd3e0889ce859dd269ab32b02197a2590b64c.tar.gz xmlgraphics-fop-5fabd3e0889ce859dd269ab32b02197a2590b64c.zip |
Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007.
Changed test.xconf to match the triplet generated by auto-font-detection (Gladiator is bold) and adjusted PDF/A test files accordingly.
Updated XML Graphics Commons to latest snapshot to include the PDF/A fixes.
Added a unit test for the synchronization of PDF Info and XMP metadata as described in PDF/A-1.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@549816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/xml/pdf-a')
-rw-r--r-- | test/xml/pdf-a/minimal-pdf-a.fo | 2 | ||||
-rw-r--r-- | test/xml/pdf-a/with-cmyk-images.fo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/xml/pdf-a/minimal-pdf-a.fo b/test/xml/pdf-a/minimal-pdf-a.fo index 0081be30b..94adf72e2 100644 --- a/test/xml/pdf-a/minimal-pdf-a.fo +++ b/test/xml/pdf-a/minimal-pdf-a.fo @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Gladiator"> +<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Gladiator" font-weight="bold"> <fo:layout-master-set> <fo:simple-page-master master-name="A4" page-height="29.7cm" page-width="21cm" margin="2cm"> <fo:region-body/> diff --git a/test/xml/pdf-a/with-cmyk-images.fo b/test/xml/pdf-a/with-cmyk-images.fo index f3429d304..109829046 100644 --- a/test/xml/pdf-a/with-cmyk-images.fo +++ b/test/xml/pdf-a/with-cmyk-images.fo @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Gladiator"> +<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Gladiator" font-weight="bold"> <fo:layout-master-set> <fo:simple-page-master master-name="A4" page-height="29.7cm" page-width="21cm" margin="2cm"> <fo:region-body/> |