aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* Added support for CCITT compression in the TIFFRenderer by switching to the ↵Jeremias Maerki2006-09-181-0/+9
| | | | | | | | | | ImageWriter abstraction from XML Graphics Commons. Submitted by: Oliver Hernàndez Valls <ohernandez@notariado.org> In addition to the contributor's patch, I made the necessary changes to use the new multi-page feature of the ImageWriter abstraction. Plus I fixed a few minor issues concerning configuration. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@447325 13f79535-47bb-0310-9956-ffa450edef68
* Changed license headers and updated NOTICE file according to: ↵Jeremias Maerki2006-07-281-0/+17
| | | | | | http://www.apache.org/legal/src-headers.html git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@426576 13f79535-47bb-0310-9956-ffa450edef68
* Hint at the auto-rotate-landscape option.Jeremias Maerki2006-01-241-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@371861 13f79535-47bb-0310-9956-ffa450edef68
* XMLHandler interface changed so it reports whether it supports a particular ↵Jeremias Maerki2005-12-161-4/+8
| | | | | | | | | | | | | | Renderer instead of reporting the MIME type. One MIME type could be implemented by multiple Renderer implementations so conflicts could occur. Almost all XMLHandler implementations will have a dependency on a particular Renderer implementation. XMLHandlers are now configurable. Standard XMLHandlers now get registered through service lookup. Simplification: XMLHandlers don't need nested classes for the handling functionality anymore. If Batik, for example, is not in the classpath it will already be detected while registering the XMLHandlers. The RendererContextConstants interface now standardizes some of the keys used in the RendererContext and helps with actually decoupling the XMLHandler implementations from the renderers. This is one step towards making Batik an optional dependency and making it possible to move the SVG functionality to a separate place later. Extracted the SVG XMLHandler functionality from the sandbox SVGRenderer into a separate class following the example of the other renderers. Bugfix in PSSVGHandler: Fixed a copy/paste error which could lead to wrong clipping of an SVG image for PostScript output. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@357166 13f79535-47bb-0310-9956-ffa450edef68
* NOTE: API changes in a backwards-incompatible way: ↵Jeremias Maerki2005-12-151-2/+6
| | | | | | | | | | FOUserAgent.setResolution() -> FOUserAgent.setSourceResolution() and FOUserAgent.setTargetResolution() Resolution parameter to the user agent is split into: - a source resolution used to determine the pixel size in SVG images and bitmap without resolution information - a target resolution used to specify the output resolution of bitmap images generated by bitmap renderers and bitmaps generated by Batik for filter effects. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@357081 13f79535-47bb-0310-9956-ffa450edef68
* Simplified configuration XML as proposed.Jeremias Maerki2005-10-241-8/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328145 13f79535-47bb-0310-9956-ffa450edef68
* Slight modification to user config file formatAndreas L. Delmelle2005-09-281-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@292290 13f79535-47bb-0310-9956-ffa450edef68
* Added custom Maker for page-height and page-width; use fallback values in ↵Andreas L. Delmelle2005-09-241-0/+4
| | | | | | case value is auto git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291338 13f79535-47bb-0310-9956-ffa450edef68
* Reviewed the Mime typesSimon Pepping2004-07-091-89/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197777 13f79535-47bb-0310-9956-ffa450edef68
* Fixed well-formedness.Oleg Tkachenko2002-12-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195770 13f79535-47bb-0310-9956-ffa450edef68
* removed old configurationKeiron Liddle2002-09-043-136/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195149 13f79535-47bb-0310-9956-ffa450edef68
* added some more comments for using/implementingKeiron Liddle2002-07-221-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195019 13f79535-47bb-0310-9956-ffa450edef68
* start of example configuration fileKeiron Liddle2002-07-101-0/+87
| | | | | | | | contains default values so that if used will have no effect by default no configuration is needed, only if values need to be changed git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194993 13f79535-47bb-0310-9956-ffa450edef68
* fixed some minor errors with the exampleKeiron Liddle2001-05-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194241 13f79535-47bb-0310-9956-ffa450edef68
* Added version filtering to build. Version should now be in only build.xml,Kelly Campbell2001-03-281-1/+1
| | | | | | | | | | | and config.xml picks it up from there during the build process. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194178 13f79535-47bb-0310-9956-ffa450edef68
* fixed: the typos in the fonts example in the userconfig.xml [Alain Fagot]fotis2001-03-221-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194167 13f79535-47bb-0310-9956-ffa450edef68
* enabling CID keyed truetype fonts; this gives supportfotis2001-02-272-20/+24
| | | | | | | | for other encodings than WinAnsiEncoding (eg japanese, chinese, arabic, iso-whatever, etc). Also makes font inclusion easier Tore Engvig git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194095 13f79535-47bb-0310-9956-ffa450edef68
* Turned Flate and ASCII-85 filters back on.Kelly Campbell2001-02-231-2/+2
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194090 13f79535-47bb-0310-9956-ffa450edef68
* Updated command linearved2001-02-211-3/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194079 13f79535-47bb-0310-9956-ffa450edef68
* Added TrueType and embedded font support from Tore Engvig andKelly Campbell2001-02-051-1/+31
| | | | | | | | | | | | Alain Fagot PR: Obtained from: Submitted by: Tore Engvig <tengvig@infostream.no>, Alain FAGOT <Alain.FAGOT@framfab.nl> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194018 13f79535-47bb-0310-9956-ffa450edef68
* Uncomment ASCII-85 filterarved2000-12-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193934 13f79535-47bb-0310-9956-ffa450edef68
* Changed output from Writer to OutputStream to allow for binary output.Kelly Campbell2000-12-181-1/+19
| | | | | | | Added compression filters for PDF renderer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193888 13f79535-47bb-0310-9956-ffa450edef68
* adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration ↵fotis2000-12-123-0/+60
support (F.J.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193861 13f79535-47bb-0310-9956-ffa450edef68