Hi,
In a customer project, we use Document Templates to generate PDF output.
Text is entered using the CKEditor plugin and used as input for the corresponding placeholders in de template.
When inserting an image (as a link) and setting the width/height, these properties are completely ignored during document generation; the image is included in the pdf using its original size.
In the CKEditor, the image is displayed correctly with the proper dimensions. If I add a border to the image, the border is displayed with the provided sizes in both the editor and the generated document.
Any pointers as of why this is happening (and how to fix it)
Thanks!