Images that are too large, are printed outside the right border.
Is there a simple way to prevent that, by scaling too large images ?
thanks,
Print, keep image within pagewidth, possible ?
As part of the printing process, just before assigning the RVE to the RVPrint for final formatting, I cycle through the RVE items and check the width and height of each image.
Prior to doing that, of course, I have to calculate the maximum width and height are possible (accounting for page margins). And when resizing, I keep the aspect ratio of width vs height the same.
-David
Prior to doing that, of course, I have to calculate the maximum width and height are possible (accounting for page margins). And when resizing, I keep the aspect ratio of width vs height the same.
-David