مركز المساعدة

كل ما تحتاج إليه لنشر كتبك الإلكترونية ومشاركتها وتضمينها

أدلة خطوة بخطوة للتصدير دون اتصال، وتضمين المواقع، وميزات القارئ — إلى جانب إجابات للأسئلة التي يطرحها فريقنا أكثر من غيرها.

Getting Started

Your first five minutes inside Inkwell Shift.

After signing up, you'll land on your Dashboard — your home base for usage, recent books, and quick actions.

Your main sections

  • My Books — your full library of converted flipbooks.
  • Upload — bring a new PDF into the platform.
  • Billing — your plan, usage, and upgrade options.
  • Settings — profile, password, and account preferences.

Uploading Your First Book

Turn a PDF into a 3D flipbook in three steps.

  1. From the Dashboard, click Upload New Book (or open My Books → + New).
  2. Drag your PDF into the upload area, or click Choose File to browse.
  3. Give the book a Title, then pick the Language and Reading Direction.
  4. Click Upload.

Conversion begins automatically. Most books finish in seconds; very large books may take a few minutes. You'll see a live progress bar on the book's tile in My Books, and you can keep working in other tabs while it converts.

We'll show a notification the moment your flipbook is ready to read, share, or export.

Offline Exporting

Take your book out of the platform — two ways.

Once a book is converted, you can take it out of the platform in two ways: a Web Bundle (ZIP) or a Standalone Desktop App. Both work completely offline — once downloaded, your readers never need an internet connection.

Option A — Download as a Web Bundle (ZIP)

Perfect for emailing to a client, hosting on your own server, putting on a USB drive, or archiving a permanent copy.

  1. Open My Books and click the book you want to export.
  2. Click Download for Offline Viewing in the top toolbar.
  3. On the export page, click Generate Web Bundle.
  4. When the job finishes, click Download ZIP.

The ZIP contains index.html, a pages/ folder with optimised images, and the bundled viewer with search, table of contents, zoom, and dark mode. To view, extract the ZIP and open index.html in any modern browser.

Web Bundles carry no tracking, no analytics, and no connection back to Inkwell Shift. Once exported, the file is 100% yours.

Option B — Standalone Desktop App

Distribute your book as a polished, branded product with a double-clickable application icon. We produce platform-native installers for Windows (.exe), macOS (.dmg), and Linux (.AppImage).

  1. Open My Books and click the book you want to export.
  2. Click Download for Offline Viewing.
  3. Choose your target platform: Windows, macOS, or Linux.
  4. Click Generate Desktop App.
  5. When the job finishes, click Download.

The desktop app includes a few extras the Web Bundle doesn't: local notes & bookmarks that persist between sessions, a Resume Reading prompt at the last page viewed, and true fullscreen with no browser chrome.

Desktop App export requires a Pro plan or higher. See the FAQ below for plan details.

Website Integration (Embedding)

Drop your flipbook into any website, blog, or CMS with one iframe.

Embedding lets you place your flipbook directly inside your own website, blog, or CMS — WordPress, Webflow, Squarespace, HubSpot, Shopify, or any page where you can paste HTML. The embedded viewer is fully responsive, looks great on phones and tablets, and respects light/dark modes from your site.

Step 1 — Enable Sharing for Your Book

  1. Open My Books and click the book you want to embed.
  2. Click Settings in the book's toolbar.
  3. Open the Sharing & Embed tab.
  4. Toggle Make this book publicly accessible to On.
  5. Toggle Allow embedding on external websites to On.
Use the Allowed Domains field to lock the embed to specific sites you control (e.g. yourcompany.com). Leave it as a single * to allow embedding anywhere — useful for public marketing material, not recommended for confidential books.

Step 2 — Copy the Embed Code

On the Sharing & Embed screen you'll see a section titled Embed Code. Click Copy next to the snippet:

<iframe
  src="https://app.inkwellshift.com/embed/your-book-slug"
  width="100%"
  height="720"
  frameborder="0"
  allow="fullscreen"
  loading="lazy"
  title="Your Book Title">
</iframe>

