# Print

- Human documentation: [https://docs.univer.ai/guides/bases/features/print](https://docs.univer.ai/guides/bases/features/print)

- Agent Markdown: [https://docs.univer.ai/guides/bases/features/print.md](https://docs.univer.ai/guides/bases/features/print.md)

- Requested language: `en-US`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

- Source: [bases/features/print.mdx](https://github.com/dream-num/documentation/blob/dev/content/guides/bases/features/print.mdx)

---

Bases does not currently provide a dedicated print plugin or Facade print API. Printing the browser page does not print the complete table: some records may not yet be loaded or visible.

## Export, then print

To print table data, [export it as XLSX](https://docs.univer.ai/guides/bases/features/import-export.md), then open it in an application that supports the format to configure paper size, orientation, and pagination. File conversion requires the corresponding backend service.

This prints table data; it does not guarantee preservation of the Bases view or dashboard layout.

## Custom print pages

For a business-specific report layout, read the required records and generate a dedicated print page in your application. Check that all data is loaded, the field selection is correct, and the user has read and print permission. Registering another product's print plugin on Bases does not provide this functionality.
