Skip to content

File Export: PDF

Export sheets to PDF documents with options for combined or separate output, paper size, orientation, and quality. This format is part of the File Export add-in.

PDF export produces print-ready documents from Revit sheets. Sheets can be combined into a single PDF or exported as individual files. Supports pattern-based and sheet set-based selection for targeted exports.


OptionDescriptionDefault
Sheet SelectionAll Sheets / By Pattern / By Sheet SetAll Sheets
Sheet PatternWildcard filter for sheet numbers (e.g., A-*;S-*)A-*;S-*
Sheet Set NameName of a Revit ViewSheetSet to export(none)
Combine PDFMerge all sheets into one PDF fileOn
Paper SizeAuto / Letter / Legal / Tabloid / A0-A4Auto
OrientationAuto / Portrait / LandscapeAuto
Color OutputColor or grayscale renderingColor
Raster Quality72 / 150 / 300 / 600 DPI300
SubfolderOutput subfolder pathPDF/{FileName}
File NameOutput file name pattern{SheetNumber}_{SheetName}

See File Name Placeholders for all available placeholders.


Exports every non-placeholder sheet in the document.

Exports sheets whose numbers match the wildcard pattern.

Example patterns:

PatternMatches
A-*Architectural sheets (A-001, A-101, etc.)
S-*Structural sheets
A-*;S-*Architecture and structural sheets
*-1*Sheets with “1” in the number
A-1??Architectural sheets A-100 through A-199 (three digits starting with 1)
?-501Any single-letter discipline with sheet 501 (A-501, S-501, M-501, etc.)

Exports sheets belonging to a named Revit ViewSheetSet. Enter the exact sheet set name.


  • Combine PDF On - All sheets merge into a single PDF file. Sheet-specific placeholders ({SheetNumber}, {SheetName}) are replaced with “Combined” in the file name.
  • Combine PDF Off - Each sheet exports as a separate PDF. If neither {SheetNumber} nor {SheetName} is in the file name pattern, {SheetNumber} is automatically appended.

Auto reads the title block size from each sheet. Override with a specific size if all sheets should use the same paper.

Higher DPI produces sharper output but larger file sizes.

DPIBest For
72Quick previews, small file size
150General review, good balance
300Print-quality deliverables (recommended)
600High-detail drawings with fine linework

  • At least one non-placeholder sheet must exist in the document
  • Sheet set names must match exactly (case-sensitive)

  • Use Auto paper size to let each sheet use its own title block size
  • Combine PDF is ideal for submittal packages where one file per discipline is preferred
  • 300 DPI is standard for most deliverables; use 600 only when fine detail is critical
  • Pattern filtering lets you export discipline-specific packages without creating sheet sets

LimitationDetails
Revit 2022 or later requiredPDF export uses the API available in Revit 2022 and newer
Sheets onlyCannot export individual views (plans, sections) directly to PDF
Placeholder sheets skippedSheets without views are excluded
Sheet set must existThe named ViewSheetSet must already be created in Revit

The document does not contain any non-placeholder sheets.

Solution: Ensure the project has sheets with placed views. Placeholder sheets are excluded.

The sheet number pattern did not match any sheets in the document.

Solution: Check your pattern against the actual sheet numbers. Use “All Sheets” to verify sheets exist, then narrow with patterns.

The specified ViewSheetSet name does not exist in the document.

Solution: Open the sheet list in Revit and verify the sheet set name. Names are case-sensitive.


Back to File Export