aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFDocument.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-1235/+0
* FOP-2445: Merge PDF Linearization branchSimon Steiner2015-02-241-22/+79
* FOP-2406: Error when image next to pdfSimon Steiner2014-08-191-4/+20
* FOP-2395: PDF encryption does not work when PDF version is set in FOP config;...Luis Bernardo2014-07-181-1/+3
* Allow merging of fontsSimon Steiner2014-06-051-0/+10
* FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-011-1/+53
* FOP-2248: add support for AES 256 PDF encryptionLuis Bernardo2013-05-181-3/+12
* Bugzilla 53778: When PDF accessibility is enabled, the contents for the diffe...Vincent Hennebert2012-08-241-22/+6
* Bugzilla #53639: When PDF accessibility is enabled, the Scope attribute must ...Vincent Hennebert2012-08-021-1/+19
* Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-141-19/+0
* Added support for PDF object streams.Temp_PDF_ObjectStreamsVincent Hennebert2012-03-211-183/+207
* Bugzilla #51385: Added configuration option to set the version of the output ...Vincent Hennebert2012-03-191-21/+39
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-021-1/+2
* Merged in Temp_ImproveAccessibilityPeter Hancock2012-02-101-19/+0
|\
| * Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-19/+0
* | Bugzilla #51644:Chris Bowditch2012-01-061-14/+10
|/
* Added support for 128bit encryption in PDF output. Based on work by Michael R...Vincent Hennebert2011-08-081-27/+21
* Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-181-7/+6
|\
| * Bugfix for potential java.lang.IndexOutOfBoundsException in PDFDocument.outpu...Jeremias Maerki2010-08-181-3/+1
| * Bugzilla #49733:Jeremias Maerki2010-08-141-2/+2
* | Bugfix for StringIndexOutOfBoundsException when the PDF grows beyond 2GB.Jeremias Maerki2010-08-131-6/+9
|/
* 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