Tiny Online Tools logoTiny Online ToolssearchSearch tools…grid_viewAll Tools
Homechevron_rightEmbroidery & CNC Toolschevron_rightHPGL/PLT ViewerHPGL/PLT Viewer

HPGL/PLT Viewer

Open an HPGL or HPGL-2 plotter/cutter file (.hpgl, .plt, .gl2) and preview it as a scaled drawing, with each pen shown in its own colour.

upload_file

Click to browse or drag & drop files here

HPGL or HPGL-2 file (.hpgl, .plt, .gl2, .hp)

Accepted: .hpgl,.plt,.hpg,.hp,.gl2,.txt

Similar Tools

HPGL to SVG Converter

HPGL to SVG Converter

Convert an HPGL or HPGL-2 plotter file into an editable SVG, with each pen kept as its own group and correct millimetre scaling.

Embroidery File Viewer

Embroidery File Viewer

Open a DST, EXP, JEF, PES or PEC embroidery file and see the stitches, real dimensions in mm and inches, and the thread colours used.

CAD Viewer

CAD Viewer

Open STEP, STP, IGES, IGS and BREP files directly in your browser with a free online CAD viewer that needs no install and no upload.

DXF Layer Viewer

DXF Layer Viewer

Open a DXF drawing in the browser, inspect every layer and entity type, and toggle layers on or off to see exactly what is on the drawing.

JSON Viewer

JSON Viewer

Visualize JSON data in an expandable tree.

SVG Star Shape Generator

SVG Star Shape Generator

Generate customizable SVG star shapes with any number of points, adjustable sharpness, color, gradient, and optional stroke.

Countdown Timer Generator

Countdown Timer Generator

Generate a live, embeddable HTML countdown timer for any target date. Copy & paste the snippet into any website — free, no scripts required.

apps

More Tools

Browse our full collection of free online tools.

See what a plotter file will actually draw

HPGL and HPGL-2 files are plain text instructions for a pen plotter or vinyl cutter — a sequence of PU, PD, PA and similar two-letter commands — but they are not something you can eyeball. This tool parses the file and draws it as an SVG, right in your browser, so you can check a job before it reaches the machine.

What it reads

  • PU/PD — pen-up travel moves and pen-down drawing moves, in both absolute (PA) and relative (PR) coordinate modes.
  • SP — pen selection. Every pen number gets its own colour in the preview, so a multi-pen or multi-tool job is easy to read at a glance.
  • CI — circles, and AA/AR — arcs with an absolute or relative center, both flattened into smooth curves.
  • Anything else the file uses is still counted, and listed if it is not one of the mnemonics this tool draws, so you know exactly what was and was not rendered.

Units

HPGL plotter units are a fixed 1/40 mm (equivalently 1/1016 inch) — this never varies between files, so the preview's millimetre measurements and total plotted length are exact, not estimates.

What you get

  • A scaled preview with every pen's strokes in its own colour.
  • The number of pens used, the number of pen-down segments, the count of arcs and circles, the total plotted path length, and the overall drawing size in millimetres.
  • A plain warning if the file contains commands this viewer does not draw, so you are never shown an incomplete picture without knowing it.

Typical uses

Check a file exported from a CAD/CAM or sign-cutting package before sending it to a plotter or cutter, inspect an old .plt archive you can no longer open on the original hardware, or compare two exports to see if a pen assignment changed. Nothing leaves your device — the file is parsed and drawn entirely client-side.