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 document;
        document = new Document(PageSize.A4, 40, 40, 40, 55);
        ByteArrayOutputStream baos = new ByteArrayOutputStream(4000); 
        PdfWriter writer = PdfWriter.getInstance(document, baos);
        
        // set document properties;
        document.addTitle("Annual Business Report");
        document.addSubject("Annual Business Report");
        document.addAuthor("Rosella Software");
        document.addCreator("StarProbe Business Intelligence");
        document.addCreationDate();

        // set footer;

        // generate document;
        document.open();

-- 
View this message in context: 
http://www.nabble.com/Metadata-not-working-tp15276850p15278861.html
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to