/convertfrompdf

An implementation of a ConvertFrom-PDF cmdlet

Primary LanguageC#MIT LicenseMIT

convertfrompdf

An implementation of a ConvertFrom-PDF cmdlet. This cmdlet will extract text from a PDF file. Your mileage may vary depending on the contents of the PDF.

Installation

You will need psake 4.0 to build and install this module.

The following PowerShell script will build the module and install it to your personal module area:

import-module psake
invoke-psake install

Use

import-module pdfreader
convertfrom-pdf -pdffile ./mypdf.pdf