Merge PDF Documents and Rename based on Content using Power Automate Desktop

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

Комментарии •

  • @dimaspenggalih
    @dimaspenggalih 5 месяцев назад +1

    You saved my time for renaming thousands of PDFs

  • @daleplaywey5677
    @daleplaywey5677 11 месяцев назад +1

    Thanks this saved my life

  • @johgo30
    @johgo30 11 месяцев назад

    Awesome! Thank you for helping us.

  • @PalkiIT
    @PalkiIT Год назад

    thanks for the amazing video.
    you helped me a lot

  • @borntofly1402
    @borntofly1402 Год назад +1

    Thank you for sharing this video! I found it really helpful. Could you please provide some guidance on how to rename a PDF without merging it with another PDF? This would be a huge time-saver for me. Your insights would be greatly appreciated!

  • @albanosilva8817
    @albanosilva8817 Год назад

    Thanks for sharing this video! I found it very useful. Could you help with how to resolve this when we have many invoices and the invoice number is in different places, depending on the type of invoice. In other words, they don't all follow the same pattern. Thank you.

  • @salvatorecandura4631
    @salvatorecandura4631 10 месяцев назад

    When It renames the files, the renamed one contains all the other files, why? And when I open a file it gives me the previous one first.

  • @poojajadhav716
    @poojajadhav716 Год назад +1

    Hi,
    Its been working but my files are merging with others

    • @AIPSolutions
      @AIPSolutions  Год назад

      Hi, I will remove the merge portion and show this in a new video.

  • @lazarogranados9163
    @lazarogranados9163 Год назад

    Do you need pro version of PDF to accomplish this?

    • @shaolin26
      @shaolin26 Год назад +1

      No, not at all. You don't even need to have a PDF reader installed. A late model browser can display the PDF.

  • @MsRiko99
    @MsRiko99 Год назад

    i got error when type %typelist(number)%, do you have any idea why?

    • @AIPSolutions
      @AIPSolutions  Год назад

      Do you mean the textList that holds the PDF text data? If so you would reference a particular line by the actual number (0,1,2,etc.) So if your variable name is typelist and the line in the PDF you want to capture is the second line, you would reference it like %typelist[1]% (The first line would be %typelist[0]% )

    • @MsRiko99
      @MsRiko99 Год назад +1

      @@AIPSolutions yes, solved. Thanks