# @univerjs-pro/pdfs-print

- Human documentation: [https://docs.univer.ai/reference/packages/plugins/univerjs-pro/pdfs-print](https://docs.univer.ai/reference/packages/plugins/univerjs-pro/pdfs-print)

- Agent Markdown: [https://docs.univer.ai/reference/packages/plugins/univerjs-pro/pdfs-print.md](https://docs.univer.ai/reference/packages/plugins/univerjs-pro/pdfs-print.md)

- Requested language: `en-US`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

- Source: [packages/plugins/univerjs-pro/pdfs-print.mdx](https://github.com/dream-num/documentation/blob/dev/content/reference/packages/plugins/univerjs-pro/pdfs-print.mdx)

---

Add browser printing for the active Univer PDF through the PDF ribbon and menu. This package requires a browser environment and `UniverPdfsUIPlugin`.

## Register the plugin

```typescript
import { UniverPdfsPrintPlugin } from '@univerjs-pro/pdfs-print'

import '@univerjs-pro/pdfs-print/lib/index.css'

univer.registerPlugin(UniverPdfsPrintPlugin)
```

The plugin config accepts `menu?: MenuConfig[]`, which is merged into the shared Univer menu configuration. Merge `@univerjs-pro/pdfs-print/locale/<locale>` into your Univer locale map to localize the print action. The root entry also exports `PdfsPrintMenuSchema` for menu customization; it does not export the config type or a public print command.

## Entry Points

* Locale: `@univerjs-pro/pdfs-print/locale/*`
* Style: `@univerjs-pro/pdfs-print/lib/index.css`

See [Print PDFs](https://docs.univer.ai/guides/pdfs/features/print.md) for registration and browser behavior.
