If you have a PDF and want to fill the pdf programmatic-ally, You can but you need those pdf’s form fields. Here’s a simple Java Class which can help you. I am using iText as my PDF library. import java.util.HashMap; import java.util.Iterator; import com.lowagie.text.pdf.*; public class iTextSample { public static void main(String[] args) throws Exception{ […]
gettinig PDF form field names
- Post author By Hussain Fakhruddin
- Post date
- Categories In code
- 3 Comments on gettinig PDF form field names