Hi, I do have a question concerning the class Matrix and its function getShearY().
When a new object of class Matrix is created from a PDF document the constructor takes the COSArray of the PDF document and initializes the member variable float[] single with single[1] = ((COSNumber)array.getObject(1)).floatValue(); So single[1] should contain the shear X of the Tm operator. My issue is that single[1] is accessed by getShearY() [so Y, not X], which seems to be wrong. Thanks, Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org For additional commands, e-mail: users-h...@pdfbox.apache.org