aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFMetadata.java
Commit message (Expand)AuthorAgeFilesLines
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-21/+21
* Added support for the natural language indentifier ("Lang" in the document ca...Jeremias Maerki2008-01-281-3/+8
* Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_...Jeremias Maerki2007-10-261-11/+5
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-4/+4
* Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007.Jeremias Maerki2007-06-221-19/+11
* Fixed a few JavaDoc errors. Removed some apparently unused/obsolete methods.Joerg Pietschmann2006-10-071-6/+3
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugfix for NullPointerException when xmp:ModifyDate isn't set in the FO metad...Jeremias Maerki2006-06-211-2/+4
* XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP fra...Jeremias Maerki2006-06-201-176/+99
* Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)).Jeremias Maerki2006-06-141-2/+8
* Reestablishing PDF 1.3 compatibility ("Z" is not available under JDK 1.3).Jeremias Maerki2006-04-051-10/+39
* Changed PDFText.escapeText() so it doesn't output 7bit ASCII texts in hex mod...Jeremias Maerki2006-03-301-8/+22
* The about attribute must have the "rdf" namespace prefix.Jeremias Maerki2006-03-231-22/+34
* More work on PDF/A-1:Jeremias Maerki2006-02-221-0/+19
* A nit: dc:creator needs to be an ordered Text array.Jeremias Maerki2006-02-171-1/+5
* XMP metadata generation from the PDFInfo object now conforms to PDF/A-1 (6.7....Jeremias Maerki2006-02-171-2/+30
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-171-0/+205