aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf
Commit message (Expand)AuthorAgeFilesLines
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-251-11/+11
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-242-34/+34
* Attempt to eliminate gump javadoc warnings.William Victor Mote2003-04-231-12/+12
* Fix TrueType embedding. Width array did not reflect the subset. Was my bad.Jeremias Maerki2003-04-031-1/+1
* Default without any configuration is now (again?) Flate filter. Jeremias Maerki2003-03-283-30/+100
* Switch for disabling on-the-fly stream output (if something goes wrong. was t...Jeremias Maerki2003-03-271-1369/+313
* PDF Encryption works now in every case I tested. Also, the text and string di...Jeremias Maerki2003-03-272-50/+88
* Adjust to changes in PDFImage design.Jeremias Maerki2003-03-271-16/+23
* Better name for the parent reference variable. Jeremias Maerki2003-03-271-31/+35
* No object number in the constructor. Jeremias Maerki2003-03-271-15/+23
* Adjust to the PDFT1Stream being an AbstractPDFStream now.Jeremias Maerki2003-03-272-5/+5
* Adjust to the PDF Stream changes.Jeremias Maerki2003-03-273-137/+176
* Adjust to the PDF Stream changes. Jeremias Maerki2003-03-271-21/+19
* The Type1 font stream is now an AbstractPDFStream to bypass the need for an a...Jeremias Maerki2003-03-271-36/+34
* Most code has wandered off to AbstractPDFStream. The only thing it does now i...Jeremias Maerki2003-03-271-264/+19
* Image implementation can now indicate if it is DCT encoded (JPEGs). Jeremias Maerki2003-03-271-4/+21
* No object number in the constructor. Jeremias Maerki2003-03-271-40/+51
* Use the toPDFString() (returns String) method instead of toPDF() (returns byt...Jeremias Maerki2003-03-271-6/+3
* The PDF object number doesn't get passed to the constructor anymore. Adjust f...Jeremias Maerki2003-03-2730-488/+312
* Support as independant PDF object. Used for on-the-fly stream output.Jeremias Maerki2003-03-271-4/+35
* Make todo more prominent (detected by checkstyle)Jeremias Maerki2003-03-271-1/+1
* Streamlined. Add code for encryption of string and text values. All PDF objec...Jeremias Maerki2003-03-271-21/+145
* Streamlined. Do some simple memory allocation optimization.Jeremias Maerki2003-03-273-100/+62
* All factory code (make*) has been moved to this new factory class. PDFDocumen...Jeremias Maerki2003-03-271-0/+1297
* This class represents a list of PDF filters to be applied when serializing th...Jeremias Maerki2003-03-271-0/+318
* Class for PDF text. A lot of text encoding code for PDF is collected/moved here.Jeremias Maerki2003-03-271-0/+321
* Factory for StreamCache instances. Supports a hint for the expected stream si...Jeremias Maerki2003-03-271-0/+148
* Filters can indicate whether they are ASCII filters (which can be disabled if...Jeremias Maerki2003-03-275-1/+68
* Abstract base class for all PDF streams. It supports writing stream on-the-fl...Jeremias Maerki2003-03-271-0/+260
* Improve Filter argument constructionJeremias Maerki2003-03-151-10/+14
* 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-135-11/+931
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-1161-0/+13785