TEST MODE
Show details for Multipart Product Example | Brochure (Multiple Uploaded Parts Merged - Flipbook Preview)

Multipart Product Example | Brochure (Multiple Uploaded Parts Merged - Flipbook Preview)

Product Description:

This configuration defines a multipart product designed for assembling a brochure from separate PDF uploads. The product includes three user-uploaded parts: a front cover, internal content, and a back cover. Each part is configured with specific page count limits and quality check profiles (CMYK Check and CMYK Fix).

Key details include:

  • Front Cover: A single-page upload with both CMYK Check and CMYK Fix applied.

  • Internal Content: Supports a range of 1 to 300 pages, also using CMYK Check and CMYK Fix for color consistency.

  • Back Cover: A single-page upload that requires a CMYK Fix profile.

  • The final product order is fixed as Front, Internal Content, then Back.

Additionally, the product includes an advanced preview configuration that uses standard preview settings with forced page flip enabled, ensuring that the preview in the editor reflects the intended page-flipping behavior. The editor mode is required and preview confirmation is disabled.

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="minimumdummypages" editorMode="required" confirmPreview="false">
    <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="" />
    </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>
    </InputItems>
    <Order>
        <OrderItem>Front</OrderItem>
        <OrderItem>Internal Content</OrderItem>
        <OrderItem>Back</OrderItem>
    </Order>
    <MultiPartEditorV2Config previewType="standard" previewAndAddToBasketSeparate="true">
        <PreviewConfig>
            <![CDATA[
{forcePageFlip: true}
            ]]>
        </PreviewConfig>
    </MultiPartEditorV2Config>
</Configuration>