Fill Data in PDF file through Programming
-
hi, I have a pdf editor software which opens pdf files in edit mode. I am opening a pdf file through this software in my code. The code is as follows: Process.Start(Application.StartupPath.Substring(0, Application.StartupPath.ToString().IndexOf("Eviction")) + "PDF Editor 2\\PDFEdit.exe", "F:\\Covenant.pdf"); But, I want to pass some data to be displayed in the pdf file. This software allows to insert some textboxes(with name given to each textbox) in the pdf file and save them. So, when I open this pdf file through my code, I want some values to be displayed in these textboxes. Can anyone help me out? Thanks in advance. Jasmy
-
hi, I have a pdf editor software which opens pdf files in edit mode. I am opening a pdf file through this software in my code. The code is as follows: Process.Start(Application.StartupPath.Substring(0, Application.StartupPath.ToString().IndexOf("Eviction")) + "PDF Editor 2\\PDFEdit.exe", "F:\\Covenant.pdf"); But, I want to pass some data to be displayed in the pdf file. This software allows to insert some textboxes(with name given to each textbox) in the pdf file and save them. So, when I open this pdf file through my code, I want some values to be displayed in these textboxes. Can anyone help me out? Thanks in advance. Jasmy