Stack Overflow en español Asked by Cesar Martinez Quiroga on August 18, 2020
Hola tengo el siguiente código
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
try {
PrintRequestAttributeSet pras = new HashPrintRequestAttributeSet();
pras.add(new Copies(4));
byte[] bytes = new String("Monkey el grande nPrueba de impresion nnnn").getBytes(Charset.forName("Cp858"));
PrintService service = PrintServiceLookup.lookupDefaultPrintService();
DocFlavor flavor = DocFlavor.BYTE_ARRAY.AUTOSENSE;
DocPrintJob pj = service.createPrintJob();
Doc doc = new SimpleDoc(bytes, flavor, null);
pj.print(doc, pras);
} catch (Exception e) {
}
}
Es el botón encargado de enviar una impresión a mi impresora epson, pero quiero que cuando termine de imprimir me corte el papel, la impresora tiene la cuchilla pero no se como activarla.
La imrpesora es una EPSON TM T20ii y la tengo conectada via usb.
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP