How to open a PCL file

PCL files are print jobs, not documents, so double-clicking them rarely works. Convert one to PDF here to see its pages.

Drop a printer file herePCL, PXL, PRN or PostScript print-to-file output · up to 100 MB

Converted entirely in your browser. Your file is never uploaded.

What a PCL file is

PCL (Printer Command Language) is HP's language for describing printed pages. Printers read it directly. When a print job is saved to disk instead of being sent to a printer, you get a .pcl file: the fonts, text positions, graphics and paper settings exactly as the printer would receive them.

You'll typically meet PCL files from “print to file” in Windows, archived print jobs from business systems (invoices, statements, labels), or test files from printer vendors.

Ways to open one

  • In your browser: drop it above. It's converted on your device to a PDF you can open anywhere.
  • On the command line: GhostPCL (gpcl6) from the Ghostscript project converts PCL to PDF or images on Windows, macOS and Linux.
  • On a printer: most HP-compatible laser printers print PCL files sent to them raw, for example with lp -o raw file.pcl on macOS or Linux.

Questions

Can Word or Acrobat open a PCL file?

No. PCL is a printer language, not a document format, so ordinary document apps can't read it. It needs to be rendered by a PCL interpreter first.

Is a .pcl file safe to open here?

Yes. The file is converted inside your browser's WebAssembly sandbox, on your device, and isn't uploaded. PCL doesn't contain macros or scripts that run on your computer.

Can I edit the text after converting?

The PDF contains the pages as the printer would draw them. Text from PCL 5 jobs that use the printer's built-in fonts is usually selectable. Jobs sent as images (common with CUPS and inkjet drivers) have no selectable text, and text in downloaded fonts can lose its spacing.