API 参考

@univerjs-pro/pdfs-print

本 API 页面目前提供英文正文。代码签名与标识符不随界面语言变化。

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 for registration and browser behavior.

你觉得这篇文档如何?

© 2026 DreamNum Co., Ltd.