I have MIME Multi-Part data that I want to convert to PDF using XSL:FO. I\'m comfortable reading MIME using Apache James and I have a grasp on embedded image data in Mime or inl
The element fo:external-graphic can be utilized to embed inline data as well. Just use the following syntax:
fo:external-graphic
should be replaced with your base64 data string of the JPEG image.