[EMAIL PROTECTED] wrote:
> Hi,
>
> Recentrli I started learning iText, following iText In Action book.
>
> I'm unable to add metadata to a PDF document. File->Doc Properties shows
> nothing.
See chapter 2.1.
Adding metadata has to be done between step 2 and 3;
not between step 1 and 2.
--
This
This example;
http://www.roselladb.com/dashboardreport1.pdf
http://www.roselladb.com/dashboardreport1.pdf
Use the following codes. You might be adding meta data not in correct
sequence. Note metadata tages are not required!
Document document = null;
try {
// create a
Hi,
Recentrli I started learning iText,?following iText In Action book.
I'm unable to add metadata to a PDF document. File->Doc Properties shows
nothing.
The code i used is...
Document document=new Document(PageSize.LEGAL,36,72,108,180);
document.addAuthor("Author: www.tamiclafe.net");
docum