Printing/Saving PDFs with Signatures and Images (No Premium Power Apps)

  Рет қаралды 7,829

Andrew Hess

Andrew Hess

Күн бұрын

Пікірлер: 41
@andrewhess123
@andrewhess123 8 ай бұрын
If you're subscribed, I'm going to keep knocking out some of your emails and questions! This video was one, thank you all for the ideas for videos!
@waiyan6951
@waiyan6951 6 ай бұрын
Thank you so much sir. I have planned to do with words connector and I only know in last minutes that connector need premium license and our company do not have. this video save my life to print form with signature. Really Appreciate. Thank you
@andrewhess123
@andrewhess123 6 ай бұрын
Nice Waiyan! I have other videos on strategies to get around the premium licenses too, but usually signatures mean $$$. Glad you got it to work for your company.
@KCKristi
@KCKristi 4 ай бұрын
I've been working on doing this with a pdfviewer for at least a couple days.....Thank you so much!!! This works!!!
@andrewhess123
@andrewhess123 4 ай бұрын
Woohoo! Nice Kristi glad it's working for you!
@awesomeshorts7937
@awesomeshorts7937 2 ай бұрын
You can do this with a pdf viewer then ask people to sign via power apps replacing Docusign, right?
@awesomeshorts7937
@awesomeshorts7937 2 ай бұрын
Just put the pdf viewer inside a container?
@andrewhess123
@andrewhess123 2 ай бұрын
Docusign is special because it can be considered an official digital signature, which some businesses or documents require.
@leomaredcampos4941
@leomaredcampos4941 Ай бұрын
you nail it finally. but can I do it in .jpg and one last thing can I move around the signature on the file so, I can insert the signature on the file and resize it base on the sign of the file? Wow man. I subscribe
@stewartmcgovern2k10
@stewartmcgovern2k10 8 ай бұрын
Thank you for this brilliant video on PDF signature capture using pen input and found it to be very helpful and for answering my previous question on this topic. :)😀 I am currently using the method you explained in a previous video, which involves a Word template and quick parts. Power Apps populates the template and uses a flow to update the file content. The flow then uploads the document to SharePoint, converts it to PDF, and emails it to the user. However, I am not sure how to add the signature method from this to the Word template. Maybe a good question for another video 😉
@andrewhess123
@andrewhess123 8 ай бұрын
Hi Stewart! From doing the quick parts and adding a signature... Hmmm... My only thought is instead of doing a signature is signing through metadata some way using Power Automate or Docusign. I don't know about adding a signature graphic to an existing document once you are going through the quick part method. That's the old-school, but still great way to do it method!😄
@karthikeya6508
@karthikeya6508 Ай бұрын
Hello sir, my html text large scrollable table while using this pdf method is only viewable half of table not complete table in one pdf.
@andrewhess123
@andrewhess123 Ай бұрын
I think you can put the html table in a container? Does that help?
@karthikeya6508
@karthikeya6508 Ай бұрын
Yes,as this method i followed html text in container still not get completed data in one pdf
@karthikeya6508
@karthikeya6508 Ай бұрын
@@andrewhess123 tnks sir it worked
@andrewhess123
@andrewhess123 Ай бұрын
@@karthikeya6508 Awesome! Nice job!
@dpukkz_bbq
@dpukkz_bbq 2 ай бұрын
I want to create a 6 page document. Is there a way to merge multiple containers into one PDF using this method? I was thinking about doing a scrollable single container but not sure whether the pages will get page broke correctly. Any advice would be greatly appreciated
@andrewhess123
@andrewhess123 2 ай бұрын
The PDF function is in preview, you could maybe combine your containers using collections or variables. There are other ways also including Power Automate or Azure Functions. Set( varPDF, PDF( Container, {ExpandContainers: true} ) );
@dpukkz_bbq
@dpukkz_bbq 2 ай бұрын
@@andrewhess123 so what I found today was that building a document from multiple containers and fields wasn’t the best as the PdF when saved in Sharepoint took ages to load. So what I did was create a scrollable container added in 5 HTML controls and set those controls to the size of an A4 Page and got Chat GPT to convert all m designs into HTML and then the print function worked great 😂
@andrewhess123
@andrewhess123 2 ай бұрын
@@dpukkz_bbq Awesome! Appreciate you sharing the way you did this. Nice!
@nindyasofiana
@nindyasofiana 3 ай бұрын
Hi Andrew, thank you for the tutorial, do you have any idea to generate PDF contain chart?
@andrewhess123
@andrewhess123 3 ай бұрын
Hi nindya, this is a good question. I have not done this yet, would be fun to try.
@nindyasofiana
@nindyasofiana 3 ай бұрын
@@andrewhess123 i tried it, in screen it’s work but once I generated it in PDF, it turns out to blank or black :(
@andrewhess123
@andrewhess123 3 ай бұрын
@@nindyasofiana hmmm, yeah I wonder. I do know that the PDF function is still a preview feature.
@sagaisaac
@sagaisaac 8 ай бұрын
Excelente video!
@andrewhess123
@andrewhess123 8 ай бұрын
Gracias mi amigo!
@muratcaglayan9242
@muratcaglayan9242 8 ай бұрын
I wish you have live events. Then we can see how entire app or part of it created from scratch without jumpcuts.
@andrewhess123
@andrewhess123 8 ай бұрын
Hi Murat, this is something I could do in the future. I did not know people wanted this. Thank you Murat.
@muratcaglayan9242
@muratcaglayan9242 8 ай бұрын
@@andrewhess123 in livestreams result is not the only important thing, how do you approach the problem and how you fix them in real time will guide others to do the same.
@michaelguerra8823
@michaelguerra8823 5 күн бұрын
This is fantastic buuuut you can create multiple page PDFs
@andrewhess123
@andrewhess123 5 күн бұрын
Yep I want to make a new video about this. Before you couldn't when it first released
@Work-bk2ej
@Work-bk2ej 7 ай бұрын
Hello, sir. but I found that the PDF() function is not working on IOS devices,is there any other way to do the same thing?
@andrewhess123
@andrewhess123 7 ай бұрын
Hi Work, my only thought right now is the PDF() function is still in preview we should probably wait for Microsoft to take it out of preview to see if that fixes the issue on iOS devices.
@basehumax
@basehumax 8 ай бұрын
Hi Thanks, is there a way to tell me what html code should I use if I wanted to add a right line a total and bottom disclaimer of the html thanks
@saeedsm57
@saeedsm57 8 ай бұрын
Awesome!
@andrewhess123
@andrewhess123 8 ай бұрын
Thank you Saeed!!
@emperor187
@emperor187 6 ай бұрын
This works great for me with the Print command. When I go to save it in Sharepoint, the image is moved to a second page. Not sure why that would happen, any ideas?
@emperor187
@emperor187 6 ай бұрын
No sooner than I post I figured it out. In case anyone else has a similar issue, the container was too close to the screen's border and that caused it to drop onto a 2nd page. Once I added a small border by resizing the container, it saved the PDF file as a single page
@andrewhess123
@andrewhess123 6 ай бұрын
Oh nice emperor, sorry I couldnt respond any faster 😀 Thank you for watching though!!
@KenMaguire
@KenMaguire 29 күн бұрын
Hi Andrew. I'm getting an error and have no idea how to fix it. ''Invalid number of arguments: received 2, expected 1." I would really appreciate a little help. Thanks.
@andrewhess123
@andrewhess123 29 күн бұрын
This is on the flow call maybe? or some other fx formula? But you are sending 2 parameters and it is expecting one. So in a formula you are using a "," in between () I would assume and sending 2 parameters and it only wants 1.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 637 М.
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 153 МЛН
Let's Convert an Excel to Power Apps with SharePoint!
25:30
Andrew Hess
Рет қаралды 668
Power Apps Save Pictures to SharePoint - Camera Control Tutorial
18:18
Fill Out Word through Power Apps No Premium Licenses Needed
24:37
[New in PowerApps] The new PDF() function is a gamechanger
28:50
R2Power - Lern PowerApps
Рет қаралды 37 М.
Turning a SharePoint List into a Gantt Chart
17:26
Andrew Hess
Рет қаралды 2,8 М.
Power Apps Print Options
12:40
April Dunnam
Рет қаралды 22 М.
Build Power Apps Faster with Modern Screen Templates
14:40
Reza Dorrani
Рет қаралды 38 М.