Dear Support,
I’m trying to import a TIFF image into a PDF file. I have found two tutorials here and here, but neither of them works. It seems like VerticalAlignment.Middle does not exist, and the image object does not …...Page page = pdfDocument.getPages().get_Item(1);...Rectangle(100, 100, 200, 200)); page.getParagraphs().add(image);...