Hi Tilal,
While generating pdf from html content we are facing an issue in which the text which is besides an image (in html file) is getting wrapped below the image in pdf.
We have seen these below mentiond links on Aspose knowledge base, but the examples given in these links doesn’t seems to solve our problem.
The reasons are :
- Our html page is created dynamically.
- We are not sure about how much lines of text will be around an image (there could be single line or multiple lines of text besides an image)
- We are having multiple images with different size in our html page and we cannot fix the height and width of the image.
We are also not able to achieve this programmatically, the text is still wrapping below the image.
http://www.aspose.com/docs/display/pdfnet/Placing+a+text+around+an+image
http://www.aspose.com/docs/display/pdfnet/Text+and+Image+as+InLine+paragraph
Thanks in advance.