TEST MODE
Show details for Multipart Product Example | Brochure (Multiple Uploaded and Static Parts Merged)

Multipart Product Example | Brochure (Multiple Uploaded and Static Parts Merged)

Product Description:

This configuration produces a multipart brochure product that merges both user‐uploaded PDFs and static PDF elements into a single print-ready file. The product is designed with three upload parts for the brochure: a front cover (single page), internal content (up to 300 pages across multiple uploads), and a back cover (single page). In addition, two static product parts (prefix and postfix) are included to be placed at the beginning and end of the output.

Key configuration details:

  • Uploaded Parts:

    • Front: Single-page upload with CMYK check and fix profiles.

    • Internal Content: Multiple-page upload (1–300 pages) with CMYK check and fix profiles.

    • Back: Single-page upload with a CMYK fix profile.

  • Static Parts:

    • Prefix Example and Postfix Example are included from existing Static PDF products.

The preview is set to display pages individually (using a single-page preview mode) with standard settings. Advanced editor options include a separate add-to-basket button and a simple JSON configuration (with forcePageFlip disabled) to control the preview behavior.

Test PDF for Upload (Front) Test PDF for Upload (Internal Content) Test PDF for Upload (Back)
Adhesive *
Finish *
Material *
£0.00
<?xml version="1.0" encoding="utf-8"?>
<Configuration previewModeType="normal" editorMode="optional" confirmPreview="true" previewMode="single" isPreviewOptional="false" title="show" addPageNumbers="true" pageNumbersAtContentPagesOnly="true">
    <Parts>
        <PartConfiguration type="userupload" name="Front" minPageNum="1" maxPageNum="1" requiredCheckProfile="CMYK Check" optionalFixProfile="CMYK Fix" />
        <PartConfiguration type="userupload" name="Internal Content" minPageNum="1" maxPageNum="300" requiredCheckProfile="CMYK Check" optionalFixProfile="CMYK Fix" />
        <PartConfiguration type="userupload" name="Back" minPageNum="1" maxPageNum="1" requiredCheckProfile="CMYK Fix" optionalFixProfile="" />
        <PartConfiguration type="product" name="Prefix Example">
            <ProductType>static</ProductType>
            <ProductIdentifier type="specific">64</ProductIdentifier>
        </PartConfiguration>
        <PartConfiguration type="product" name="Postfix Example">
            <ProductType>static</ProductType>
            <ProductIdentifier type="specific">65</ProductIdentifier>
        </PartConfiguration>
    </Parts>
    <InputItems>
        <InputItem type="part">
            <ItemInfo>
                <InternalName>Front</InternalName>
                <UIName>Front Cover</UIName>
                <UIDescription>Upload your single page front cover</UIDescription>
            </ItemInfo>
            <ItemContent>
                <PartName>Front</PartName>
                <Usage type="range" min="1" max="1" />
            </ItemContent>
        </InputItem>
        <InputItem type="part">
            <ItemInfo>
                <InternalName>Internal Content</InternalName>
                <UIName>Internal Content</UIName>
                <UIDescription>Upload the internal content of your brochure. This can be uploaded as multiple PDFs if required</UIDescription>
            </ItemInfo>
            <ItemContent>
                <PartName>Internal Content</PartName>
                <Usage type="atleastone" />
            </ItemContent>
        </InputItem>
        <InputItem type="part">
            <ItemInfo>
                <InternalName>Back</InternalName>
                <UIName>Back Cover</UIName>
                <UIDescription>Upload your single page back cover</UIDescription>
            </ItemInfo>
            <ItemContent>
                <PartName>Back</PartName>
                <Usage type="range" min="1" max="1" />
            </ItemContent>
        </InputItem>
        <InputItem type="part">
            <ItemInfo>
                <InternalName>Prefix Example</InternalName>
                <UIName>Prefix</UIName>
                <UIDescription>Obtained from an Infigo Static PDF product. This will be placed at the start of the output</UIDescription>
            </ItemInfo>
            <ItemContent>
                <PartName>Prefix Example</PartName>
                <Usage type="first" />
            </ItemContent>
        </InputItem>
        <InputItem type="part">
            <ItemInfo>
                <InternalName>Postfix Example</InternalName>
                <UIName>Postfix</UIName>
                <UIDescription>Obtained from an Infigo Static PDF product. This will be placed at the end of the output</UIDescription>
            </ItemInfo>
            <ItemContent>
                <PartName>Postfix Example</PartName>
                <Usage type="last" />
            </ItemContent>
        </InputItem>
    </InputItems>
    <Order>
        <OrderItem>Front</OrderItem>
        <OrderItem>Internal Content</OrderItem>
        <OrderItem>Back</OrderItem>
        <OrderItem>Prefix Example</OrderItem>
        <OrderItem>Postfix Example</OrderItem>
    </Order>
    <MultiPartEditorV2Config previewType="standard" previewAndAddToBasketSeparate="true">
        <PreviewConfig>
            <![CDATA[
{forcePageFlip: false}
            ]]>
        </PreviewConfig>
    </MultiPartEditorV2Config>
</Configuration>