aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/pdf/PDFDocument.java
Commit message (Expand)AuthorAgeFilesLines
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-1926/+0
* Switched to long licence Jeremias Maerki2003-03-071-8/+51
* cleaned up some style errorsKeiron Liddle2003-01-111-60/+186
* Adjustments for the font refactoringJeremias Maerki2003-01-081-54/+167
* white-space and line-ending fixesWilliam Victor Mote2002-11-291-9/+9
* reuses duplicate link pdf objectsKeiron Liddle2002-11-221-108/+187
* enable setting creatorKeiron Liddle2002-11-201-0/+9
* fixes problem of links not working after data outputKeiron Liddle2002-11-111-3/+24
* fixed link/resolving problemKeiron Liddle2002-11-031-7/+12
* more style fixesKeiron Liddle2002-10-251-0/+1
* Addes Linking to a specific page and a named destinations of anChristian Geisert2002-10-161-0/+17
* fixed some style errorsKeiron Liddle2002-09-171-95/+156
* implemented basic link with linking from pdfKeiron Liddle2002-09-071-3/+3
* bookmark extension now workingKeiron Liddle2002-09-051-20/+3
* correctly handles font in patternKeiron Liddle2002-09-031-2/+2
* implemented leader pattern: space, dots and use contentKeiron Liddle2002-08-231-0/+4
* moved embed font info into the render.pdf packageKeiron Liddle2002-07-311-5/+5
* reuse old patterns and shadings to reduce file sizeKeiron Liddle2002-07-191-7/+89
* reuse functions to reduce file sizeKeiron Liddle2002-07-181-4/+46
* improved gstate usageKeiron Liddle2002-07-041-14/+38
* progressively output pdf objects to reduce memory usageKeiron Liddle2002-07-011-40/+10
* fixed some minor errorsKeiron Liddle2002-07-011-1/+3
* handles pattern resources betterKeiron Liddle2002-06-281-23/+71
* added transparency for imagesKeiron Liddle2002-06-271-38/+21
* implemented some basic transparency, needs optimizationKeiron Liddle2002-06-201-0/+9
* removed old area treeKeiron Liddle2002-06-201-3/+2
* implemented links in svg both for standalone and in fo documentsKeiron Liddle2002-06-181-1/+16
* cleaned up bookmark extension a bitKeiron Liddle2002-05-171-1/+1
* PR:Tore Engvig2001-11-161-1/+1
* PR:Tore Engvig2001-11-161-2/+14
* made the batik pdf transcoder work againKeiron Liddle2001-11-151-1/+1
* some changes for out of order rendering and rendering to a rendererKeiron Liddle2001-11-121-32/+9
* updated a few hashtables and vectorsKeiron Liddle2001-11-021-121/+118
* updates to area tree and reading/rendering with xmlKeiron Liddle2001-10-261-3/+3
* this patch alters the fop ant task so that other render outputKeiron Liddle2001-09-241-1/+1
* this handles viewBox links in svg betterKeiron Liddle2001-09-071-0/+51
* Applies lmckenzi@ca.ibm.com's patch, which would have been very hardSteve Coffman2001-08-301-1/+10
* adds support for lazy loading of fontsKeiron Liddle2001-08-061-1/+7
* Code formatting. Still builds ok, but I didn't test it otherwise since last.Steve Coffman2001-08-011-83/+75
* Adds Mark Lillywhite's performance and memory patch in all it's glory.Steve Coffman2001-08-011-82/+139
* Formatted code according to code standards.Tore Engvig2001-07-301-525/+530
* 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-271-38/+100
* Added support for PDF outlines (aka bookmarks). See the example inKelly Campbell2001-02-061-19/+57
* Added TrueType and embedded font support from Tore Engvig andKelly Campbell2001-02-051-7/+27
* Changed output from Writer to OutputStream to allow for binary output.Kelly Campbell2000-12-181-23/+35
* AWTRenderer uses now system fonts and not pdf fonts. All (error) messagesfotis2000-11-161-1/+1