1

I am trying to Generate PDF file from Power Apps screen, and I have achieved it using the below code:

there is shorter code to make the same using below:

With( {wPDF: PDF(SecreenName)}, Office365Outlook.SendEmailV2( "[email protected]", "Subject here", "Body here", { Attachments: { Name: "PDFFileName.pdf", ContentBytes: wPDF } } ) ) 

The issue with this code is that it is not supporting Arabic Text, is there a way or alternative to make it work for other Arabic?

1
  • i am facing the same issue, did you manage to fix this? Commented Mar 5, 2024 at 12:38

1 Answer 1

1

This is listed as a known limitation

https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-pdf#known-limitations

enter image description here

4
  • did you manage to fix this? i am facing the same issue Commented Mar 5, 2024 at 12:39
  • 1
    As a workaround, replace your screen arabic label with images containing same texts Commented Mar 6, 2024 at 13:04
  • and is there a way to automate this process? i mean does power apps support converting Arabic text to image? Commented Mar 6, 2024 at 20:00
  • No, unfortunately Commented Mar 7, 2024 at 19:00

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.