Workflow

HomeWorkflow → Publishing

Publishing

Publishing turns the project's DMs into whatever the delivery target expects — PDF for print or portal delivery, IADS for the IETM viewer, HTML for the built-in IETP surface. All three read from the same source-of-record modules; no separate copy of the content lives in the publish pipeline.

IADS Builder assembling a delivery package — TOC, per-DM dataset attributes, cover metadata all editable in place.
IADS Builder — the source-of-record surface for assembling a delivery package.

PDF backends

WeasyPrintHTML + CSS Paged Media. The default for projects that don't need XSL-FO. Fast, deterministic, ships bundled.
Apache FOPBundled XSL-FO renderer. Solid coverage of the FO spec; good default for programs that already have XSL-FO stylesheets.
ironmarkpdfIronmark's XSL-FO renderer. Bundled. Purpose-built for the SDM-shipped stylesheets and their edge cases.
Antenna HouseCustomer-configured. Programs on an existing AH license can point Ironmark at their AH installation via the publishing settings.
RenderX XEPCustomer-configured, same shape as Antenna House.

Per-SDM stylesheet lives with the SDM; per-project overrides let you swap logos, cover pages, and section-level formatting without editing the SDM.

IADS packaging

IADS export builds a delivery package the IADS viewer opens directly. Key properties:

Combined IADS across a TM Family

Family-scoped publish produces a single combined IADS containing every project in the family. Same standard required across all members — mixed 40051 + S1000D families are rejected at publish time with a clear diagnostic; use the ZIP delivery for mixed families.

Publications surface — every deliverable a program has produced, listed with cycle, format, size, and download.
Publications surface — every deliverable the program has produced, versioned and downloadable.

IETP viewer

Ironmark's browser-based IETP renders DMs directly from the source-of-record. Portal customers see it the same way. Applicability filter panel lets a reader restrict what they see to their asset. Print-to-PDF from the viewer uses the same PDF backend as scheduled publish.

Portal delivery

Every program ships with a portal — customer-facing surface where a reader browses / searches / filters / downloads the published TM without an authoring seat. Redlines feed back into the review workflow. Portal auth is separate from author auth so customer identity doesn't sit in the author IdP.

Publish is a read from the source-of-record modules, not a copy. A project doesn't have "the authoring version" and "the published version" as separate content — the published output is a snapshot of what the modules held at publish time, and the audit log records which cycle each DM was at.

Related

← Back to Workflow