  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | -none- | -none- 2007-09-17 - By Paulo Soares
Back PdfReader reader = new PdfReader("input.pdf"); reader.getCatalog().remove(PdfName.METADATA); reader.removeUnusedObjects(); PdfStamper stamper = new PdfStamper(reader, new FileOutputStream("output.pdf")); stamper.close();
Paulo
> -- --Original Message-- -- > From: Paul Edward [mailto:paul_edward@(protected)] > Sent: Sunday, September 16, 2007 12:36 AM > To: Paulo Soares > Subject: Re: [iText-questions] Removing XMP Metadata > > Hello > > I was reading with interest the recent emails concerning > removing xmp metadata. What is the current recommended method > to remove all metadata from a pdf? > > For consistent rexults,is the following code enough > > PdfDictionary dict = this.stamper.getReader().getCatalog(); > dict.remove(new PdfName("/Metadata")); > > or do you favour > > stamper.setXmpMetadata(new byte[0]); > stamper.setXmpMetadata(null); > > Thanks > > Paul
Aviso Legal: Esta mensagem ? destinada exclusivamente ao destinat?rio. Pode conter informa? ?o confidencial ou legalmente protegida. A incorrecta transmiss?o desta mensagem n?o significa a perca de confidencialidade. Se esta mensagem for recebida por engano, por favor envie-a de volta para o remetente e apague-a do seu sistema de imediato. ? proibido a qualquer pessoa que n?o o destinat?rio de usar, revelar ou distribuir qualquer parte desta mensagem.
Disclaimer: This message is destined exclusively to the intended receiver. It may contain confidential or legally protected information. The incorrect transmission of this message does not mean the loss of its confidentiality. If this message is received by mistake, please send it back to the sender and delete it from your system immediately. It is forbidden to any person who is not the intended receiver to use, distribute or copy any part of this message.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|
 |