Hello, I have an editable pdf file with forms. When I try to print the pdf file using PDFTextStripper getText(), its not printing the values in the forms. I can read each field value separately using getFields(), but is there is way to get the contents of the pdf file (including the values in the forms) ?
thanks

