Hello
Say I have an image that is 200x50 in dimensions. I would like to convert it to a pdf that is US Letter size (8.5" x 11"). Is it possible to use aspose.image for java to make a pdf that has my small image at the original 200x50 resolution converted to a full US Letter size pdf where the pdf would have the image centered on it surrounded by white space?
I know it is possible to do this if i use both aspose.imaging and aspose.pdf, but ideally I would like to be able to do the image->pdf conversion using only aspose.imaging and remove my dependency on aspose.pdf
Thanks!