Hello Community,
I'm having a tricky situation where I need to convert a gallery of images generated in PowerApps into a PDF. Is there a way to achieve this? Please let me know. I was able to convert a single image to PDF but not a gallery of images. Thank you in advance!
Hi @Kitz,
Could you please share a bit more about your scenario?
How do you convert a single image to a PDF on your side? Using custom connector?
I suppose that you save the image into a HTML file firstly (using Microsoft Flow), using <img> tag to collect the image, then convert the HTML file into a PDF file, is it true?
If your solution just as I mentioned above, you could consider take a try to concatenate (using Concat function in PowerApps) all image content within your Gallery control into a single one string value with a specific separator (e.g. '#'), then pass this concatenated string to your flow, and use the Split function to split this concatenated string into an array.
Please check the following blog for more details:
https://www.techmikael.com/2017/05/saving-collection-of-images-from.html
More details about Concat function, please check the following article:
Best regards,
Kris
Hi @ v-xida-msft,
In the below image, I want to convert all the images in my gallery to a single pdf file. I was trying the link you provided, but it's not saving to the sharepoint library. Do you think we can achieve in PowerApps and Flow? I'm not a Flow Pro to get this. Thanks for your help in advance
Hi, did you get the solution for this? converting the gallery of images to PDF based on selected ID?
User | Count |
---|---|
140 | |
132 | |
79 | |
75 | |
73 |
User | Count |
---|---|
210 | |
201 | |
69 | |
64 | |
55 |