Recently I saw ImagePrintJob deprecated. So the goal was to migrate to ImagePrintJob2, and it work perfectly except for printing bitmaps with more than 2048 of height and the documentation recommends breaking the bitmap apart into several bitmaps... So, questions:
* Why breaking the bitmap?
* What's the result after the printing of several bitmaps that make a hole?