R
R
Riard Brugekaaim2015-04-22 13:25:24
Java
Riard Brugekaaim, 2015-04-22 13:25:24

iText and Barcodes, how to place them along the line?

I'm still getting used to this library and hung over this issue. There are a lot of bar codes and making them in one vertical line is too wasteful. I would still like to completely fill the sheets with them.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Timur, 2015-04-22
@OLDRihard

Position them absolutely on the page through a loop. In the loop, accumulate the last coordinates of the picture (how are you inserting the Image?). Reached the edge of the page - move the new row down.
Here is a tutorial on how to position an image.
tutorials.jenkov.com/java-itext/image.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question