aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/AbstractPDFStream.java
Commit message (Expand)AuthorAgeFilesLines
* Simplified the setting of filters in the AbstractPDFStream hierarchy. Instead...Vincent Hennebert2009-03-241-9/+11
* Now using the "font" filter list entry for font streams.Jeremias Maerki2009-02-161-3/+11
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-17/+17
* Bugfix: Some string objects were not encrypted (for example in named destinat...Jeremias Maerki2008-01-111-26/+15
* Bugfix: filters were not applied but still produced into the dictionary even ...Jeremias Maerki2007-11-081-1/+3
* Merged https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_PDF_in_...Jeremias Maerki2007-10-261-17/+28
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-46/+14
* Abstract base class for all PDF streams. It supports writing stream on-the-fl...Jeremias Maerki2003-03-271-0/+260