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

From: Thomas.Braun@infowerk.de
Date: Mon Nov 10 2003 - 05:50:32 PST

  • Next message: Alexander Peshkov: "Re: Antwort: Re: [xep-support] pages without text are not rendered"

    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@renderx.com>
    Gesendet von: owner-xep-support@renderx.com
    10.11.2003 14:17
    Bitte antworten an xep-support

     
            An: "Thomas.Braun@infowerk.de" <xep-support@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@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@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

    -------------------
    (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
    in the body of the message to majordomo@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



    This archive was generated by hypermail 2.1.5 : Mon Nov 10 2003 - 05:50:21 PST