Giter VIP home page Giter VIP logo

escprinter's People

Watchers

 avatar

escprinter's Issues

Multiple page printing with ESC/p

What steps will reproduce the problem?
1. Using Linux OS.
2. Unable to read file from directory.
3. FileOutputStream is not able to print.

What is the expected output? What do you see instead?
i want to print multiple page using linux os.

What version of the product are you using? On what operating system?
i am using linux mint and kepler eclipse.

Please provide any additional information below.
please help me let out network share name in linux os.
please help me for multiple page printing.
what the procedure for network share name in linux os.
i have DOT MATRIX PRINTER EPSON FX-2175.


Original issue reported on code.google.com by [email protected] on 15 Mar 2014 at 7:19

Epson printer don't cut sheet after escp.close()

Thanks for library ! I use with my Epson TM-T81-082.
I use this code:
 ESCPrinter escp = new ESCPrinter("\\\\assistenza1\\tm81", true); //create ESCPrinter on network location \\computer\sharename, 9pin printer
        if (escp.initialize()) {
            escp.setCharacterSet(ESCPrinter.USA);
            escp.select10CPI();

            escp.print("jMagazzino V1.0 POS");
            escp.lineFeed();
            escp.print("Username: test@reteivo");
            escp.lineFeed();
            escp.print("Password: prova");

            escp.advanceVertical(5); //go down 5cm

            escp.formFeed(); //eject paper
            escp.close(); //close stream
        }
        else 
            System.out.println("Couldn't open stream to printer");

all work fine, but don't cut the sheet .. if I send a print job from my window, 
when it's completed cut the sheet ...

Thanks for your library

Original issue reported on code.google.com by [email protected] on 24 Dec 2013 at 3:57

java.io.FileNotFoundException: Unable to access network printer.

What steps will reproduce the problem?
1. Printer Connected throug USB.
2. Process public boolean initialize()
3. ostream = new FileOutputStream(printer);

What is the expected output? What do you see instead?
The Process should creat FileOutputStream on Network Printer.

What version of the product are you using? On what operating system?
ESCPrinter.java found on trunk. On Windows Operating System.

Please provide any additional information below.
The Exact Same code is compiled and ran on Windows 7 and it does work there, 
but it doesn't work on Windows XP.

Original issue reported on code.google.com by [email protected] on 27 Apr 2011 at 9:27

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.