aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pdf/PDFDocumentHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Merged in trunk@1356161Mehdi Houshmand2012-07-021-12/+23
|\
| * Changed the exception message when internal font key == null, also some clean...Mehdi Houshmand2012-07-021-12/+23
* | Improved the handling of defaults for PDF config and general clean upMehdi Houshmand2012-06-261-2/+2
* | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-9/+6
|/
* Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-26/+33
* Fix deprecation warnings; add some type safetySimon Pepping2011-01-141-2/+2
* Keep a reference to a pageRef string, not to the page itself; suggested by Al...Simon Pepping2010-12-231-8/+9
* Bugzilla #44460:Jeremias Maerki2010-08-031-0/+9
* Added a save/restoreGraphicsState pair for the initial coordinate system in P...Jeremias Maerki2010-04-261-1/+3
* Added possibility to customize PDF tagging via the role propertyVincent Hennebert2010-01-131-1/+2
* Bugzilla #47311:Jeremias Maerki2009-11-251-10/+10
* Merged SimpleStructureTree and ParsedStructureTree classes into a single one,...Vincent Hennebert2009-10-151-3/+2
* Merged changes from Trunk up to revision 824832Vincent Hennebert2009-10-131-1/+2
|\
| * Some javadoc fixes: @code -> @linkJeremias Maerki2009-10-011-1/+2
* | Extracted code related to logical structure out of PDFDocumentHandler and put...Vincent Hennebert2009-10-121-327/+25
* | Extracted code into new processStructureTree methodVincent Hennebert2009-09-281-37/+42
* | Factorized into a new class the parsing of the reduced FO tree, that was dupl...Vincent Hennebert2009-09-221-112/+37
* | Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-181-9/+43
|\|
| * Renamed PageScaleAttributes class into PageScale.Vincent Hennebert2009-08-121-3/+3
| * Bugzilla #47311:Jeremias Maerki2009-08-031-32/+18
| * Bugzilla #47311:Jeremias Maerki2009-08-021-7/+53
* | Enabled support for PDF/A-1a now that we have Tagged PDF, Natural Language Sp...Jeremias Maerki2009-04-171-2/+9
* | Added support for adding natural language information on page-sequence and do...Jeremias Maerki2009-04-171-10/+21
* | Removed FO to role mapping from the PDF library and moved it next to the rend...Jeremias Maerki2009-04-171-5/+9
* | Bugfix: Previous simplification requires keeping track of whether we are in a...Jeremias Maerki2009-04-161-1/+1
* | Fixed some bugs concerning marked content generation inside leaders (use-cont...Jeremias Maerki2009-04-161-7/+11
* | Merge from Trunk revisions 744927 - 763662.Jeremias Maerki2009-04-141-0/+1
|\|
* | JavaBeanified FOUserAgent.accessibilityEnabled().Jeremias Maerki2009-02-201-3/+13
* | Bugzilla #46705:Jeremias Maerki2009-02-191-13/+382
|/
* Fixed copy/paste mistakes.Jeremias Maerki2009-02-161-7/+1
* Introduced IFContext to provide access to foreign attributes (as discussed on...Jeremias Maerki2009-01-021-4/+4
* My first attempt at implementing links was messed up. This second attempt act...Jeremias Maerki2008-12-111-1/+1
* Forgot to add link support. First version added now. Generalizing this for th...Jeremias Maerki2008-12-091-64/+28
* Added page master name to IFDocumentHandler.startPage() method.Jeremias Maerki2008-11-191-1/+2
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the implemen...Jeremias Maerki2008-09-281-0/+295