Hi,
I want to draw the rectangle on a existing PDF as a highlighter. Existing PDF contains the table. and I want to highlight its cell by using following code. But it display over the cell. It should looks like transperent. (i.e highlighter) contentStream.setNonStrokingColor(Color.pink); contentStream.addRect(startX, startY+startY, width, height); contentStream.fillRect(1.0f, 1.0f, 1.0f, 1.0f); -- Thanks & regards Prashant Mangate (プロシャント・マングテ) Software Engineer

