---
title: "Pharos Blueprint: Enable stapling and hole punching in the IPP Service's print queue"
slug: "pharos-blueprint-enable-stapling-and-hole-punching-in-the-ipp-services-print-queue"
tags: ["Blueprint", "ipp", "punching", "stapling"]
updated: 2024-02-28T14:16:34Z
published: 2024-02-28T14:16:34Z
canonical: "kb.pharos.com/pharos-blueprint-enable-stapling-and-hole-punching-in-the-ipp-services-print-queue"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pharos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pharos Blueprint: Enable stapling and hole punching in the IPP Service's print queue

## Support

The information in this article supports the following products:

- Blueprint Enterprise 5.3 Update 2
- Blueprint Enterprise 5.3 Update 3

## Problem

The queue provided by the Pharos IPP Service does not include options for stapling or hole punching.

---

## Resolution

On each Blueprint Collector being used for IPP printing:

1. Stop the Pharos Systems TaskMaster service and Windows IIS.
2. Launch Notepad or some other text editing utility as an administrator.
3. Open GlobalConfig.xml found in C:\ProgramData\PharosSystems\Blueprint.
4. Locate the <IPPConfig> section within the <SecureReleaseConfig> section.
5. Insert the following as a child element of <Attrs>:

```plaintext
<Attr key="enum finishings-supported">none,staple,staple-top-left,staple-top-right,staple-dual-left,staple-dual-right,staple-dual-top,edge-stitch,punch,punch-dual-left,punch-dual-right,punch-dual-top,punch-dual-bottom,punch-triple-left,punch-triple-right,punch-triple-top,booklet-maker,fold,fold-half,fold-letter</Attr>
```

When this has been added, save GlobalConfig.xml and restart the Pharos Systems TaskMaster service and Windows IIS.

**NOTE:** The code block above adds support for stapling, hole punching, and folding. To only enable one or another or a combination, include only those options for "enum finishings-supported".

**NOTE:** If you have deployed the Windows IPP queue, that queue will need to be recreated, as printer attributes are only captured at the time the queue is installed.

## Related

- [Importing Models from the Pharos Community](/importing-models-from-the-pharos-community.md)
- [Latest Blueprint Printer Models](/latest-blueprint-printer-models.md)
- [Uniprint 9.2 Pharos IPP Service](/uniprint-92-pharos-ipp-service.md)
