Antwort: Re: [xep-support] pages without text are not rendered

Thomas.Braun at infowerk.de Thomas.Braun at infowerk.de
Mon Nov 10 05:50:32 PST 2003


if a page does not contain any text the page is skipped...

this will not be rendered:

<fo:page-sequence master-reference="myMaster">
        <fo:flow flow-name="xsl-region-body">
                <fo:block-container [...] >
                        <fo:block-container background-image="url(bg.pdf)" 
[...] />
                        <fo:block-container [...] >
                                <fo:block [...] >
                                        <fo:inline 
font-family="Helvetica"></fo:inline>
                                </fo:block>
                        </fo:block-container>
                </fo:block-container>
        </fo:flow>
</fo:page-sequence>

but this will:

<fo:page-sequence master-reference="myMaster">
        <fo:flow flow-name="xsl-region-body">
                <fo:block-container [...] >
                        <fo:block-container background-image="url(bg.pdf)" 
[...] />
                        <fo:block-container [...] >
                                <fo:block [...] >
                                        <fo:inline 
font-family="Helvetica">TEXT</fo:inline>
                                </fo:block>
                        </fo:block-container>
                </fo:block-container>
        </fo:flow>
</fo:page-sequence>







Alexander Peshkov <peshkov at renderx.com>
Gesendet von: owner-xep-support at renderx.com
10.11.2003 14:17
Bitte antworten an xep-support

 
        An:     "Thomas.Braun at infowerk.de" <xep-support at renderx.com>
        Kopie: 
        Thema:  Re: [xep-support] pages without text are not rendered

Hello Thomas,

What do you mean by "pages without text"? Could you please provide us
with example?

Best regards,
Alexander Peshkov                             mailto:peshkov at renderx.com
RenderX

TBid> can anyone tell me why pages without text are not rendered?

TBid> its not really important to me but i don't understand it...


-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20031110/6379a463/attachment.html>


More information about the Xep-support mailing list