I want to directly print the report from the Java backend service, without previewing or confirmation of printing

Stimulsoft Reports.JAVA discussion
Post Reply
562756104@qq.com
Posts: 1
Joined: Wed Dec 24, 2025 6:11 am

I want to directly print the report from the Java backend service, without previewing or confirmation of printing

Post by 562756104@qq.com »

I want to directly print the report from the Java backend service, without previewing or confirmation of printing。

The Java report printing function you currently provide is based on Java Swing forms. Is there any sample code that allows the Spring Boot backend to directly call the printer to print the report content without requiring a preview or a print confirmation interface
Vadim
Posts: 436
Joined: Tue Apr 23, 2013 11:23 am

Re: I want to directly print the report from the Java backend service, without previewing or confirmation of printing

Post by Vadim »

Hello

Directly call the printer from Swing is the only way.
Also you can export the report to PDF, image, etc and print it with external tools.
Post Reply