Initializing... drag & drop files here
Supports: DOC
This tool lays out a legacy Microsoft Word document (.doc) and emits it as PostScript (.ps) — Adobe's page-description language, the print stream that older laser printers, raster image processors (RIPs), and Unix lp/lpr pipelines were built to read. DOC is the pre-2007 Word binary format; PostScript is a fixed-page file of drawing and typesetting commands meant for printing, not editing. If you only want a portable, shareable, fixed-layout copy of the document, PostScript's descendant PDF is the better target — use DOC to PDF instead.
PostScript (.ps) is a 1984 page-description language: a stream of commands that tells a printer or interpreter exactly where to place each glyph, line, and image on a page. PDF, released later, is built on the same imaging model but drops PostScript's general-purpose programming layer and adds embedded fonts, metadata, search, and interactivity — which is why PDF became the de facto standard for sharing documents.
Convert your DOC to .ps only if something downstream specifically needs PostScript:
.pslpr to a print queueFor everything else — emailing the document, archiving it, or opening it on another device — pick PDF. The two formats share an imaging model, so DOC to PDF produces a near-identical page layout that is far easier to view and share. Note that any Word macros (VBA) in the .doc are not executable code in PostScript and are dropped; the output is a static print file.
| Property | Value |
|---|---|
| Specification | [MS-DOC] Word Binary File Format (Microsoft, first published 2008) |
| Format type | Binary (OLE compound file), not XML |
| Default in | Microsoft Word 97, 2000, 2002, and 2003 |
| Holds | Editable text, styles, tables, images, optional VBA macros |
| Best for | Opening and editing older Word documents |
| Editable | Yes — reflowable, fully editable |
| Superseded by | DOCX / Office Open XML (default in Word 2007) |
| Property | Value |
|---|---|
| Created by | Adobe Systems (Warnock & Geschke), 1984 |
| Latest level | PostScript 3 (1997) |
| Format type | Page-description language; stack-based, Turing-complete |
| File signature | Plain text starting with %!, .ps extension |
| Holds | Fixed-page drawing/typesetting commands; fonts embedded or referenced |
| Best for | Driving PostScript printers, RIPs, and Unix print pipelines |
| Editable | No — output is a print stream, not an editable document |
| Superseded by | PDF for general document distribution |
.ps file. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours later. No sign-up, no watermark.Use PDF unless something downstream specifically requires PostScript. PDF is PostScript's descendant — it shares the same page-imaging model but adds embedded fonts, metadata, search, and reliable on-screen viewing, which is why it became the standard for sharing documents. Convert to .ps only for a legacy PostScript printer, a RIP, or a Unix/Ghostscript print pipeline that reads .ps directly. For anything else, DOC to PDF is the better fit.
.doc is the binary file format Microsoft Word used by default through Word 97, 2000, 2002, and 2003 — Microsoft documents it as the [MS-DOC] Word Binary File Format. It stores content in a binary OLE compound file rather than the XML used by .docx, the Office Open XML format that became Word's default starting with Word 2007. Both convert to PostScript the same way here; if you specifically need the newer container instead, see DOC to DOCX.
The document is laid out and rendered to fixed pages, so headings, paragraphs, tables, and images carry over. Exact fidelity depends on fonts: where a typeface is available it can be embedded, and where it is not it is substituted with the closest match, which can shift line breaks and spacing on complex layouts. For straightforward business documents the result is faithful; for heavily designed pages, check the output before sending it to a printer.
Not in any practical sense. PostScript is a print stream — a sequence of drawing and typesetting commands describing finished pages, not reflowable text you can re-edit like a Word file. Word macros and field codes do not survive either. If you need to keep editing, keep the original .doc and re-export when you are done. If you only need a viewable, distributable copy, convert to PDF instead.
PostScript files are made for exactly this. Ghostscript is the universal free interpreter, and front ends like gv or ggv display the file on screen. To print, most Unix-like systems pipe a .ps file straight to a print queue with lpr or lp; for a non-PostScript printer, Ghostscript acts as the raster image processor that turns the PostScript into dots, commonly with its output piped to lpr.
PDF replaced PostScript for delivering and viewing documents, but it did not replace the PostScript language itself: the interpreters inside many high-end printers and RIPs still speak PostScript, and some print pipelines need its procedural control over rasterization. Adobe released PostScript 3 in 1997, and that generation is still what a lot of legacy and professional print hardware expects. That installed base is the main reason to keep generating .ps today.
.ps is a regular PostScript page-description file — a full multi-page document, which is what this tool outputs. .eps (Encapsulated PostScript) is a single-page PS file with a bounding-box comment, designed for embedding inside other documents such as InDesign, LaTeX, or Illustrator artwork. If you need an embeddable single-page graphic instead of a printable document, see DOC to EPS.
Your file is uploaded over an encrypted connection and converted on our servers — there is no sign-up and no watermark, and your document is never shared or made public. Uploaded and converted files are deleted automatically a few hours after conversion. In our testing, a text-heavy business .doc produces a .ps file noticeably larger than the source, because PostScript stores explicit page-drawing commands rather than the compact binary the .doc packs; if you later need a smaller, shareable file, run the result through PS to PDF.