I am making a small inventory system and I'd like to label each item with it's owm barcode. The issue is there seems to be no software that is capable of generating multiple barcodes at once and saving it as PDF or some other format.
Let's say I have a text file with numbers going from 0 to 600, then I need to generate 600 barcodes at once, each containing one of these numbers. I need to specify the size of each barcode, the number of rows and columns per page and the margin of the whole array on the page.
If there's any tool that could easily do this, I'd really appreciate that.