RE: [iText-questions] Help for the Newbie

2005-04-13 Thread Paulo Soares
http://article.gmane.org/gmane.comp.java.lib.itext.general/9891 It's also possible to do it in PdfStamper for existing PDFs. To read the metadata: PdfReader reader = ...; PdfDictionary catalog = reader.getCatalog(); PRStream metadata = (PRStream)PdfReader.getPdfObject(catalog.get(PdfName.METADA

Re: [iText-questions] Help for the Newbie

2005-04-13 Thread Bruno Lowagie
김학래 wrote: > Hi, There! > > Hi, there! > > I’m a just beginner in iText. I’d like to read and write the metadata > in pdf files. > > But I’m afraid I cannot do this. I don’t know how to do and begin. > PdfReader/PdfStamper > I have read the tutorial and test it. But it has some problems. > It's u