Zhi Ren wrote: >Hi, > >Using iText we can add metadata into a PDF file. How >can we get metadata from a existing PDF file? > PdfReader.getInfo() gives you a HashMap with the metadata. See also the following code snippet to change the metadata: http://article.gmane.org/gmane.comp.java.lib.itext.general/17894/ br, Bruno
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
