Skip to main content
Participant
October 13, 2016
Question

Hi Team, I have a Acrobat PDF Document, dynamically created using Acrobat SDK. I have a data table returned from DataBase and i want to use all the rows in Acrobat PDF document. How can i dynamically insert a table into Acrobat PDF and add rows into

  • October 13, 2016
  • 1 reply
  • 452 views

Hi Team, I have a Acrobat PDF Document, dynamically created using Acrobat SDK using C#. I have a data table returned from DataBase and i want to use all the rows in Acrobat PDF document. How can i dynamically insert a table into Acrobat PDF and add rows into that table. Please Help. (Note: I do not want to use any third party tool/dll other than Adobe Acrobat SDK). Thanks in advance!

This topic has been closed for replies.

1 reply

Karl Heinz  Kremer
Community Expert
Community Expert
October 13, 2016

Is your "table" a collection of form fields? If so, take a look at this tutorial, it describes how to get e.g. Excel data into a table:

Batch-Import List Data into PDF Form - KHKonsulting LLC