About 92,800 results
Open links in new tab
  1. How to convert pdf to excel? - Studio - UiPath Community Forum

    Jul 16, 2022 · Hi, The below is the pdf file. how to convert pdf file to excel ? Please help me with solution (NO document understanding please) let me know solution by using macro pdffile.pdf …

  2. How to convert pdf to excel - Help - UiPath Community Forum

    Mar 1, 2021 · Hi All, Is there any activity to convert pdf to excel. I ave rows and columns in pdf.

  3. How to convert pdf into excel which is in tabular format

    Apr 11, 2025 · If your PDF is in a tabular format, there are a few ways you can convert it to Excel pretty smoothly: Use UiPath’s PDF Activities – If you’re working in UiPath, try using the Read …

  4. How To Convert Data From PDF To Excel Using UiPath Activities?

    Aug 8, 2023 · Then, assign the text to Excel file If the format in the PDF is also need to be saved into Excel, there is a workaround that use Adobe Acrobat Pro DC to convert PDF to excel. …

  5. Converting Pdf table to excel - UiPath Community Forum

    Jan 11, 2023 · I want to convert a pdf file consisting of tables into excel. I tried many ways but did not achieve the result. I tried using many activities but of no use. Can anyone help out with …

  6. Pdf excel - Solution Accelerators - UiPath Community Forum

    Mar 21, 2025 · Hi @anand.t, You can try this approach in this thread: Convert PDF Datatable to Excel - Build - UiPath Community Forum If your table has multiple headers, this first approach …

  7. Convert PDF File into Excel from studio - UiPath Community Forum

    Aug 6, 2023 · Hi I want a help in UiPath studio to convert pdf to excel data but i dont want to use pdf to text converter apart from there is any tool from which i can easily ...

  8. How to convert pdf table to excel table or data table

    Feb 28, 2021 · Currently i am using PDF to Excel Converter - 100% Free to convert pdf to excel manually. I am attaching screenshots, pdf pages to be converted. excel generated through …

  9. PDF_To_Excel - Automation Starter - UiPath Community Forum

    Sep 28, 2022 · I want to do pdf to excel i have done by generate data table activity but some containt of first column goes in second column when it convert in excel is there other ...

  10. Excel into PDF - Studio - UiPath Community Forum

    May 20, 2023 · UiPath.PDF Activities Use the Read range activity to read the excel and store it into DataTable. Use Export DataTable to PDF activity to convert the DataTable to a PDF file. - …