Hello. I had a question RE the use of variables with iText. I am able to infer how
this works from the examples, but wanted to make sure anyways.
See the example below. My question is this:
Cell cell = new Cell("Here is some text");
table.addCell(cell);
cell = new Cell("Here the variable i
I am generating a PDF document in the server. I would like to display the
document to the user but would like to disable the print button in ADOBE
Acrobat reader ver 5.0 installed in the client machines.
Can I do this using iText?
Thanks
__
Hello,
Thanks for your immediate reply.
Is it a good approach to extend Table class and override the behaviour? If
not, can you brief how can I use the PdfPTable in this situation.
Regards,
Prashant Nadig
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Prashant Nadig" <[EMAIL PR