TEST MODE
Show details for Interactive Flipbook PDF Uploader

Interactive Flipbook PDF Uploader

Product Description:
This configuration is designed for users who need to upload a PDF file for printing while offering an engaging preview experience. The preview mode is set to “mixrealanddummypages,” which combines real and placeholder pages to create a dynamic, lifelike preview that simulates an actual printed document.

An advanced preview configuration has been included to force a page-flipping effect. Using the MultiPartEditorV2Config node with a simple JSON setting (forcePageFlip: true), the system ensures that when customers view the document, they experience a smooth, interactive flipbook-style transition between pages.

Key Features:

  • Mixed Preview Mode: Blends real and dummy pages for a realistic preview.

  • Forced Flipbook Effect: Advanced setting enforces page-flipping for a dynamic presentation.

  • Simple & Focused Interface: A single upload field is provided, with the editor step mandatory for submission.

£0.00
<?xml version="1.0" encoding="utf-8" ?>
<Configuration previewModeType="mixrealanddummypages" editorMode="required" confirmPreview="False">
   <Parts>
       <PartConfiguration type="userupload" name="upload" requiredCheckProfile="" optionalFixProfile=""  />
   </Parts>
   <InputItems>
       <InputItem type="part">
           <ItemInfo>
                   <InternalName>upload</InternalName>
                   <UIName>Upload a PDF</UIName>
                   <UIDescription>Upload PDF files for printing</UIDescription>
           </ItemInfo>
           <ItemContent>
                   <PartName>upload</PartName>
                   <Usage type="range" min="1" max="1" />
           </ItemContent>
       </InputItem>


   </InputItems>
   <Order>
      <OrderItem>upload</OrderItem>
   </Order>
   <MultiPartEditorV2Config> 
      <PreviewConfig>
         <![CDATA[
            {
                forcePageFlip: true


            }
         ]]>
      </PreviewConfig>
   </MultiPartEditorV2Config>
</Configuration>