On 10/01/2011 07:54 PM, Alberto Perri wrote: > i am intrested in getting the same behaviour that /XMLmind XSL Utility/ > handles images in a DITA to FTP conversion using /Apache FOP/. > But with the /com.xmlmind.ditac.convert.Converter/ Embed1 sample found > in Embed1.java in your distribution.the rendered images are not > automatically resized the way they are in the /XMLmind XSL Utility/ /./ > // > Although i have read the DITAC manual several times i am still not the > wiser about what to do. Is there a special Apache FOP Stylesheet that i > would have to include in my customization Stylesheet to allow it?
XMLmind XSL Utility does not automatically resize images. (It would be rather strange to do that.) The only difference we see between between your work and XMLmind XSL Utility (or XMLmind XML Editor) is that our programs use the APIs of FOP to specify that the resolution of an image is 120DPI, unless this resolution information is already found in the image file. Out of the box, FOP uses a 72DPI default. In comparison, RenderX XEP uses 120DPI and XMLmind XSL-FO Converter uses 96DPI. -- XMLmind DITA Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/ditac-support

