aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/AbstractPDFStream.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-301/+0
* FOP-2482: Read out loud not working with 256 bit encryption and accessibilitySimon Steiner2015-06-051-1/+1
* FOP-2445: Merge PDF Linearization branchSimon Steiner2015-02-241-4/+21
* Allow merging of fontsSimon Steiner2014-06-051-1/+1
* FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-011-2/+2
* FOP-2244: Encrypted image colorspace fails; patch submitted by Simon SteinerLuis Bernardo2013-04-301-0/+1
* Bugzilla #40676: Fix interoperability issue with Adobe reader regarding use o...Glenn Adams2012-06-241-1/+8
* Added support for PDF object streams.Temp_PDF_ObjectStreamsVincent Hennebert2012-03-211-17/+44
* disable line breaks after DOT with NoWhiteSpaceAfter; fix violationsGlenn Adams2012-03-051-2/+2
* Bugzilla #51644:Chris Bowditch2012-01-061-10/+9
* Improvements/Bugfixes for PDF attachments (embedded files):Jeremias Maerki2010-08-161-1/+10
* 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