| Server IP : 104.21.84.107 / Your IP : 104.23.243.196 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/ppdc/ |
Upload File : |
// // This file contains model number definitions for the unified // ESC/P driver of cups-filters. // // Copyright 2007 by Apple Inc. // Copyright 1997-2005 by Easy Software Products. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. // // General ESC/P Support #define ESCP_DOTMATRIX 0x1 // Dot matrix printer? #define ESCP_MICROWEAVE 0x2 // Use microweave command? #define ESCP_STAGGER 0x4 // Are color jets staggered? #define ESCP_ESCK 0x8 // Use print mode command? #define ESCP_EXT_UNITS 0x10 // Use extended unit commands? #define ESCP_EXT_MARGINS 0x20 // Use extended margin command #define ESCP_USB 0x40 // Send USB packet mode escape? #define ESCP_PAGE_SIZE 0x80 // Use page size command #define ESCP_RASTER_ESCI 0x100 // Use ESC i graphics command // Remote mode support #define ESCP_REMOTE 0x1000 // Use remote mode commands?