aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf
Commit message (Expand)AuthorAgeFilesLines
* FOP-2505: SVG -> PDF throws java.lang.OutOfMemoryError: Java heap spaceSimon Steiner2016-01-051-1/+1
* FOP-2546: ArrayIndexOutOfBoundsException merging fontsSimon Steiner2015-12-021-20/+24
* FOP-2509: Add support for PDF/A-3Simon Steiner2015-08-112-3/+8
* FOP-2499: PDF/UA warnings for nested elementsSimon Steiner2015-07-281-3/+22
* FOP-2488: Support PDF/UASimon Steiner2015-06-165-8/+136
* FOP-2436: Merging of Tagged (Accessible) PDFSimon Steiner2015-06-112-0/+48
* FOP-2482: Read out loud not working with 256 bit encryption and accessibilitySimon Steiner2015-06-051-1/+1
* Address high and medium priority findbugs warningsAndreas L. Delmelle2015-05-232-4/+6
* FOP-2456: PDF VT and Page Piece supportSimon Steiner2015-03-129-12/+243
* Revert wrong change during FOP-2445: Merge PDF Linearization branchSimon Steiner2015-03-121-9/+1
* updated and renamed batik jar (note: many batik classes were moved to differe...Luis Bernardo2015-03-062-2/+0
* FOP-2445: Merge PDF Linearization branchSimon Steiner2015-02-2430-103/+851
* Fix findbugs warning recently introduced by SS.Glenn Adams2014-08-311-2/+3
* FOP-2406: Error when image next to pdfSimon Steiner2014-08-194-74/+109
* Fix or suppress 5- to 9-instance findbug warnings.Glenn Adams2014-08-103-6/+8
* Fix 2-instance findbug warnings.Glenn Adams2014-08-071-1/+1
* Fix or suppress 1-instance findbug warnings.Glenn Adams2014-08-061-1/+3
* FOP-2395: PDF encryption does not work when PDF version is set in FOP config;...Luis Bernardo2014-07-182-2/+6
* Removed unused codeFOP-2393_gradient-renderingVincent Hennebert2014-07-182-60/+0
* Merged latest trunkVincent Hennebert2014-07-1820-87/+254
|\
| * Merge font mergingSimon Steiner2014-07-167-53/+216
| |\
| | * Add t1 mergingTemp_FontMergingSimon Steiner2014-06-201-1/+1
| | * Allow merging of fontsSimon Steiner2014-06-057-53/+216
| * | Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-1513-48/+48
* | | For a Shading object, domain is optional and its default value is what we needVincent Hennebert2014-07-181-7/+0
* | | Removed unused functionType parameterVincent Hennebert2014-07-182-21/+15
* | | Use the appropriate double formatter depending on the selected outputVincent Hennebert2014-07-142-2/+18
* | | Rename toWriteableString into output and added StringBuilder parameterVincent Hennebert2014-07-141-1/+3
* | | Delegate function rendering to dedicated class intead of taking as parameter ...Vincent Hennebert2014-07-141-1/+8
* | | Renamed shading package to gradientVincent Hennebert2014-07-142-2/+2
* | | Moved stuff that is common to PDF and PS to PatternVincent Hennebert2014-07-141-3/+1
* | | Moved content of FunctionPattern into FunctionVincent Hennebert2014-07-141-3/+1
* | | Moved content of ShadingPattern into ShadingVincent Hennebert2014-07-111-14/+7
* | | Factorized shading code that was common to PDF and PostScriptVincent Hennebert2014-07-113-497/+64
* | | More sensible variable namingVincent Hennebert2014-07-111-11/+9
* | | Avoid unnecessary conversion to List of Double by keeping the original float[...Vincent Hennebert2014-07-112-22/+9
* | | Removed unnecessary FunctionDelegate classVincent Hennebert2014-07-113-660/+51
|/ /
* | FOP-2389: PDFEncryption: error when Password length>32Luis Bernardo2014-07-081-3/+7
* | Fix leaked resource warnings from Eclipse (Kepler).Glenn Adams2014-07-062-1/+6
* | FOP-2385: Add ability to specify custom properties in the Document Informatio...Vincent Hennebert2014-06-181-0/+70
|/
* FOP-2354: Subset support for Type 1 fontsRobert Meyer2014-05-231-11/+70
* FOP-2337 Remove xobj type=formSimon Steiner2014-04-281-4/+27
* FOP-2363: Better error message when PDF/A enabled and SVG contains bitmap wit...Vincent Hennebert2014-04-042-2/+58
* FOP-2357: When an SVG image has transparency and a PDF profile is used that d...Vincent Hennebert2014-03-141-5/+18
* FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-134-783/+361
* FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-0112-9/+553
* FOP-2296: SVG fill pattern not visible with encryption; patch submitted by Si...Luis Bernardo2013-10-161-2/+3
* FOP-2298: Enable support for PDF Transitions by defining low-level mechanism ...Glenn Adams2013-09-131-0/+8
* FOP-2252: OpenType CFF support for FOP; patch submitted by Robert Meyer (ecli...Luis Bernardo2013-08-141-89/+10
* FOP-2252: OpenType CFF support for FOP; patch submitted by Robert MeyerLuis Bernardo2013-08-144-22/+210