1
Good night,
I need to develop a form for the standard 80x30mm that would be for thermal printer.
I had thought of creating a model in ireports and at the time of printing call the model, but I’m having difficulties in dimensioning the model within the ireports.
There is a place where I can inform the size parameters of the model I want?
Or if there is another way, easier or better to design this type of printed.
You would like to set the paper size?
– Giovani
Yeah, I couldn’t find a place where I define the paper size.
– DevAgil
"In iReport in the Format menu you have an option called Page Format, in this option you can use a standard size, for example from A0 to A7, or have a custom size by selecting the Custom option and setting the paper size." Taken from: http://www.guj.com.br/java/232082-ireport-tamanho-de-papel-diferente-de-a4-solved
– Giovani
Okay, the option is that I needed thank you so much. Using ireports, it would be a usual option to immigrate printed to receipts?
– DevAgil
Yes, but from my own experience in some cases I found it much easier to use the itext library to make some reports. I recommend you read about it when you get a chance.
– Giovani