What problem does it solve?
This Skill streamlines the printing process by providing a structured workflow for preparing and printing files, eliminating the need for manual conversions and ensuring accurate results.
Core Features & Use Cases
- File Preparation: Automatically convert virtual paths to absolute paths and format Office documents as PDFs.
- Print Execution: Send files to printers with options for copies, paper size, orientation, and color mode.
- Printer Management: Query available printers, check printer status, and cancel print jobs if needed.
- Use Case: Need to print multiple copies of a large report in A4 landscape format? Use the printer skill to convert the document and send it to the specified printer with the exact settings required.
Quick Start
To prepare and print a document named 'report.pdf' from the shared project folder, use the command: print prepare_print_file(file_path="shared://projects/report.pdf") followed by print mcp__printer__print_file(file_path="absolute_path", copies=2, page_size="A4", orientation="landscape", color_mode="color")