gettinig PDF form field names

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{ […]

Does outsourcing reduce quality? A self observed study

This year I sat for my UK and US visa both from the same city i.e Kolkata(Calcutta). From a general management perspective, there are some points I observed between the processes each country’s consulate has adopted which I’d like to share and ask you a question in the end. Both countries have outsourced their visa […]