TEST MODE
Show details for Book Creator Standard Preview

Book Creator Standard Preview

This is a New Multipart product for new UI in the Editor with 300 files allowed to be uploaded for the content of the book.

Product Description:

This product is designed for publishers and designers who need to quickly assemble a professional book layout using a streamlined, multipart editing interface. It supports a three-part structure where you upload a front cover, the main content of the book, and a back cover. The product leverages a "minimum dummy pages" preview mode to efficiently display the overall layout without processing every detail of the content.

The configuration allows for the upload of a single-page front cover and a single-page back cover, while the book content section is flexible—supporting uploads of between 1 and 300 pages. A built-in validation profile ("A3 check") is applied to the content section to ensure the document meets the required standards before printing.

Key Features:

  • Front Cover: Upload a single PDF page for the front cover.

  • Book Content: Flexible upload of 1 to 300 pages with built-in A3 validation.

  • Back Cover: Upload a single PDF page for the back cover.

  • Efficient Preview: Uses dummy pages to quickly display the document layout.

  • New UI Integration: Seamlessly integrated into the new Editor interface for a smooth workflow.

£10.00
<?xml version="1.0" encoding="utf-8" ?>
<Configuration previewModeType="minimumdummypages" editorMode="required" confirmPreview="False">
   <Parts>
       <PartConfiguration type="userupload" name="upload" minPageNum="1" maxPageNum="1" requiredCheckProfile="" optionalFixProfile=""  />
<PartConfiguration type="userupload" name="upload2" minPageNum="1" maxPageNum="300"  requiredCheckProfile="A3 check" optionalFixProfile=""  />
<PartConfiguration type="userupload" name="upload3" minPageNum="1" maxPageNum="1"  requiredCheckProfile="" optionalFixProfile=""  />
   </Parts>
   <InputItems>
       <InputItem type="part">
           <ItemInfo>
                   <InternalName>upload</InternalName>
                   <UIName>Book frontside cover</UIName>
                   <UIDescription>Upload PDF file for the frontside book cover</UIDescription>
           </ItemInfo>
           <ItemContent>
                   <PartName>upload</PartName>
                   <Usage type="range" min="1" max="1" />
           </ItemContent>
       </InputItem>


 <InputItem type="part">
           <ItemInfo>
                   <InternalName>upload2</InternalName>
                   <UIName>Book context</UIName>
                   <UIDescription>Upload PDF files for the book content (pages)</UIDescription>
           </ItemInfo>
           <ItemContent>
                   <PartName>upload2</PartName>
                   <Usage type="atleastone"  />
           </ItemContent>
       </InputItem>


 <InputItem type="part">
           <ItemInfo>
                   <InternalName>upload3</InternalName>
                   <UIName>Book backside cover</UIName>
                   <UIDescription>Upload PDF file for the backside cover</UIDescription>
           </ItemInfo>
           <ItemContent>
                   <PartName>upload3</PartName>
                   <Usage type="range" min="1" max="1" />
           </ItemContent>
       </InputItem>
   </InputItems>
   <Order>
      <OrderItem>upload</OrderItem>
<OrderItem>upload2</OrderItem>
<OrderItem>upload3</OrderItem>
   </Order>
</Configuration>