  | 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 | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | 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-10 - By Tobias Meier
Back Do you mean like this?
PdfDictionary dict = this.stamper.getReader().getCatalog(); dict.remove(new PdfName("/Metadata"));
This produces the same result as using stamper.setXmpMetadata(new byte[0]); stamper.setXmpMetadata(null);
regards, ToM
Am Mo 10.09.2007 16:57 schrieb Paulo Soares <psoares@(protected)>:
> Remove the /Metadata key in the catalog. > > Paulo > > > -- --Original Message-- -- > > From: itext-questions-bounces@(protected) > > [mailto:itext-questions-bounces@(protected)] On > > Behalf Of Tobias Meier > > Sent: Monday, September 10, 2007 3:30 PM > > To: itext-questions@(protected) > > Subject: [iText-questions] Removing XMP Metadata > > > > Hi! > > > > I experienced some strange behavior while removing XMP data from an > > existing pdf file. > > > > First i used > > > > stamper.setXmpMetadata(new byte[0]); > > > > on the original file but the xmp data was partly still in the pdf. > > Then i tried > > stamper.setXmpMetadata(null); > > > > on the original file with a similar result - even in both cases the > > files got smaller and some of the xmp stuff had been removed. > > > > Then (accidentally) i used the first call on the original file and > > then the second call on the result and all XMP data was gone. > > Is there a explanation for that? > > How can i remove all XMP Data at once? > > > > Regards, > > ToM > > > 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. > > >
Viele?Gr??e, Tobias?Meier __ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ MSc,?Dipl.-Inf.?Tobias?Meier Softwareentwickler nepatec?GmbH?&?Co.?KG Hindenburgstr.?37?.?30175?Hannover Fon?+49(0)511?935?946.51,?Fax?+49(0)511?935?946.57 Mailto:?tobias.meier@(protected) http://www.nepatec.de
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- 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/
|
|
 |