Posts by Paulo Victor • 11 points
1 post
-
1
votes0
answers67
viewsQ: How do I pass an object value with itext
I have the following code fragment: Document doc = new Document(PageSize.A4.rotate()); while(iteratorRow.hasNext()){ Object valorCelulaRow = iteratorRow.next(); if ( valorCelulaRow != null ) {…