I'm dynamically generating a PDF with a few variables but also need to be able to embed an image on the PDF. Anyone have any experience doing this using ?
feedback
|
|
You use a regular HTML image tag. However for good print quality images you need to use an image that has larger dimensions than you might use in the document. For example:
So in that example the width/height of the image file is at 4x what is displayed (obviously the source image need to have that quality to start with; resizing a smaller image bigger wont do much). Being PDF, you've got conventional units too, so you can use CSS's
Something else to be aware of - since the images are embedded (uncompressed?) in the PDF this can significantly increase filesizes, so you may need to experiment to work out the best trade-off between filesize and image quality. | |||
|
feedback
|
|
Direct html tag did not work. But I figured out a solution which did.
Argument is then passed to the schema. | |||
|
feedback
|