Hi, I'm trying to use pdfbox to create a PDF that contains an image (and only that image, essentially wrapping the image in a PDF and returning the PDF), but not having much luck since I don't understand quite how pdfbox models the PDF in this instance. Can someone point me in the right direction (with some code) please :)
Also, what graphic formats would be supported for this? I see PDJpeg and PDPixelMap classes. Regards, C.

