flyingsaucerproject / flyingsaucer

XML/XHTML and CSS 2.1 renderer in pure Java
Other
1.97k stars 553 forks source link

Center image #215

Closed ikus060 closed 7 months ago

ikus060 commented 10 months ago

Is it possible to center image ?

I tried various way to center image and it always printed on the left.

e.g.:

<div style="text-align: center;">
        <img th:src="my-image-file.png" alt="Project logo" src=""/>
        <br/>
        VOYONS CE QUE VOUS AVEZ SÉLECTIONNÉ !
</div>

Doing the same with text and image: image

asolntsev commented 10 months ago

Hi. I just tried your HTML (but with my image) - it generates a PDF with a centered image:

image

Could you provide more exact instruction how could I reproduce the problem?

Ideally, a small github project.