aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf
Commit message (Expand)AuthorAgeFilesLines
* Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007.Jeremias Maerki2007-06-221-19/+11
* Bugzilla #41831:Jeremias Maerki2007-05-281-63/+1
* Bugfix: Integers were not correctly formatted in PDF. This fixes a problem wi...Jeremias Maerki2007-05-113-10/+17
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-0713-333/+670
* Bugzilla #42067:Jeremias Maerki2007-05-074-62/+222
* Bugzilla #41434:Jeremias Maerki2007-05-013-5/+5
* Style only: fix indentationVincent Hennebert2007-04-171-3/+3
* - add svn:keywords and svn:eol-style propertiesVincent Hennebert2007-04-171-41/+41
* Added sorting of the list of named destinations (necessary to have more than ...Jay Bryant2007-04-111-13/+17
* Created a comparator for named destinations, to enable sorting the list of de...Jay Bryant2007-04-111-0/+41
* No change; just add svn:keywords and svn:Id properties on new filesVincent Hennebert2007-04-033-310/+310
* - fix minor checkstyle issuesVincent Hennebert2007-04-033-7/+5
* changes to support named destinationsJay Bryant2007-04-016-10/+481
* Typo in javadocJeremias Maerki2007-01-261-1/+1
* Bugzilla #40729: Jeremias Maerki2006-11-131-1/+2
* Bugzilla #40729:Jeremias Maerki2006-11-131-14/+113
* Tabs again. :-)Jeremias Maerki2006-10-111-11/+11
* Patch from bugzilla 5335 comment #17 applied, thanks to vincent.hennebert@any...Bertrand Delacretaz2006-10-111-63/+39
* code style Jeremias Maerki2006-10-111-61/+48
* (this file was missing in previous commit)Bertrand Delacretaz2006-10-101-0/+322
* Applied patch from bugzilla 5335, comment 10.Bertrand Delacretaz2006-10-102-10/+58
* Fixed a few JavaDoc errors. Removed some apparently unused/obsolete methods.Joerg Pietschmann2006-10-071-6/+3
* My last attempt at fixing SVG gradients in PDF wasn't successful. This one is:Jeremias Maerki2006-08-262-2/+13
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2879-395/+474
* Bugzilla #40106:Jeremias Maerki2006-07-281-1/+1
* Bugfix for NullPointerException when xmp:ModifyDate isn't set in the FO metad...Jeremias Maerki2006-06-211-2/+4
* XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP fra...Jeremias Maerki2006-06-203-180/+122
* Added initial support for PDF/X-3:2003 (ISO 15930-6:2003(E)).Jeremias Maerki2006-06-1422-240/+804
* 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