aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-171-3/+19
* Added support for relative font config URLs (metrics-url and embed-url). Thes...Manuel Mall2006-01-071-22/+28
* Bugzilla #37236: Jeremias Maerki2005-10-261-2/+2
* Fix for internal forward references in PDF output (basic-link with internal-d...Jeremias Maerki2005-10-181-5/+22
* PR:Glen Mazza2005-01-131-3/+5
* Logger "LogFactory.getLog(PDFObject.class.getPackage().getName())" wasGlen Mazza2004-04-231-1/+1
* PR:Glen Mazza2004-04-221-1/+0
* Changed logging to use "static" loggers from Jakarta Commons Logging (via Log...Jeremias Maerki2004-04-021-5/+7
* PR:Glen Mazza2004-03-311-2/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Adapt to changes in Commons IO's APIs.Jeremias Maerki2004-02-061-3/+3
* 1. move some data structures related to used glyphs from fonts/MultiByteFont ...William Victor Mote2003-08-301-41/+54
* move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...William Victor Mote2003-08-141-3/+3
* Use Commons IO methodsJeremias Maerki2003-07-041-2/+6
* Fix TrueType embedding. Width array did not reflect the subset. Was my bad.Jeremias Maerki2003-04-031-1/+1
* Adjust to the PDFT1Stream being an AbstractPDFStream now.Jeremias Maerki2003-03-271-3/+3
* All factory code (make*) has been moved to this new factory class. PDFDocumen...Jeremias Maerki2003-03-271-0/+1297