aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf
Commit message (Expand)AuthorAgeFilesLines
* Extend the user agent to pipe title, author and keywords through to the PDF. ...Jeremias Maerki2005-02-121-1/+6
* Implemented the rest of the border styles. Now uses clipping while painting t...Jeremias Maerki2005-02-111-1/+16
* Remove dependency of pdf package to the FOP user agent.Jeremias Maerki2005-02-101-10/+6
* Both fore- and background colors are initially black. This fixes a bug where ...Jeremias Maerki2005-02-011-1/+1
* "fixed" block-containers implemented.Jeremias Maerki2005-01-191-109/+141
* PR:Glen Mazza2005-01-133-15/+20
* Removed the "inheritedStartIndent" hack again.Jeremias Maerki2005-01-121-1/+15
* Rewrite formatDateTime() to be compatible with JDK 1.3 again.Jeremias Maerki2004-08-231-4/+43
* Implementing user configuration file.Simon Pepping2004-07-091-0/+26
* Logger "LogFactory.getLog(PDFObject.class.getPackage().getName())" wasGlen Mazza2004-04-233-10/+2
* PR:Glen Mazza2004-04-222-3/+2
* Bugzilla Bug 28078 Jeremias Maerki2004-04-032-4/+19
* Changed logging to use "static" loggers from Jakarta Commons Logging (via Log...Jeremias Maerki2004-04-028-47/+34
* PR:Glen Mazza2004-03-313-17/+15
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2770-3228/+988
* Adapt to changes in Commons IO's APIs.Jeremias Maerki2004-02-062-6/+6
* Removed unnecessary semi-colon.Peter Bernard West2004-01-021-1/+1
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-121-0/+25
* Add possibility to set creation date.Joerg Pietschmann2003-09-191-47/+76
* Organize imports. Joerg Pietschmann2003-09-191-2/+20
* 1. move some data structures related to used glyphs from fonts/MultiByteFont ...William Victor Mote2003-08-301-41/+54
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-1/+1
* move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...William Victor Mote2003-08-141-3/+3
* Remove obsolete codeJeremias Maerki2003-07-045-243/+4
* Remove unused code Jeremias Maerki2003-07-042-68/+7
* Use PDFDocument to encode from String to bytes.Jeremias Maerki2003-07-041-1/+1
* Use Commons IO methodsJeremias Maerki2003-07-041-2/+6
* Got some low hanging style errors as reported by eclipse.Joerg Pietschmann2003-06-301-1/+0
* 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