In itext I have a chunk/phrase/paragraph (I dont mind which) and I want to position some where else on the page e.g. at 300 x 200. How would I do this?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
Hope this help you! Here is my code...
Add Function:
Here's a version with all the correct casing and try/catch block:
In my case only this solution worked fine.
Add method
This will help you for sure.
In the end I wrote my own method to do it.
I did something along these lines, maybe it will help others: