
Unfortunately, other fields are not supported at this time.
#PDF FREE FORM FILLER PDF#
Some PDF files contain fields other than text boxes which PDFForm supports. PS> Save-PdfField pull up the PDF file saved to OutputPdfFilePath and you should see our PDF form filler has populated all fields in the new PDF. OutputPdfFilePath = 'C:\Users\Adam\test4.pdf' ITextSharpLibrary = 'C:\users\adam\dir\itextsharp.dll' InputPdfFilePath = "C:\Vendor-Setup-Form.pdf" $parameters = 'test123' 'Bank Name' = 'some bank'} Provide the path to the PDF file and the path to the iTextSharp DLL file as shown below. To find these field names, run the Get-PdfFieldName function. Once you’ve got the PDFForm module imported and a PDF file containing fields ready, you need to know the field names. If you do receive errors, something is amiss. To verify, open PowerShell and run Import-Module -Name PDFForm. Move the PDFForm.psm1 file to the PDFForm folder just created.Īt this point, the PowerShell module should be available in your PowerShell console.Create a folder called PDFForm in the C:\Program Files\Windows PowerShell\Modules folder.Copy the entire contents of the PDFForm PowerShell module, save it to a text file and call the text file PDFForm.psm1.The first step is getting the PDFForm module on your computer.
#PDF FREE FORM FILLER HOW TO#
If you don’t know how to import a module, check out this guide. NET library under the covers and makes working with it much easier. Since filling out PDF forms is not an easy task for non-programmers, I’ve created a PowerShell module called PDFForm. A beginner understanding of using the PowerShell scripting languageĮditing PDF Forms with a PowerShell Module.A current Windows PC (Windows 7 or Windows 10 will work).Downloading and Installing the PDF Toolįor the instructions you’ll be receiving in this article to work, ensure you have:.Editing PDF Forms with a PowerShell Module.
