Fill Out PDF Forms from an Excel Array -


The scenario is:

My company has 2000 customers, and through 2000 customer PDFs A credit application What makes it complicated is that in some parts of PDF, customer forms need to be filled before sending the form. There is a need to fill the data that is currently inside an Excel array.

As you might have guessed, what I want to do is write a script that takes the Excel array and the data for each row will fill it in the PDF form, copy one of the, Print the document, and repeat until all the rows have been filled in their respective PDF forms.

My questions are as follows:

  1. Is there a special programming language (or framework) specifically suited for this, and whether it is less learned Is the stage (I just know enough to write basic JavaScript at this time)
  2. In the suggested language / framework, what do I need? (Aside from fundamentals like print, for each, if statement)
  3. Should any special or general GOTAHAS see me write scripts? Keep in mind that this will be the first computer script created by me, so I can also play basic / primary GTA because of my full experience.

Edit I should definitely specify that I would like to write this script in Python if it is possible only because I have yet to do this Heard, due to all the good things

There are applications that may be able to do this without programming. Here's a $ 249 price

I have never used it - but if you search for Google then there are so many products if you decide to go to the programming route - You need a PDF SDK for whatever language / framework you choose. There are plenty to choose for .NET and Java.

EDIT: You asked for python to see this other.


Comments