# Printing a PDF in MAUI

Nutrient’s rendering engine can be used for high-fidelity PDF printing. We offer a beautiful user interface (UI) for printing, as well as access to JavaScript APIs for programmatic printing.

These APIs will be further enhanced and translated into native APIs in future updates.

Printing currently only works on Windows. We’re working on implementing the functionality on other platforms. If you need help or have questions, reach out to our [Support team](https://support.nutrient.io/hc/en-us/requests/new).

## Printing using the UI

By default, the print button is added to the main toolbar.![Print button on toolbar](@/assets/guides/maui/printing/toolbar-button.png)

After pressing the toolbar button, the SDK will prepare an open document for printing. This is also indicated by a popup.![Preparing popup](@/assets/guides/maui/printing/preparing-popup.png)

Once the document is ready for printing, the print dialog will appear on the screen. In this dialog, the user can configure the print settings and press the Print button to start printing.![Print dialog](@/assets/guides/maui/printing/print-dialog.png)

## Printing programmatically

To print a document programmatically, use the `print()` method of the `currentDocument` object, which is available via JavaScript APIs. If you’d like to bridge these APIs with your MAUI app, refer to our guide that explains [how to bridge web APIs](https://www.nutrient.io/guides/maui/advanced-access-apis.md).

**Call to Action**

Start your free trial for unlimited access and expert support.

[Learn More](https://www.nutrient.io/sdk/maui/getting-started.md)
---

## Related pages

- [AI Assistant](/guides/maui/ai-assistant.md)
- [Advanced access to APIs](/guides/maui/advanced-access-apis.md)
- [PDF bookmarks in MAUI](/guides/maui/bookmarks.md)
- [MAUI PDF library](/guides/maui.md)
- [Changelog for .NET MAUI](/guides/maui/changelog.md)
- [Compare PDF files in MAUI](/guides/maui/comparison.md)
- [Demo: MAUI PDF library](/guides/maui/demo.md)
- [PDF document security in MAUI](/guides/maui/document-security.md)
- [Edit PDFs in MAUI](/guides/maui/editor.md)
- [MAUI PDF form library](/guides/maui/forms.md)
- [Download our MAUI library](/guides/maui/downloads.md)
- [Nutrient guides: Integrate our PDF library](/guides/maui/intro.md)
- [MAUI PDF generation library](/guides/maui/pdf-generation.md)
- [Redact PDF files in MAUI](/guides/maui/redaction.md)
- [PDF text search in MAUI](/guides/maui/search.md)
- [Troubleshooting](/guides/maui/troubleshoot.md)
- [Upgrade and migration guides](/guides/maui/upgrade.md)

