aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Add t1 mergingTemp_FontMergingSimon Steiner2014-06-201-1/+1
* Allow merging of fontsSimon Steiner2014-06-051-50/+124
* FOP-2354: Subset support for Type 1 fontsRobert Meyer2014-05-231-11/+70
* FOP-2313: add support for svg gradients when generating PostScript; most code...Luis Bernardo2013-11-131-60/+46
* FOP-2301: Enable support for PDF sub-page transitions.Glenn Adams2013-11-011-0/+24
* FOP-2252: OpenType CFF support for FOP; patch submitted by Robert MeyerLuis Bernardo2013-08-141-12/+45
* FOP-2248: add support for AES 256 PDF encryptionLuis Bernardo2013-05-181-0/+1
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-071-2/+2
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-13/+6
* Bugzilla#53868: Full font embedding in PDFMehdi Houshmand2012-09-141-47/+28
* Bugfix#53766: Remove StandardEncoding as the encoding type from fonts used in...Mehdi Houshmand2012-08-231-34/+3
* Improved the handling of defaults for PDF config and general clean upMehdi Houshmand2012-06-261-0/+1
* Merged in trunk@1353397Mehdi Houshmand2012-06-261-2/+2
|\
| * Cosmetics only: organised importsVincent Hennebert2012-06-181-1/+1
| * Merged changes from trunk up to rev. 1325806Vincent Hennebert2012-04-131-0/+3
| |\
| * \ Merged changes from trunk up to revision 1306814Vincent Hennebert2012-04-051-49/+92
| |\ \
| * | | Bugzilla #50483: Improved support for TrueType fonts in PostScriptVincent Hennebert2012-03-301-5/+3
* | | | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-70/+34
| |_|/ |/| |
* | | Bugzilla #51599: Allow https scheme URI for PDF external action target.Glenn Adams2012-04-081-0/+3
| |/ |/|
* | Added support for PDF object streams.Temp_PDF_ObjectStreamsVincent Hennebert2012-03-211-29/+0
* | Fix FO tree hierarchy: BasicLink shouldn't inherit from InlinePeter Hancock2011-09-291-1/+0
* | PDFFactory responsible for asdigning name to a subset font.Peter Hancock2011-09-261-6/+31
* | Merge from Trunk, revisions 965390 to 1060234.Jeremias Maerki2011-01-181-49/+117
|\|
| * Fixed indentationVincent Hennebert2010-08-271-45/+45
| * Removed old Renderer implementations for AFP, PCL, PDF, PS.Vincent Hennebert2010-08-251-0/+3
| * One closing parenthesis too much.Jeremias Maerki2010-08-171-1/+1
| * Improvements/Bugfixes for PDF attachments (embedded files):Jeremias Maerki2010-08-161-5/+24
| * Bugzilla #49733:Jeremias Maerki2010-08-141-41/+47
| * Bugzilla #44460:Jeremias Maerki2010-08-031-7/+47
* | Bugfix for gradients with mixed color spaces: the original color was not repl...Jeremias Maerki2010-07-081-3/+6
* | Bugzilla #49403:Jeremias Maerki2010-06-251-13/+55
|/
* Renamed some variables and methods for consistency.Vincent Hennebert2009-10-211-1/+0
* Extracted code related to logical structure out of PDFDocumentHandler and put...Vincent Hennebert2009-10-121-12/+22
* Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-181-7/+10
|\
| * Reverted rev 798521.Jeremias Maerki2009-08-031-4/+3
| * Also use Rectangle instead of Rectangle2D for page boxes in the PDF libraryVincent Hennebert2009-07-281-3/+4
| * Bugzilla #47311:Jeremias Maerki2009-07-281-11/+26
* | Bugzilla #46705:Jeremias Maerki2009-02-191-3/+39
|/
* Fixed IllegalArgumentException (no object number assigned) for this makeLink ...Jeremias Maerki2009-02-151-1/+1
* FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in...Jeremias Maerki2009-01-051-11/+33
* Bugzilla 45113:Andreas L. Delmelle2008-10-261-0/+35
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-7/+7
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-06-091-2/+5
* Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-251-16/+22
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-271-41/+92
* Extracted most of the code in CodePointMapping (generated by XSLT) into a bas...Jeremias Maerki2008-02-161-5/+6
* Added support for Type 1 fonts which don't use the AdobeStandardEncoding for ...Jeremias Maerki2008-02-141-30/+56
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...Jeremias Maerki2008-01-111-3/+0
* Bugfix: Some string objects were not encrypted (for example in named destinat...Jeremias Maerki2008-01-111-5/+8
* Added basic support for PDF page labels.Jeremias Maerki2008-01-101-0/+11