I have this code below which generates a PDF from an image.
Set(
MYPDF2;
PDF(Image8;
{
Orientation: PaperOrientation.Portrait;
Size: PaperSize.A4;
DPI: 1;
ExpandContainers: true
}
)
)
i have another code which downloads my generated PDF on an attachment form:
{Name:"NON-FORMEE.pdf";value:MYPDF2}
My issue is that i have created multiple labels text to my image. I need to Generate PDF with my image and all its labels.text inside.
How can i archieve this?
Thank you. i tried to put a label on my image inside a container. but i cannot move it in my image. What i need to do is to write inside my image with a variable like "Set(SELECTEDDEP;TextInput3_1.Text)" and next download my image and the text inside as a PDF.
Use a container and put the image and labels inside the container then generate the container as pdf
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.