hi, I have PDF where i am adding rectangle.
PDPageContentStream contentStream = new PDPageContentSt(..); contentStream.setNonStrokingColor(Color.RED); contentStream.fillRect(111f,49f,112f,38f); But i want to set opacity for the color, Please help; -- Thanks & regards Prashant Mangate

