免费在线将文件转换为PLT。
我们注重转换质量、使用便捷性和多格式支持。
| 数据类型 | Vector image / Plotter instructions |
| MIME 类型 | application/vnd.hp-HPGL |
| 开发者 | Hewlett-Packard (HP) |
| 主要使用场景 | CAD/技术图纸的绘图机输出、切割/绘图工作流、遗留系统交换 |
PLT 多数情况下指 HP-GL 绘图机文件:在 CAD/绘图机流程中用于线条、圆弧和文字的文本型矢量命令流。
| 数据类型 | Vector image / Plotter instructions |
| MIME 类型 | application/vnd.hp-HPGL |
| 结构类型 | Text instructions + optional device/state settings (pens, scaling, coordinate system); no embedded bitmap container by default |
| 容器格式 | HP-GL/HP-GL/2 文本(通常 ASCII)命令流:按顺序描述绘制指令(选笔、pen up/down、绝对/相对移动、圆弧、文字标签)。坐标使用 plotter units;不少工具链会用 1 英寸=1016 单位的尺度。 |
| 元数据 | Very limited: primarily drawing instructions and device state. No standardized Exif/XMP container in HP-GL streams; any extra annotations are tool-specific. |
| 标准 / 规范 | HP-GL / HP-GL/2 reference documentation |
| 典型文件大小 | Usually small to moderate (KB–MB) for line drawings; can grow large for very detailed paths or dense hatch patterns |
| 推出年份 | 1977 |
PLT 文件格式具有多项优势,适用于常见的使用场景。
PLT 文件格式存在一些限制,可能会在特定使用场景中产生影响。
PLT 矢量文件支持多种图形和设计应用。
将 PLT/HPGL 视为不可信输入:极端密集的命令/坐标可导致解析/渲染的 CPU/内存消耗。应使用健壮库并设置限制。
Vendor specification; publicly documented reference guides and widely implemented