MARS RTV Viewer Demo.

A Viewer with Beautiful Design

RTV Viewer allows you to rapidly view and navigate repository content in a wide range of formats. It uses Web 2.0 technology with beautiful, responsive layouts.

Integrated with RTV API

RTV Viewer can open AFP, TIFF (multiple pages), EBCDIC, ANSI, and Machine Text Files, PDF, word processing documents, spreadsheets, and many other common file types in their native view. It also can play audio and video file formats.
Learn More Try the Demo
Flexible Implementation with RTV APIs

Use RTV Viewer as a standalone viewer with documents and reports opened from your device, or pair it with our API ecosystem to leverage federated search and viewing of both static (archive) and active documents and reports located across various repositories.

Add Functions to Your Current Content Solution

RTV Viewer can also be implemented within any existing ECM or content services UI, increasing the functionality of your preferred static and/or active interface with no retraining needed. Considering changing your content stack to annotate print stream archive reports? Now you don't need to, instead you can add more output management options, viewing capabilities, and the ability to store and retrieve from archive blobs with up to a 300:1 compression ratio.

Uninterrupted Migrations

RTV Viewer is a key component of our flexible and invisible application retirement process. Start using your new content stack today with access to migrated, unmigrated, and archive content all in one place. Your end users can't tell that a migration is ongoing.

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));

Try it out!

Let us know a little background on you to access our RTV Viewer demo
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, forwarding you to the demo...
Oops! Something went wrong while submitting the form. Please try again or email us.

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