aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Extend the user agent to pipe title, author and keywords through to the PDF. ↵Jeremias Maerki2005-02-121-1/+6
| | | | | | A title on the user agent will override any title info gathered from fo:title elements. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198426 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla Bug 28078 Jeremias Maerki2004-04-031-4/+1
| | | | | | | | | | PDFInfo fixed to output the correct timezone for the creation date. Submitted by: Tomas Soucek <tomas.soucek.at.i.cz> Patch not applied as given. I moved the formatting of the date/time into PDFObject avoiding the inner class. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197485 13f79535-47bb-0310-9956-ffa450edef68
* Changed logging to use "static" loggers from Jakarta Commons Logging (via ↵Jeremias Maerki2004-04-021-2/+2
| | | | | | LogFactory). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197479 13f79535-47bb-0310-9956-ffa450edef68
* Applied Apache License Version 2.0 by following the instructions at ↵Jeremias Maerki2004-02-271-46/+14
| | | | | | http://www.apache.org/dev/apply-license.html. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197384 13f79535-47bb-0310-9956-ffa450edef68
* Organize imports. Joerg Pietschmann2003-09-191-2/+20
| | | | | | | A bit of JavaDoc cosmetics. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196923 13f79535-47bb-0310-9956-ffa450edef68
* No object number in the constructor. Jeremias Maerki2003-03-271-40/+51
| | | | | | | | Support encryption of string and text values. TODO: We need to improve generation of PDF dictionaries. The current way is suboptimal. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196161 13f79535-47bb-0310-9956-ffa450edef68
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+174
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196061 13f79535-47bb-0310-9956-ffa450edef68