Hi,
I have a code which generates a PDF from my gallery:
Set(myPDFDEP; PDF(Gallery2; { Orientation: PaperOrientation.Portrait;
Size: PaperSize.A4;
DPI: 1;
ExpandContainers: true }));;Notify(
"MAIL ENVOYE";
NotificationType.Success;
3000
)
I don't know how to resize all my images in A4 format from my Galery2.
Any suggestion?