aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #37236: Jeremias Maerki2005-10-262-27/+21
* Ported the command-line options for PDF encryption to trunk.Jeremias Maerki2005-10-251-0/+2
* Fix for internal forward references in PDF output (basic-link with internal-d...Jeremias Maerki2005-10-183-26/+67
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-1/+0
* Been careless again, sorry.Jeremias Maerki2005-09-011-3/+1
* PDFNumber.doubleOut() rewritten using java.text.DecimalFormat. Jeremias Maerki2005-09-011-52/+28
* Sorry, had a non-released version in my classpath. Reverting.Jeremias Maerki2005-08-211-2/+2
* CopyUtils is deprecated.Jeremias Maerki2005-08-211-3/+3
* Bugzilla #36224: Jeremias Maerki2005-08-215-33/+96
* Changes for restoring JDK 1.3 compatibility. Jeremias Maerki2005-07-271-2/+5
* 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