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!
@waiyan69516 ай бұрын
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
@andrewhess1236 ай бұрын
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.
@KCKristi4 ай бұрын
I've been working on doing this with a pdfviewer for at least a couple days.....Thank you so much!!! This works!!!
@andrewhess1234 ай бұрын
Woohoo! Nice Kristi glad it's working for you!
@awesomeshorts79372 ай бұрын
You can do this with a pdf viewer then ask people to sign via power apps replacing Docusign, right?
@awesomeshorts79372 ай бұрын
Just put the pdf viewer inside a container?
@andrewhess1232 ай бұрын
Docusign is special because it can be considered an official digital signature, which some businesses or documents require.
@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
@stewartmcgovern2k108 ай бұрын
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 😉
@andrewhess1238 ай бұрын
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Ай бұрын
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Ай бұрын
I think you can put the html table in a container? Does that help?
@karthikeya6508Ай бұрын
Yes,as this method i followed html text in container still not get completed data in one pdf
@karthikeya6508Ай бұрын
@@andrewhess123 tnks sir it worked
@andrewhess123Ай бұрын
@@karthikeya6508 Awesome! Nice job!
@dpukkz_bbq2 ай бұрын
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
@andrewhess1232 ай бұрын
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_bbq2 ай бұрын
@@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 😂
@andrewhess1232 ай бұрын
@@dpukkz_bbq Awesome! Appreciate you sharing the way you did this. Nice!
@nindyasofiana3 ай бұрын
Hi Andrew, thank you for the tutorial, do you have any idea to generate PDF contain chart?
@andrewhess1233 ай бұрын
Hi nindya, this is a good question. I have not done this yet, would be fun to try.
@nindyasofiana3 ай бұрын
@@andrewhess123 i tried it, in screen it’s work but once I generated it in PDF, it turns out to blank or black :(
@andrewhess1233 ай бұрын
@@nindyasofiana hmmm, yeah I wonder. I do know that the PDF function is still a preview feature.
@sagaisaac8 ай бұрын
Excelente video!
@andrewhess1238 ай бұрын
Gracias mi amigo!
@muratcaglayan92428 ай бұрын
I wish you have live events. Then we can see how entire app or part of it created from scratch without jumpcuts.
@andrewhess1238 ай бұрын
Hi Murat, this is something I could do in the future. I did not know people wanted this. Thank you Murat.
@muratcaglayan92428 ай бұрын
@@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.
@michaelguerra88235 күн бұрын
This is fantastic buuuut you can create multiple page PDFs
@andrewhess1235 күн бұрын
Yep I want to make a new video about this. Before you couldn't when it first released
@Work-bk2ej7 ай бұрын
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?
@andrewhess1237 ай бұрын
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.
@basehumax8 ай бұрын
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
@saeedsm578 ай бұрын
Awesome!
@andrewhess1238 ай бұрын
Thank you Saeed!!
@emperor1876 ай бұрын
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?
@emperor1876 ай бұрын
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
@andrewhess1236 ай бұрын
Oh nice emperor, sorry I couldnt respond any faster 😀 Thank you for watching though!!
@KenMaguire29 күн бұрын
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.
@andrewhess12329 күн бұрын
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.