Hi, we are trying To insert an image inTo a FloatingBox, but the image renders wrong.
Code:
Image image = new Image();
if (ctx.getBanner().get().getFileName().endsWith(“Svg”)) {
image.setFileType(ImageFileType.Svg);
…...Svg image not rendering Aspose.PDF Product Family aspose-pdf-java...endsWith(“svg”)) { image.setFileType(ImageFileType.Svg); } image...