Extract text contents from pdf and add to excel using powershell script

Harika Vinnakota 1 Reputation point
2021-05-04T18:41:57.857+00:00

convert text file contents to excel sheet using power shell script

Windows for business Windows Client for IT Pros Networking Network connectivity and file sharing
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2021-05-05T06:30:24.823+00:00

    Hi,

    You can use itextsharp to read pdf files in PowerShell.
    http://allthesystems.com/2020/10/read-text-from-a-pdf-with-powershell/

    To add contents to an excel spreadsheet you can try the ImportExcel module.
    https://www.powershellgallery.com/packages/ImportExcel/
    https://adamtheautomator.com/powershell-excel/

    Best Regards,
    Ian Xue

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.