Hi @Pate1410 ,
Could you please share a bit more about your scenario?
Do you want to embed the images (from your SP Library) within the generated PDF file?
Further, how do you generate an PDF file based on the form data? Using Microsoft Flow?
Based on the needs that you mentioned, I think the combination of PowerApps and Microsoft Flow could achieve your needs.
If you want to embed an image file (from your SP Library) within the generated PDF file, please check and see if the following blog would help in your scenario:
https://poszytek.eu/en/microsoft-en/office-365-en/flow-en/powerapps-hand-written-signature/
http://blog.muhimbi.com/2017/08/convert-powerapps-data-to-pdf.html
More details about exporting a form data into a PDF file, please check the following video:
https://www.youtube.com/watch?v=IhE0-HumNNo&feature=youtu.be
On your side, within your app, you should include the following formula within the HTML Text which you want to pass to your flow:
"<p><img width='200' src='The URL Link to the image file in your SP Library' /></p>"
Or
"<p><img width='200' src='" & The URL Link to the image file in your SP Library & "' /></p>"
Best regards,
Thanks for posting in the community @Pate1410 - can you review the above reply and update the thread if it was helpful?
Thank you,
User | Count |
---|---|
140 | |
136 | |
77 | |
75 | |
69 |
User | Count |
---|---|
224 | |
186 | |
68 | |
64 | |
57 |