We are having difficulty finding the combination of the numbers in the mendor.addImage call that will insert a vertical barcode to the upper left margin of the pdf file attached (w9taxform.pdf). The java source code (with .txt extention) and the resulting pdf (w9taxform-vertical.pdf) using the following call are also attached.
mendor.addImage(inImgStream, pages, 0, 570, 70, 780);
The barcode shouldn't overlay any text, and it should leave some space at the top. Please advise what numbers to use in the addImage to achieve that.