Re: Create PDF from Sharepoint list attchments (JPG)
@AlexEncodian
Ok let me explain. Images in JPG format are stored on a sharepoint list as attachment.
Each image is stored into a different record of my sharepoint list (1 Attachment per record)
What i need to do is to create a multipage PDF from these attachments based on partial filename.
For instance if i have 3 attachments named like this:
- PORTUGAL EUROPE.jpg
- ITALY EUROPE.jpg
- USA AMERICA.jpg
If i want to create a PDF from attachment names with EUROPE. I'll get a PDF with these 2 images only:
- PORTUGAL EUROPE.jpg
- ITALY EUROPE.jpg
then i will need to get this new generated PDF file into power apps and send this file to Outlook email.
I also tried to generate a PDF with a gallery which contains my images but i did not managed to resize the images in A4 format and one image per page. This is why i'm trying the same results but with a flow on automate.