speedata / publisher

speedata Publisher - a professional database Publishing system
https://www.speedata.de/
GNU Affero General Public License v3.0
296 stars 36 forks source link

Multiple PDFOptions override previous options #367

Closed pgundlach closed 2 years ago

pgundlach commented 2 years ago
<?xml version="1.0" encoding="utf-8"?>
<Layout xmlns="urn:speedata.de:2009/publisher/en"
        xmlns:sd="urn:speedata:2009/publisher/functions/en">
    <Pageformat height="4cm" width="4cm" />

    <!-- PDF Options -->
    <PDFOptions author="author"/>
    <PDFOptions title="title"/>
    <PDFOptions printscaling="none"/>
    <PDFOptions duplex="simplex"/>
    <PDFOptions showbookmarks ="yes"/>

    <Record element="data">
        <PlaceObject>
            <Textblock>
                <Paragraph>
                    <Value>dummy</Value>
                </Paragraph>
            </Textblock>
        </PlaceObject>
    </Record>
</Layout>

only showbookmarks="yes" is active.