aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/pdf
Commit message (Expand)AuthorAgeFilesLines
* adds support for lazy loading of fontsKeiron Liddle2001-08-061-1/+7
* Submitted by: SASAKI Suguru (s-sasaki@hkg.odn.ne.jp)Tore Engvig2001-08-021-14/+10
* Code formatting. Still builds ok, but I didn't test it otherwise since last.Steve Coffman2001-08-013-93/+82
* Adds Mark Lillywhite's performance and memory patch in all it's glory.Steve Coffman2001-08-014-96/+187
* Formatted code according to code standards.Tore Engvig2001-07-3047-6731/+5068
* fixed line endingsKeiron Liddle2001-07-041-55/+10
* changed PDFNumber to use static methodsKeiron Liddle2001-06-186-358/+78
* FOP now uses Batik to render svgKeiron Liddle2001-05-171-0/+2
* PR:Tore Engvig2001-04-161-9/+12
* Fixed some bugs in PDF rendering when font embedding fails.Kelly Campbell2001-04-081-17/+15
* Added default producer to fix a bug where the PDF producer isKelly Campbell2001-04-011-1/+3
* enabling CID keyed truetype fonts; this gives supportfotis2001-02-278-73/+215
* handles non-rotated arcsKeiron Liddle2001-02-231-0/+40
* 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