HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/cups/drv/indexv4.drv
// 
// Copyright (c) 2015, 2017-2018 Samuel Thibault <samuel.thibault@ens-lyon.org>
// 
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// 
// 
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
// 
// 
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
// 

#include <media.defs>
#include <media-braille.defs>
#include <liblouis.defs>
#include <imagemagick.defs>
#include <braille.defs>
#include <index.defs>

#po fr "fr-braille.po"

Manufacturer "Index"
Version 1.0

Filter application/vnd.cups-paged-brf 0 textbrftoindexv4
Filter image/vnd.cups-ubrl 0 imageubrltoindexv4

//
// Common options
//

HWMargins 5mm 5mm 5mm 5mm
VariablePaperSize true
MinSize 1in 1in

Group "Index/Index support"
  Option "IndexFirmwareVersion/Installed firmware version" PickOne AnySetup 10
  Choice "102000/10.20 or above" ""
  *Choice "103000/10.30 or above" ""
  // Provides DBT but we just use transparent mode
  //Choice "110210/11.02.1 or above" ""

Group "Braille"
  Option "IndexTable/Firmware Braille Table" PickOne AnySetup 10
  Choice "5/American computer 6 dots" ""
  Choice "6/American computer 8 dots" ""
  Choice "7/English computer 8 dots" ""
  Choice "8/English literal without capital" ""
  Choice "9/IBM 437 computer 6 dots" ""
  Choice "10/IBM 437 computer 8 dots" ""
  Choice "11/IBM 850 computer 8 dots" ""
  Choice "12/German computer 8 dots" ""
  Choice "13/Italian literal with capital" ""
  Choice "14/Italian literal without capital" ""
  Choice "15/Portuguese literal with capital" ""
  Choice "16/Spanish computer 6 dots" ""
  Choice "17/Spanish computer 8 dots" ""
  Choice "18/Spanish user defined 3 ANSI" ""
  Choice "19/Spanish user defined 4 ASCII" ""
  Choice "20/Swedish literal without capital" ""
  Choice "21/Polish computer 6 dots" ""
  Choice "22/Polish literal with capital" ""
  Choice "23/Polish own table 03" ""
  Choice "24/Polish own table 04" ""
  Choice "25/Dutch computer 6 dots" ""
  Choice "26/Dutch own table 02" ""


//
// Basic-D
//
{
  ModelName "Basic-D V4/V5"
  PCFileName "ibasicd4.ppd"

  MaxSize 325mm 10m

  Group "General/General"
  Option "Duplex/Double-Sided Printing" PickOne AnySetup 10
    Choice "DuplexNoTumble/Long Edge (Standard)" ""
    *Choice "None/Off" ""

  Group "Index"
    Option "ZFolding/Z-Folding" Boolean AnySetup 10
    Choice "True/Yes" ""
    *Choice "False/No" ""

    Option "Sideways/Sideways Folding" Boolean AnySetup 10
    Choice "True/Yes" ""
    *Choice "False/No" ""

  UIConstraints "*ZFolding True *Sideways True"
}


//
// Basic-S
//
{
  ModelName "Basic-S V4/V5"
  PCFileName "ibasics4.ppd"

  MaxSize 325mm 10m
}


//
// Everest-D
//
{
  ModelName "Everest-D V4/V5"
  PCFileName "ieveres4.ppd"

  MaxSize 297mm 10m

  Group "General/General"
  Option "Duplex/Double-Sided Printing" PickOne AnySetup 10
    Choice "DuplexNoTumble/Long Edge (Standard)" ""
    *Choice "None/Off" ""

  Group "Index"
    Option "SaddleStitch/Saddle Stitch 4 pages" Boolean AnySetup 10
    Choice "True/Yes" ""
    *Choice "False/No" ""
}


//
// Braille Box
//
{
  ModelName "Braille Box V4/V5"
  PCFileName "ibrlbox4.ppd"

  MaxSize 297mm 10m

  Group "General/General"
  Option "Duplex/Double-Sided Printing" PickOne AnySetup 10
    Choice "DuplexNoTumble/Long Edge (Standard)" ""
    *Choice "None/Off" ""

  Group "Index"
    Option "SaddleStitch/Saddle Stitch 4 pages" Boolean AnySetup 10
    Choice "True/Yes" ""
    *Choice "False/No" ""
}