Hi.
I’m exporting a document created using Aspose.Words into PDF (SaveFormat.PDF). I’m using columns and images, and I’m wrapping text arround this image, like it:
_docBuilder.InsertImage(shape.ImageData.ImageBytes, RelativeHorizontalPosition.Column, 0, RelativeVerticalPosition.TopMargin, 0, -1, -1, WrapType.Through);
It’s working very well using SaveFormat.docx, but all images are over text when I’m saving it into PDF file.
Why? How can I fix it?
Thanks
DK