posted 16 years ago
I have a pdf template which has two checkboxes and two buttons. I am passing this template pdf file to the iText PdfReader class.
reader = new PdfReader(new RandomAccessFileOrArray(pdfTemplateName), null);
when openning this pdf file through iText PdfReader class the rendered pdf file not showing the buttons. but the checkboxes are showing.
Where as when I pass this template pdf file to the FDF toolkit classs the buttons are showing.
All other elements are showing with iText except buttons.
Thanks.