opensagres / xdocreport

XDocReport means XML Document reporting. It's Java API to merge XML document created with MS Office (docx) or OpenOffice (odt), LibreOffice (odt) with a Java model to generate report and convert it if you need to another format (PDF, XHTML...).
https://github.com/opensagres/xdocreport
1.22k stars 372 forks source link

Added feature for allowing the user to fit an external image in the template keeping the aspect ratio #574

Open VladFlorinIlie opened 2 years ago

VladFlorinIlie commented 2 years ago

This commit implements the feature described in: https://github.com/opensagres/xdocreport/issues/158 It is enough to do "setResize(true)" on the desired image and it will be resized to fit the template while keeping the aspect ratio of the replacement image.

nicolaschaillot commented 11 months ago

Good morning,

Is it expected that this PR will be merged soon?