Jump to content
We've recently updated our Privacy Statement, available here ×

Jasper Printing File Format


rene.beck

Recommended Posts

I want to print a report which includes barcodes as a PDF to a printer.

 
If I print with jasper like this
            JRPrintServiceExporter exporter = new JRPrintServiceExporter();
            exporter.setExporterInput(new SimpleExporterInput(print));
            exporter.setConfiguration(configuration);
            exporter.exportReport();
 
what file format does jasper generate and send to the printer? Can I change this file format?
 
Or do I have to generate first a PDF file  with jasper and then send it to the printer?
Link to comment
Share on other sites

  • 3 months later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...