Hi,
I gave up on a Camera control with its low image resolution and Power Automate flow's lack of support for transform: rotate() (in convert to PDF process). So I decided to give a 'Add picture' control a chance but all my test results do no look promising.
I was really excited when I found "ImageRotation" property but it seems does nothing with the image, it just " rotates image before displaying it" but this rotation doesn't have any affect on the saved image.
What I am trying to achieve is to take a picture on the mobile device (a phone or a tablet) in a portrait mode, to covert it to the PDF file and upload a PDF file to the Sharepoint document library (Flow).
My goal is to use a mobile device as a document scanner (I am aware of mobile scan apps, just need to use a Powerapp for these purposes).
My settings:
ApplyEXIFOrientation - true
CalculateOriginalDimensions -true
ImagePosition - Fit
ImageRotation.Rotate270
When I take a picture in a portrait mode, it is displayed 90deg clockwise rotated in "Add picture" control , so I set ImageRotation.Rotate270. The image looks (displays) ok but these changes are not saved.