More Advanced UiPath use cases? Then check this playlist, where I keep my best use cases: UiPath Advanced Use Cases: kzbin.info/aero/PLXXz88_TPiHo7TmTn15sy7eQs7kAAXji-
@AjitSingh-qn1tk3 жыл бұрын
Hi anders,great videos, iam having payslip of employees which are in merged around 6000 pdf in one pdf, i want to split it and name the split file based on employee id available in each page of merged pdf so that we can send to employees..how can we do that, requesting your help.....
@aul618 Жыл бұрын
Can we do this in Power Automate Desktop’
@andersjensenorg Жыл бұрын
Easily 🙂
@viciousstrifeay3 жыл бұрын
Great video. Simple and easy to understand.
@andersjensenorg3 жыл бұрын
Hey viciousstrife, thanks a lot :) Have a great day. Kind regards, Anders
@kartikm2283 жыл бұрын
Hi Andress, I have scenario something like i have one main pdf with invoice followed by related documents of same invoice which may one two ( irregular) like this i have 100s of pages in main pdf. i need to split it with invoice+related document into individual. Can you pls help
@andersjensenorg3 жыл бұрын
Hey Kartik. Sure. You need to follow the same intuition as in the video. Can you split the problem into parts and post the parts, where you're stuck into my Discord: kzbin.info/door/Pdtz4gd_iYebJFYq9N8pWAcommunity?lb=UgxD1Qe9lWKL1I7HyAJ4AaABCQ We are a lot of skilled RPA devs here :) Kind regards, Anders
@radenbubbay2 ай бұрын
how to implentation for uipath studio X?
@andersjensenorg2 ай бұрын
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 14,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): kzbin.info/www/bejne/roipq2CJbpuLfdE Kind regards, Anders
@denniskristensen52264 жыл бұрын
Great video!
@andersjensenorg4 жыл бұрын
Hey DK! Many thanks 😀🙏
@carlosraziel71413 жыл бұрын
Hi! Thanks a lot for the great video :) How can I do de same task but with Power Automate? (Sorry for my english).
@andersjensenorg3 жыл бұрын
Hey Carlos. You can't directly. But you could use a plugin (I'm not sure which, maybe Plumsail). Kind regards, Anders
@kerritiam29333 жыл бұрын
Hi Anders, great video thanks for sharing this! I encountered an error when I tried to use this solution for one of my PDF files which has 75 pages. It just so happens that page 74 (second last page of the pdf) contains page 1 of an invoice and page 75 (last page of pdf file) contains page 2 of the same invoice. Uipath produces an error during the 'Read PDF Text' activity advising that the specified argument was out of the range of valid values. Do you by any chance have any idea what I'm doing wrong? Thanks
@andersjensenorg3 жыл бұрын
Hey Kerri Thanks for writing. I'm getting more than 40 questions/comments every day and having difficulty answering everyone (I try my best). I've created my UiPath Groups, where we all can post and solve problems or simply just hang out around our favorite tool, UiPath. So you're very welcome. Get the addresses here: kzbin.info/www/bejne/eWfbnnqcerFjbas Have a great day. Kind regards, Anders
@shashiviranga9441 Жыл бұрын
Hi Sir, Can you give me an advice my fotter format is "1/2", 2/2 ....."1/3", "2/3", "3/3" How I split like that case? Pls be kinde enough to advice...
@andersjensenorg Жыл бұрын
Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 6000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): kzbin.info/www/bejne/roipq2CJbpuLfdE Kind regards, Anders
@alphamackie84563 жыл бұрын
Hi Anders, thank you for your great videos. I have a challenge in which I have to remove a footer text from every page on some pdf documents. and extract a paragraph from the document. some parts of the footer texts are dynamic. Thanks
@andersjensenorg3 жыл бұрын
Hey Alpha. Thanks a lot and thanks for the question. At the moment, I’m on paternity leave, meaning I don’t produce videos and solve problems until the 23rd of August. Feel free to post the problem at my Discord, where many bright automation minds are gathered: kzbin.info/door/Pdtz4gd_iYebJFYq9N8pWAcommunity?lb=UgxD1Qe9lWKL1I7HyAJ4AaABCQ Kind regards, Anders
@koosschutter16754 жыл бұрын
I clicked this video because I was hoping it could help me with my situation but I have a opposite problem. I have a pdf that has multiple buyers on one page, over a couple of pages. I would like to split the pages by each "buyer:", but each page has 4 byers on it. Will this method help for this problem?
@andersjensenorg4 жыл бұрын
Hey Koos. Sure. Then we need to find some unique word, where we wanna split, e.g. "Buyer". Kind regards Anders
@koosschutter16754 жыл бұрын
@@andersjensenorg Thank you for reply I'll try it. I tried it previously with the previous video you did on splitting pdf but didn't work but I will now try it by using this method.
@andersjensenorg4 жыл бұрын
Ah, Koos. Then I misunderstood. What you have to do is to apply Regex to split the string, where you now will have the individual as ienumerables.
@koosschutter16754 жыл бұрын
@@andersjensenorg The unique word I want to use is "buyer", but there are four on one page because there are four buyers, so I want to split one page into four pdf files.
@shubzdaj2 жыл бұрын
Once I kickoff the bot is ends right away.
@andersjensenorg2 жыл бұрын
Hey Jeff. That one is hard to troubleshoot. Do you get an error message? Kind regards, Anders
@shubzdaj2 жыл бұрын
@@andersjensenorg I used your example to build out the process, thanks it really helped. The only issue I get is in the while loop when the bot gets to the end of the PDF count it throws an error ReadPDFText: Specified argument was out of the range of valid values. Parameter name: Range my quess is it has to track the count to break the loop?