Hi, thanks for helping.
I used PDF(Screen) to create PDF file and email to recipient.
When Android user open the PDF file and print it, the text of the file look normal and nicely arranged.
But when iOS user open the PDF file and print it, the text will be misaligned, as per attached picture.
With({PDF1: PDF(Screen_Print1,{Size: "A4", Margin: "4mm", Orientation: "Portrait"})},
Office365Outlook.SendEmailV2(
"email@email.com",
"Report "&CaseReference_1 ,
"Report <br>
Case Reference: "&CaseReference_1 &"<br>
Serial: "&PSerial_1 &"<br>,
{
Attachments:
{
Name: PSerial_1&"-"&CaseReference_1&"-Report.pdf",
ContentBytes: PDF1
}}
)
How to correct this?
Appreciated your kind help.

Report
All responses (
Answers (