aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf
Commit message (Expand)AuthorAgeFilesLines
* Fixed font descriptor construction (italic angle and stemV mixed) Jeremias Maerki2006-05-291-2/+2
* Adding missing mandatory flags for PDF/A-1.Jeremias Maerki2006-05-081-2/+11
* Fixed encoding issue. Jeremias Maerki2006-04-061-2/+3
* Improved JUnit report creation.Jeremias Maerki2006-04-056-1/+227
* Reestablishing PDF 1.3 compatibility ("Z" is not available under JDK 1.3).Jeremias Maerki2006-04-051-10/+39
* Adding dependency on XML Graphics Commons.Jeremias Maerki2006-04-043-4/+4
* Changed PDFText.escapeText() so it doesn't output 7bit ASCII texts in hex mod...Jeremias Maerki2006-03-303-25/+60
* Bugfix for ICC color profile parsing in JPEG images.Jeremias Maerki2006-03-243-9/+22
* The about attribute must have the "rdf" namespace prefix.Jeremias Maerki2006-03-231-22/+34
* Bugzilla #39070: Jeremias Maerki2006-03-231-1/+1
* Certain filter combinations in PDF could lead to invalid PDFs. DecodeParams w...Jeremias Maerki2006-03-201-6/+24
* Tell about the offending font if it's not embedded and PDF/A is active.Jeremias Maerki2006-02-231-1/+1
* More work on PDF/A-1:Jeremias Maerki2006-02-227-6/+91
* Some explanations and warnings.Jeremias Maerki2006-02-172-0/+6
* A nit: dc:creator needs to be an ordered Text array.Jeremias Maerki2006-02-171-1/+5
* XMP metadata generation from the PDFInfo object now conforms to PDF/A-1 (6.7....Jeremias Maerki2006-02-175-12/+198
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-176-7/+290
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-22/+28
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-145-14/+14
* 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