Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9293213
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T21:04:54+00:00 2026-06-18T21:04:54+00:00

I need to print to an Epson TM-T70 printer (Ethernet version) with Java. I

  • 0

I need to print to an Epson TM-T70 printer (Ethernet version) with Java. I can’t found documentation about this. Which is the simplest way? Maybe using JavaPOS? Is there some example?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T21:04:55+00:00Added an answer on June 18, 2026 at 9:04 pm

    for our pos, I was able to do:

    /* (non-Javadoc)
     * @see be.intoit.pos.epsonagent.commands.Command#execute()
     */
    public void execute() throws Exception {
        DocFlavor flavor = DocFlavor.INPUT_STREAM.AUTOSENSE;
    
        StringBuilder  builder = new StringBuilder();
        builder.append(toPrint);
        builder.append(EscapeCodeUtil.createEscapeCode(10));
    
        PrintRequestAttributeSet aset= new HashPrintRequestAttributeSet();
        aset.add(new MediaPrintableArea(100,400,210,160,Size2DSyntax.MM));
    
    
        InputStream is = new ByteArrayInputStream(builder.toString().getBytes("UTF-8"));
    
        Doc mydoc = new SimpleDoc(is, flavor, null);
    
    
           PrintService defaultService = PrintServiceLookup.lookupDefaultPrintService();
    
            //print using default
           DocPrintJob
                     job = defaultService.createPrintJob();
                    job.print(mydoc, aset);    
    
    }
    

    Where The util class was:

    public class EscapeCodeUtil {
    
    public static String createEscapeCode(int ... codes)
    {
        StringBuilder sb = new StringBuilder();
    
        for(int code : codes)
            sb.append((char) code);
    
        return sb.toString();
    }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to print on a printer an image and some data, in java
I need to print my Files found in my SPFolder directly to the Printer
I need to print out a particular record, which is the 3d from the
I need to print out a matrix in haskell so it looks like this:
i need to print formatted text like in the image below, how can i
I need print something like this: a b c . . . z A
I need to print Unicodes of A-Z in Java. How do I print the
I need print two words: " A " and " B " using java
I need to print images in Java. So I implemented print() method of Printable
I need to print a dialog box with some components, onto a printer and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.