I’m using the following code, in Java:
Page firstPdfPage = pdfDocument.getPages().get_Item(1);
PageInfo pdfPageInfo = firstPdfPage.getPageInfo();
Dimension pdfDimension = new Dimension((int) pdfP…...11, this generates a black box for certain images...images in PDF’s that have been generated using Inserting Images Dynamically...