Add Active Content Support to Your Current ECM

Elevate Your ECM with Active Content Support

Unlock new levels of productivity in your archive ECM, such as CMOD or Mobius, with MARS RTV APIs and Viewers. Say goodbye to missed opportunities in document collaboration, annotations, redactions, workflow automation, and more.

Integrating MARS RTV APIs and Viewers into your existing ECM is a game-changer. Seamlessly search and view archive formats (line, EBCDIC, AFP) and active formats (PNG, JPG, PDF, MP3, MP4, WAV, Office files, and more) within a single viewer that effortlessly blends with your current ECM interface. Your workflows remain intact.

This integration enables live collaboration, annotation and redaction management, access control, document version comparison, and more—all through a consistent interface with reliable governance. Elevate your ECM experience with MARS, where productivity meets efficiency.
Learn More Get a Free Quote
Static Data / Content
(AKA archive data / content)
  • System examples: Mainframe systems, CMOD, CA View, BMC Ctrl-D, ASG/Rocket Mobius…
  • Content that is not meant to be changed, but rather stored for reference and regulatory purposes
  • Typically computer-generated rather than user-generated, with potentially very large data streams (millions of documents daily)
  • May feature annotations, kept on a separate layer to preserve authenticity of documents
  • Focus on lightweight long-term storage, often in a code-based format in blobs containing many items which are rendered to view on demand
  • Content examples: invoices, statements, policies, signed applications…
Non-Static Data / Content
(AKA active or dynamic data / content)
  • System examples: FileNet P8, SER Doxis, OpenText Documentum, OpenText Content Server…
  • Content that is meant to be edited regularly, collaborated upon, used in workflow/process automation, and/or includes versioning
  • Typically user-generated rather than computer-generated
  • Focus on rapid retrieval and updates in the native file format
  • Less dense than static content, therefore lightweight storage is not as important as rapidly managing individual documents
  • Content examples: Office documents, working quotations and proposals, project status tracking, documentation…

Get a free quote!

Let us know a little background on your company and our data experts will be right in touch
1/3
Let us know how to contact you
and / or
2/3
Anything else we should know?
3/3
Thanks! We got your submission, our team will be in touch shortly.
Oops! Something went wrong while submitting the form. Please try again or email us.
Heading

Automate retention management – e.g., if you are legally obligated to retain certain data (insurance policies, customer invoices…) for a certain period of time, you can set for these files to be automatically deleted after that retention period expires

Heading

Flexible archive storage – our proprietary archive storage framework retains the ability to easily delete specific information within a storage object without affecting the rest of the object. Other archive storage frameworks struggle with this. This means that GDPR is no problem with MARS Archive Format – you can have 400x compression and retention automation AND easily comply with GDPR Right to Forget requests

Heading

You can add MARS Archive Format to your existing ECM – no need to change your content services stack or workflow, your end users won’t notice any change

Supported Formats

Call From Your Application

Format
Description
ANSI
ANSI is carriage control characters that consists of a single character that is a prefix for the print line.
Machine
Machine carriage controls were originally the actual hardware control commands for printers and are often used on various content systems.
ASCII
(txt, dat)
American Standard Code for Information Interchange.
EBCDIC
Extended Binary Coded Decimal Interchange Code.
Format
Description
Bitmap
(bmp)
Bitmap image file.
JPEG
(jpg, jpeg)
JPEG image file (Joint Photographic Experts Group).
TIFF
(tif, tiff)
Tagged Image File Format(ABIC​, G3_FAX​, G4 FAX​, G4 FAX FO​, G4 FAX STRIP​, HUFFMAN​, JBIG​, JPEG​, JPEG7​, TIFF LZW​, PACK​, UNCOMPRESSED​).
PNG
Portable Network Graphic.
Format
Description
PDF
Portable Document Format file, supports both text and image PDF.
AFP
Advanced Function Presentation file (popular IBM format similar to PDF).
Format
Description
MP3
MPEG Layer 3 audio file.
WAV
WAVE audio file.
MP4
MPEG Layer 4 video file.
WMV
Windows Media Video file.
var client = new HttpClient();
var content = new MultipartFormDataContent();
content.Add(new StringContent("your//full//path//file"), "path");
var request = new HttpRequestMessage(HttpMethod.Post, "https://your-domain/api/viewer/file-uri");
request.Content = content;
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
OkHttpClient client = new OkHttpClient().newBuilder()
.build();
MediaType mediaType = MediaType.parse("text/plain");
RequestBody body = new MultipartBody.Builder().setType(MultipartBody.FORM) .addFormDataPart("path","your//full//path//file")
.build();
Request request = new Request.Builder()
.url("https://your-domain/viewer/api/file-uri")
.method("POST", body)
.build();
Response response = client.newCall(request).execute();
var formdata = new FormData();
formdata.append("path", "your//full//path//file");
var requestOptions = { method: 'POST'body: formdata, redirect: 'follow'};
fetch("https://your-domain/viewer/api/file-uri", requestOptions)
.then(response => response.text())
.then(result => console.log(result))
.catch(error => console.log('error', error));

Any Content System
or Repository

+

MARS RTV APIs + Viewers

Managing both your archive and active content in one ECM efficiently

Massive savings in storage and compute costs. Our 500+ enterprise customers often cut their cloud bill in half or shut down entire data centers after implementing our solutions