PowerApps - PDF function to Generate & Save PDF in OneDrive/SharePoint

preview_player
Показать описание
This video explains how to use new feature of PDF functions to generate PDFs in Power canvas App and saving the file in Onedrive and SharePoint.
This method does not use creation of HTML but use PDF(target) function to generate PDFs out of screen or control on Power App.

Please watch full video to learn step by step approach.
Below is the OnSelect formulae used in Video :

Set(varPDF,PDF(Gallery1));SavePDFs.Run("pdfgeneratedfromPA.pdf",Substitute(JSON(varPDF,JSONFormat.IncludeBinaryData),"""",""))
Рекомендации по теме
Комментарии
Автор

I am now a subscriber. Thank you for not preloading any of your solutions. I see others doing this to save time and/or eliminate rework. It's nice to see things built from scratch. Thank you so much!

keithgiles
Автор

You saved my life with the JSON formula!! Thank you sooo much dude!

Chgrtours
Автор

Excellent email and demonstrated exactly what I was trying to achieve

stephenbrent
Автор

Hi, there! Your video is well explained and easy to follow! It helped me a lot! Thank's a bunch!!!

turisabela
Автор

Doesn't really cover the grouping of the image and the data value. Second, the "pdf download" image seems to only show up either "OnSuccess" or when a certain parameter is met when the demo is ran. Could you elaborate on this? Seems like a gap in instruction or assumption the viewer understands this. Pardon my ignorance.

giovanninieto
Автор

Hi thank you for the amazing video, do you have any idea to generate pdf contain chart?

nindyasofiana
Автор

You really nailed it, I was looking for this for a little while now. I was wondering if there is a way to create an additional screen as a PDF Viewer using the files created with this function, it would be interesting if the name of the file could be customized using the user()FullName function and have sort kind of scroll down menu with the list of files created within the same pdf viewer screen in the app. Thank you again for such a wonderful explanation.

edtt
Автор

What is the max file size that can be used?

sunilsahu
Автор

How to click Button in first screen, then go to second Screen to get the PDF generated?

Abhishja
Автор

the video is really good buy the issue with this way it does not support other language like Arabic. Arabic words will be spaces:'(

yajjoj
Автор

I don't have the CreateFile_FileContent, CreateFile_Filename in the dynamic content. Where did you get that from because I don't see it mentioned anywhere in the vid before you started using it.

malik
Автор

This video is great, but we could create a PDF of both galleries in a self-flexible nested gallery. Can this be done?

joseantoniocalabuiggonzale
Автор

Hi
I want export multiple screen into SharePoint in pdf format
How to do can u pls explain

vishwachaitanya
Автор

I love this video and was perfect. What if I wanted to loop through several gallery items to save the current selected item to name the pdf file dynamically?

EllieCarter
Автор

The expand container doesn't work when published but works fine in preview. Any suggestions?

agojiedoramilaje
Автор

Hi there, thank you for a great video! I got this error msg "Unable to process template language expression in action Create_file' inputs at line '0' and column '0'. The templated function 'dataUriToBinarytriggerBody' is not defined or not valid". Can you help me fix it? Thanks!

hereskieu
Автор

Thanks for the video. I followed your instrutions, but I get the following error message: "The target of the pdf function cannot be nested in a gallery, form or component". What can I do to correct this?

kipedwards
Автор

Hi,
Is it possible to save Model driven app record with entire data as PDF ?

dileep_kumar_s
Автор

hi, i want to this generated file in sharepoint list attachments column, please suggest, thanks

yogitashelar
Автор

Hi..i have been struggling to send pdf generated power bi report to email through power apps without any premium subscription. can u please help me out with this?

yamunachongala