Replies: 8 comments
-
Can you try to add |
Beta Was this translation helpful? Give feedback.
-
@testn It doesn't work wherever I put the code. |
Beta Was this translation helpful? Give feedback.
-
Can you please try different versions of OpenPDF and iText to see if this works correctly in other versions? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi, @asturio .I would like to work on this issue! So can I try to fix it? ————from SUS-Lanrand |
Beta Was this translation helpful? Give feedback.
-
@ObsisMc |
Beta Was this translation helpful? Give feedback.
-
I compared this with iText 5, and the behavior there is the same as with OpenPDF. I think the desired effect can be accomplished with tables. |
Beta Was this translation helpful? Give feedback.
-
The best way to add image in flow text is to use a Chunk to wrap that image. Take a look add pdf-toolbox/src/test/java/org/librepdf/openpdf/text/pdf/ImageAfterTextExample.java |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Add a string and an image into a Paragraph, the string will overlap with the image.
To Reproduce
The image can be any image.
Expected behavior
I think maybe they the image should be behind the string.
Actual behavior
![图片](https://user-images.githubusercontent.com/71996633/159230762-69166223-bf09-469e-83a8-0aec4f3c766c.png)
System (please complete the following information):
Additional context
I am not sure whether it is a bug or maybe I can use other methods to get expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions