Docento.app Logo
Docento.app
Glowing laptop screen at night
All Posts

PDF/E Explained: The Engineering Format for CAD, BIM, and Technical Drawings

April 19, 2026·6 min read

Walk into any engineering office, manufacturing plant, or construction site and you will find PDFs everywhere, drawings being marked up, datasheets pinned to walls, BIM coordination snapshots emailed to subcontractors. Most of these are regular PDFs. But for technical workflows that need 3D models, embedded measurements, layers, or interactive geometry, there is a specific ISO standard built for the job: PDF/E.

This article walks through what PDF/E is, how it differs from a normal PDF, and when it actually helps.

What PDF/E is

PDF/E is shorthand for ISO 24517, the PDF standard for engineering documents. It defines a profile of the PDF spec specifically designed for technical and engineering content: large drawings, 3D geometry, layered drawings (think CAD layers like "structure", "MEP", "annotations"), and interactive features such as measurement, sectioning, and view definitions.

There are two main versions:

  • PDF/E-1, Published in 2008, based on PDF 1.6. It introduced support for 3D embedded models using the U3D format.
  • PDF/E-2, Published in 2024, based on PDF 2.0. Adds the newer PRC format for 3D models (which is significantly more efficient than U3D), better support for views and section planes, and aligns the spec with modern CAD exchange practices.

If you are working with CAD software released in the past few years, PDF/E-2 is the right target.

What makes a PDF/E file different from a regular PDF

A normal PDF can contain 3D content too, that part is not unique to PDF/E. What PDF/E adds is a guarantee: a file marked as PDF/E commits to:

  1. Self-contained 3D content. Any U3D or PRC streams are embedded directly. Nothing references an external CAD file that might disappear.
  2. Layered drawing support. Optional Content Groups (OCGs) are first-class. A reader can toggle layers on and off, show only the electrical layout, hide annotations, isolate a particular floor.
  3. Defined views. A PDF/E file can ship with named camera positions ("Isometric", "Front Elevation", "Section A-A"). The reader can jump between them.
  4. Measurement and section. Coordinates and units are preserved. Click two points and the reader returns the distance in real-world units. Drop a section plane and see the cut geometry.
  5. No prohibited content. Like its cousins PDF/X and PDF/A, PDF/E forbids encryption that blocks downstream processing, JavaScript that triggers external actions, and similar instabilities.

Why engineers care

CAD-native formats are powerful, but they have a fatal problem in the field: licensing. A subcontractor on a job site cannot be expected to own a SolidWorks or Revit license. They need to look at the model, take a measurement, and move on.

PDF/E lets the CAD owner export a high-fidelity, license-free version of the design. Free readers like Adobe Acrobat Reader, Foxit, and PDF-XChange can open the file, rotate the 3D view, toggle layers, and run measurements. The original CAD file stays inside the design firm; the field gets exactly what they need.

Compare this to the alternatives:

  • STEP or IGES files, exchange formats, but still require a CAD viewer.
  • DWG / RVT, proprietary, license-required for most useful viewing.
  • Glb / glTF, great for web 3D, weak on measurement and BIM metadata.
  • PDF/E, universal reader support, full measurement, metadata, and layers.

Creating a PDF/E file

Most major CAD packages can export PDF/E directly:

  • Autodesk Revit, AutoCAD, Inventor, through the PDF export with the "PDF/E" preset.
  • SolidWorks, via the 3D PDF add-in or third-party plugins.
  • Siemens NX and PTC Creo, built-in 3D PDF export.
  • Bentley MicroStation, exports layered, measured PDFs that meet PDF/E.

If your CAD package does not have a direct PDF/E export, a common pipeline is to export a regular 3D PDF and then post-process it through a tool like 3D PDF Converter by Tetra4D or Anark Core to upgrade it into a PDF/E-compliant file.

What you can do inside a PDF/E file

The interactive features are what surprise people who have never opened one. In Adobe Acrobat Reader or any PDF/E-aware viewer, you can:

  • Rotate, pan, and zoom a 3D model
  • Click parts to see metadata (material, part number, mass)
  • Show or hide individual layers and assemblies
  • Switch between named views without recreating the camera
  • Take linear, angular, and radial measurements
  • Drop a section plane and inspect interior geometry
  • Add comments tied to a specific part or coordinate

For markup-heavy workflows the comments persist in the file. See annotating a PDF guide for the general workflow.

Common gotchas

Reader support. Not every PDF reader handles 3D. Most browser-based viewers (including the one Chrome ships with) silently ignore the 3D stream and show a thumbnail. Always test that your audience's reader can actually view the content.

File size. A complex 3D model exported to a PDF/E file can be hundreds of megabytes. PRC compression (in PDF/E-2) helps significantly, but a large assembly is still a large assembly. For sharing, consider whether the recipient needs full geometry or just dimensions, sometimes a simplified view is plenty.

Mobile. 3D PDF rendering on phones and tablets is hit and miss. If your audience is mostly mobile, you may need a separate 2D drawing alongside the PDF/E. See how to edit PDFs on iPad for the most current iOS workflow.

Security. A PDF/E file with a 3D model contains your geometry. If the geometry is sensitive IP, ship a simplified or watermarked version, not the high-fidelity master. For more on protecting sensitive PDFs, see PDF encryption explained.

When you should use PDF/E

  • Sharing a model with subcontractors, clients, or regulators who do not own the original CAD tool
  • Issuing for construction or for manufacturing review
  • Archiving a design alongside the originating CAD file (the PDF/E becomes the human-readable witness)
  • Distributing technical product documentation with measurable, interactive geometry

For a flat drawing you only need to print, a regular PDF is fine. PDF/E earns its keep when the geometry itself has to travel.

Takeaway

PDF/E is the engineering-shaped relative of the PDF family. It locks down what a CAD-derived PDF must contain so that engineers, contractors, and reviewers can rely on it. If you have ever emailed a .dwg file and then waited a day for the recipient to find a viewer, switch to PDF/E. Anyone with a free PDF reader can open it, measure it, and respond. For lighter-weight markup of finished drawings, you can edit any PDF/E file in Docento.app and the layer and 3D structure are preserved through the round-trip.

Related Posts