Step 3 — Paste It Into Your Site

  • WordPress: use a Custom HTML block in the Gutenberg editor.
  • Webflow: drop an Embed element where you want the book to appear.
  • Squarespace: add a Code Block to your page.
  • Custom HTML / your own site: paste it directly into your page source.

Making the Embed Fully Responsive

For a perfect fit (iframe expands and contracts with your page), wrap the embed in a simple aspect-ratio container:

<div style="position: relative; width: 100%; padding-bottom: 75%;">
  <iframe
    src="https://app.inkwellshift.com/embed/your-book-slug"
    style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;"
    allow="fullscreen"
    loading="lazy"
    title="Your Book Title">
  </iframe>
</div>

That's it — your flipbook is live on your site, complete with 3D page-turn animations, search, table of contents, and the full reader experience. No plugins required.

Sharing the Desktop App with Your Readers

Zero-install — your students or clients double-click and the book opens.

When you choose Desktop App in the export page, the platform produces a ZIP that contains the published book plus a real Windows / macOS / Linux application. Your readers don't need to install anything — no admin rights, no setup wizard, no terminal commands.

What's inside the ZIP

  • A real application binary for the target platform (.exe on Windows, .app on macOS, .AppImage on Linux).
  • A START_HERE.txt with step-by-step instructions in English, Arabic, and Chinese — your reader sees it the moment they unzip.
  • A resources/book folder containing the book payload (pages, search index, overlays). They never need to touch this.

Windows students

  1. Right-click the downloaded ZIP and choose Extract All.
  2. Open the extracted folder.
  3. Double-click Inkwell Shift.exe.
  4. The book opens. That's it.
The Windows build is a portable executable — it doesn't install anything, leaves nothing in the registry, and can run from a USB stick or a read-only network share. Deleting the folder removes every trace.

macOS students

  1. Double-click the downloaded .dmg to mount it.
  2. Drag Inkwell Shift.app to your Applications folder (or any folder).
  3. Double-click the app. The book opens.
On the first launch, macOS Gatekeeper may show a security prompt because the build is unsigned. Have the student right-click (or Control-click) the app and choose Open — they only have to do this once per machine.

Linux students

  1. Right-click the .AppImage file → Properties → Permissions → tick Allow executing file as program (only needed once on most distros).
  2. Double-click the AppImage. The book opens.
If a student is on a managed school or enterprise device, antivirus software may quarantine the unsigned executable. Whitelist the file by name or contact your IT team — there's nothing harmful inside, just an Electron viewer and your published book.

Anti-theft (your IP is protected)

Every desktop build ships with three layers of protection so students can read, but no one can casually steal the proprietary 3D physics engine or your branded viewer:

  • ASAR archive — all source files are wrapped in a single binary blob, not browsable as files.
  • Obfuscation — the JavaScript inside the archive is rewritten into mangled, control-flow-flattened source. After someone extracts the ASAR they still face a wall of unreadable code.
  • Developer Tools and right-click are disabled in the packaged app. Reload shortcuts (Ctrl+R, F5, Ctrl+Shift+I, F12, Ctrl+U) are silently swallowed.
Chromium must read the JavaScript to run it — no client-side encryption is truly unbreakable. The combination above stops 99% of casual theft. A determined attacker with time can always reverse-engineer client-side code; that's a property of the platform, not a flaw in your build.

Managing Your Library

Everything you can do from My Books.

  • Search and filter by title, language, or status.
  • Open a book to read or share it.
  • Rename, change branding colours, or update the cover via Settings.
  • Delete a book (permanent — the conversion cannot be recovered).
  • Retry a failed conversion without re-uploading.

Your Usage card (visible on the dashboard) shows how many books you've used out of your plan's quota.

الأسئلة الشائعة

اكتب للبحث في جميع الأسئلة والأجوبة، أو صفِّ حسب الموضوع.

ما زلت بحاجة إلى مساعدة؟

نردّ عادةً خلال يوم عمل واحد. يحصل عملاء الخطط Pro و Enterprise على دعم ذي أولوية.

Documentation · Inkwell Shift