aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/pdf
Commit message (Expand)AuthorAgeFilesLines
* JDK 1.1 fixesKelly Campbell2001-02-091-3/+3
* Added support for PDF outlines (aka bookmarks). See the example inKelly Campbell2001-02-064-23/+299
* Removed NumberFormat usage in PDFRenderer to fix a locale-specific bugKelly Campbell2001-02-051-0/+6
* Added TrueType and embedded font support from Tore Engvig andKelly Campbell2001-02-0516-22/+1472
* Added some text rendering optimizations for PDF.Kelly Campbell2001-02-051-0/+16
* Fixed an off by one error in the end of stream encoding part of ASCII85FilterKelly Campbell2001-02-011-55/+82
* Changed XObject to use the stream default filter listKelly Campbell2001-01-191-1/+3
* JDK 1.1.x changes. Thanks to Art Welch.arved2000-12-221-4/+4
* Changed output from Writer to OutputStream to allow for binary output.Kelly Campbell2000-12-1831-535/+920
* AWTRenderer uses now system fonts and not pdf fonts. All (error) messagesfotis2000-11-161-1/+1
* adds spaces between matrix and bbox coordsKeiron Liddle2000-11-101-2/+5
* adds support for type 1 fonts by Jeremias Maerki <jeremias.maerki@outline.ch>fotis2000-11-028-48/+987
* Christian Geisert's patch to allow JDK 1.1 people to use no images.Steve Coffman2000-10-121-3/+3
* minor color optimizationKeiron Liddle2000-07-181-9/+22
* Fix Eric Schaeffer's bug with the int color conversions going to PDF -1.0Steve Coffman2000-07-121-4/+5
* handles negative numbers, same otherwiseKeiron Liddle2000-07-111-16/+32
* creates a function for each pair of colours, rather than missing the last oneKeiron Liddle2000-07-111-2/+2
* puts spaces between distance valuesKeiron Liddle2000-07-111-1/+1
* Does not alter zoom, and positions page based on x,y coordinatesJordan Naftolin2000-06-281-2/+21
* replaces calls of System.err.println etc. with calls to the new MessageHandle...fotis2000-06-272-4/+6
* made referencePDF() publicJordan Naftolin2000-06-211-1/+1
* initial versionJordan Naftolin2000-06-212-0/+210
* Added internal-link functionalityJordan Naftolin2000-06-211-871/+906
* NEW: Simple link modsarved2000-06-143-46/+56
* NEW: Supports /URI actionarved2000-06-141-0/+91
* NEW: Supports /GoToR actionarved2000-06-141-0/+111
* remove makefilesfotis2000-06-041-40/+0
* Add image transparency supporteschaeffer2000-05-291-0/+4
* Add support for RGB colors with 0-255 componentseschaeffer2000-05-291-0/+17
* changes in Makefileeschaeffer2000-05-231-0/+3
* modify this class to only create a new PDFXobject if neededeschaeffer2000-05-231-1/+12
* add a method to get the number (not used for now, but maybe later)eschaeffer2000-05-231-0/+6
* changes in PDFXobject (also add a method to get the X number)eschaeffer2000-05-231-40/+52
* PDFBinaryStream, represent a binary stream (utility to encode data using PDFF...eschaeffer2000-05-231-0/+214
* PDFFilter, represent a filtereschaeffer2000-05-231-0/+236
* PDFFilterException, raised when an error occured while creating filterseschaeffer2000-05-231-0/+66
* This is to use colors instead of numbers, the first step in supporting gradie...Steve Coffman2000-05-156-192/+180
* Whups. Updates PDFDocument to reflect changes with ColorSpace.javaSteve Coffman2000-05-011-215/+333
* This adds the ColorSpace data type, and has the PDF files make use of it.Steve Coffman2000-04-274-68/+167
* Andreas Rueckert's patch to fix inline gif image support. Does not addSteve Coffman2000-04-211-2/+3
* huh. Minor change didn't get committed. Fixed the build error by allowingSteve Coffman2000-04-211-1/+3
* This adds colorspace (RGB + CMYK) support to PDF output, and the abilitySteve Coffman2000-04-215-34/+452
* links now invisiblearved2000-04-021-3/+3
* Fix: don't increment page count twicefotis2000-03-261-1/+0
* ADD: functions supportarved2000-03-221-0/+760
* FIX: Class/filename mismatcharved2000-03-221-760/+0
* ADD: Support for shading, patterns...arved2000-03-221-12/+63
* ADD: Patterns, shadings, functionsarved2000-03-211-7/+417
* ADD: Add shading object to page resourcesarved2000-03-211-3/+5
* FIX: Finally maybe fix the count thingarved2000-03-211-0/+10