hello. i use fop.
i have this xsl-fo:
<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:m="http://www.w3.org/1998/Math/MathML";
xmlns:fo="http://www.w3.org/1999/XSL/Format";>
        <fo:layout-master-set>
                
                <fo:simple-page-master master-name="my-page-with-out-margin"
page-height="29.7cm" page-width="21cm" margin-top="0cm" margin-bottom="0cm"
margin-left="0cm" margin-right="0cm">
                        <fo:region-body margin-top="0cm" margin-bottom="0cm" 
margin-left="0cm"
margin-right="0cm" />
                        <fo:region-before extent="2cm" />
                        <fo:region-after extent="3cm" />
                        <fo:region-start extent="2cm" />
                        <fo:region-end extent="2cm" />
                </fo:simple-page-master>
        </fo:layout-master-set>
        <fo:page-sequence master-reference="my-page-with-out-margin">
                <fo:flow flow-name="xsl-region-body">
                        <fo:block>
                                <fo:block display-align="center" 
text-align="center">
                                        <fo:external-graphic space-after="1cm" 
space-before="1cm"
display-align="center" content-width="180mm" content-height="270mm"
scaling="uniform" src="00000004.TIF" />
                                </fo:block>
                                
                        </fo:block>
                </fo:flow>
        </fo:page-sequence>
</fo:root>

and i have this TIF
http://old.nabble.com/file/p27637399/00000004.tif 00000004.tif 

it takes 5 minutes to get RTF. 
if i make PDF it is fast, about 5 seconds.
if i reconvert tif it will work fast, but i have to use this kind of tif.
can u help me?
-- 
View this message in context: 
http://old.nabble.com/Extremely-long-time-for-processing-some-kind-of-tif-in-rtf.-tp27637399p27637399.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to