Configuring Paper Sizes with Integrated Scanning (How to)

Configuring Paper Sizes with Integrated Scanning

Help! I’m using PaperCut MF Integrated Scanning and want to set the paper sizes that are available for each device. I need some of my users to have A4 and Letter size paper to choose from. Can I configure the Integrated Scanning paper sizes for each device?

 

If you’ve ever set up a Scan Action in PaperCut MF, you’ll know that there is no option to setup which paper sizes appear on the device or which one is set as the default. This is because this is set automatically based on the regional setting in the PaperCut MF Admin Interface:

 

For example, if you pick English (United Kingdom) then you’ll get A3, A4, and A5, but if you switch over to English (United States) then this all changes to Letter, Legal and Ledger.

But what about if you’ve got devices in different offices all under a single Application Server? No doubt the users will be confused when presented with Letter size when they are used to A4? Or, what about if you need Letter and A4 as options on the same device?

 

What have we added?

To allow for this, in PaperCut 18.3.0, we’ve introduced a new set of configuration keys to enable you to set the paper size and the default selection on a per-device basis.

 

Paper Sizes:

ext-device.scan.paper-sizes

This configuration key allows you to set up to three paper sizes which will be available on the device through Integrated Scanning. This configuration key should be populated with a comma-separated list of supported values you wish to use on that device, up to a maximum of 3. The supported Paper Sizes are: Letter, Legal, Ledger, A3, A4, and A5.

 

Example:

Name: ext-device.scan.paper-sizes Value: A4, A5, Letter

Note, if the configuration key is populated with more than 3 values, then only the FIRST three that are also supported by the device will be used on the Scan Setting page for a user to choose from. If the key is not added OR values are misconfigured OR left blank, then it will revert to the default behavior of using the global configuration key.

 

Default Paper Size:

ext-device.scan.default-paper-size

This configuration key allows you to set the default paper size from the three that are available on the device. It takes a single paper size string for example, “A4” or “Letter”.

 

Example:

Name: ext-device.scan.default-paper-size Value: Letter

Both of these configuration keys are set at the device level, by going to Devices, selecting the device and navigating to Advanced Config. If these configuration keys do not already exist, then you will see the option to add these manually.

 

Behind the scenes

So, how does this all work behind the scenes?

PaperCut MF is going to check various different places to decide which paper sizes are displayed on the device. The process is as follows:

 
  1. If you have configured the configuration key: ext-device.scan.paper-sizes then these sizes will be picked up, run against the device’s capabilities and, if supported, displayed for the user to select.
     
  2. With no device-specific configuration set up, the value of the configuration key system.scan.default-locale will be checked. This is a global configuration key and allows you to set a locale for scanning that is separate to the rest of PaperCut MF. This is not set by default.
     
  3. If neither of the above options are configured then the location set in the Display options (as shown above) will be used to choose which paper sizes will be displayed.

 

Link to original article