As we continue to push forward with digital publications that are more interactive than static pixel perfect versions of print. Below will be some things that we are trying to achieve when converting an InDesign file to a web experience. Interactivity, Accessibility, Workflows, Data and Distribution.
We don’t have hard and fast dates for these but here are some things that we are working towards in the near future and why.
1. Advanced Layouts & The Viewer Experience
Content needs to adapt to its environment, whether it’s being projected in a boardroom, swiped on a phone, or embedded in a corporate site. Our next generation of layout and viewer updates breaks free from the traditional “flipbook” constraints.
- Responsive & Adaptive Design: We are unlocking real responsiveness by honoring InDesign’s Liquid Layout and Object Constraints. Furthermore, Alternate Layouts will export seamlessly as breakpoints within a single publication, ensuring your tablet and phone designs trigger automatically based on the user’s screen size.
- Format Flexibility: Beyond standard reading, we are introducing a Presentation Mode (16:9, no UI chrome, laser pointer, and speaker keys) and a Single-Page/Web-Banner Mode tailored for ads and microsites.
- Progressive Web Apps (PWA): Publications will be exportable as PWAs (complete with web manifests and custom icons), allowing users to install your publication and read it entirely offline.
- Reader Utilities: We are adding native Dark Mode support, deep linking to specific pages and zoom states, and local Reader Annotations so users can highlight text and save bookmarks locally.
- True Multi-File Output: Instead of masking everything behind a single HTML file with hash fragments (
#page-5), exports will generate real.htmlfiles per page. This is a massive win for direct sharing and search engine indexing.
2. Rich Interactivity & Media Handling
Web audiences expect tactile, engaging experiences. We are expanding our widget and event libraries to bring layouts to life without writing a single line of custom code.
- Immersive Widgets: Expect native support for Lightboxes (enlarging images on click), Parallax backgrounds, 3D flip cards, 360° image sequences, and Pan & Zoom frames for oversized graphics.
- Advanced Navigation: We are integrating deep browser history support so the browser’s “Back” button turns the page rather than ejecting the user from the publication. We are also building out an auto-generated Bookmarks Panel directly tied to your InDesign Table of Contents.
- Complex Event Triggers: Moving beyond simple clicks, we will support hover (rollover/blur) events and targeted animation triggers, allowing you to play, pause, or stop named animations dynamically.
- Modern Media Controls: Video handling is getting an overhaul with support for streaming URLs (YouTube, hosted MP4s), background audio that persists across page turns,
.vttcaption tracks, and intelligent handling of browser autoplay policies (muted-autoplay with tap-to-unmute fallbacks).
3. Web Performance, Accessibility, & Typography
A beautiful publication fails if it is slow to load or inaccessible to readers with disabilities. We are automating the technical heavy lifting so your exports meet the highest modern web standards by default.
- DOM-Order Reading & ARIA: True accessibility requires screen readers to follow the intended sequence of the text, not just the visual layout. We are mapping the InDesign Article panel directly to the HTML DOM order, adding semantic landmarks, and mapping InDesign styles to proper heading hierarchies (
<h1>,<h2>). - Focus & Motion Management: Keyboard users will get logical tab order and visible focus rings. We’re also honoring
prefers-reduced-motionsettings to automatically skip or shorten heavy animations for sensitive users. - Next-Gen Image Optimization: The binary “Optimize” toggle is being replaced with a granular quality slider, native WebP/AVIF output, and responsive
srcsetgeneration so mobile devices don’t waste data downloading retina-sized artwork. Blur-up placeholders will keep perceived load times fast during lazy loading. - Smart Typography: We are introducing live HTML tables (moving away from static images), variable font support, RTL/vertical text support, and Font Subsetting to drastically reduce embedded font weights. A built-in licensing preflight will also warn you if a font is restricted from web embedding.
4. Forms, Data, & Analytics
Passive reading is evolving into active engagement. We are turning publications into lead-generation tools and bringing granular visibility to how users interact with your content.
- Native HTML Forms: Checkboxes, radio buttons, combo boxes, and text areas will translate into real, selectable HTML inputs. We are adding support for Canvas-based Signature fields and client-side validation right from InDesign’s field properties.
- Quizzes & Data Submission: You will be able to build interactive quizzes with scoring and dedicated results pages. Data can be seamlessly routed via JSON/FormData to custom endpoints, mailto, or Formspree URLs.
- Deep Analytics & Privacy: Beyond standard page views, you will be able to track button clicks, video completions, PDF downloads, and share events directly to Google Analytics 4 or Plausible. To respect user privacy, a Consent Gate will be available to ensure tracking only begins after the user opts in.
5. Pro Workflows, SEO, & Quality Control
For teams producing high volumes of content, efficiency and reliability are paramount. We are rebuilding the export pipeline to catch errors early and distribute content wider.
- Preflight & Reporting: A new preflight dialog will warn you before export about overset text, unplayable media (like legacy FLV), oversized images, and missing alt text. After generation, an Export Report will detail the final weight, link health, and any unsupported features used in the document.
- Workflow Automation: Say goodbye to repetitive setup. We are introducing Named Presets (which travel with your
.inddfile or can be shared as JSON), Batch Exports for InDesign Books (.indb), and Incremental Exports that only rewrite changed assets—saving massive amounts of time on large documents. For enterprise teams, headless/scriptable exports will integrate directly into CI/CD pipelines. - SEO & Social Sharing: Every page will support its own
<title>, description, canonical URL, and JSON-LD structured data. We will also automateog:imagegeneration and provide native social sharing targets (LinkedIn, WhatsApp, X) and QR code generation. - Seamless Embedding: For integrating publications into existing websites, we will automatically generate an optimized
<iframe>snippet, supportpostMessageAPIs for host-page communication, and provide a compact viewer skin tailored specifically for embedded contexts.