aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFDocument.java
Commit message (Expand)AuthorAgeFilesLines
* Bugfix for potential java.lang.IndexOutOfBoundsException in PDFDocument.outpu...Jeremias Maerki2010-08-181-3/+1
* Bugzilla #49733:Jeremias Maerki2010-08-141-2/+2
* Extracted code related to logical structure out of PDFDocumentHandler and put...Vincent Hennebert2009-10-121-0/+19
* equals implementation violated spec -> replaced with new contentEquals functionMaximilian Berger2009-09-151-2/+2
* Oops, introduced a compile error with the previous commitAndreas L. Delmelle2008-12-021-10/+0
* Minor changes; mostly code- and javadoc-aesthetics...Andreas L. Delmelle2008-12-021-220/+201
* Bugzilla 45113:Andreas L. Delmelle2008-10-261-11/+24
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-15/+15
* Possible NullPointerException avoidedAdrian Cumiskey2008-07-071-3/+3
* Bugfix: Some string objects were not encrypted (for example in named destinat...Jeremias Maerki2008-01-111-1/+18
* Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_...Jeremias Maerki2007-10-261-10/+31
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-071-62/+47
* Bugzilla #41434:Jeremias Maerki2007-05-011-3/+3
* Added sorting of the list of named destinations (necessary to have more than ...Jay Bryant2007-04-111-13/+17
* - fix minor checkstyle issuesVincent Hennebert2007-04-031-1/+1
* changes to support named destinationsJay Bryant2007-04-011-1/+88
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)).Jeremias Maerki2006-06-141-34/+12
* Improved JUnit report creation.Jeremias Maerki2006-04-051-1/+1
* More work on PDF/A-1:Jeremias Maerki2006-02-221-0/+27
* Some explanations and warnings.Jeremias Maerki2006-02-171-0/+5
* XMP metadata generation from the PDFInfo object now conforms to PDF/A-1 (6.7....Jeremias Maerki2006-02-171-9/+45
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-171-1/+17
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-2/+0
* PR:Glen Mazza2005-01-131-1/+1
* Changed logging to use "static" loggers from Jakarta Commons Logging (via Log...Jeremias Maerki2004-04-021-21/+3
* PR:Glen Mazza2004-03-311-13/+12
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Add possibility to set creation date.Joerg Pietschmann2003-09-191-47/+76
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-241-33/+33
* Switch for disabling on-the-fly stream output (if something goes wrong. was t...Jeremias Maerki2003-03-271-1369/+313
* Make PDFDocument as top-level class of the PDF library LogEnabled. (Reason: I...Jeremias Maerki2003-03-151-10/+37
* Added support for PDF encryption. Jeremias Maerki2003-03-131-11/+48
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+1926