Which of the following is the best way of generating pdf in java using iText:
- Generate pdf from scratch each time.
- Have a predefined pdf, and each time push the data values to the predefined pdf and save as new pdf.
- Generate a XML each time from the data to be pushed and generate a new pdf each time.
Appreciate your response.