Dear reader, It's possible to modify the author and the title in the PDF meta-data with iText?
When creating a new PDF it’s possible to set those values with PdfDocument.addAuthor(String) or PdfDocument.addTitle(String). How it’s possible to modify those fields in an existing document? I need this because our printer driver uses this information for the print job definition instead of the information I supply with the PrintJob (Java Printing Services). The document has to be printed in a given order and so I need a print job title which can be sorted correctly in the printers operator interface. The producer of the PDFs is not able to do this in advance. Thanks in advance for any suggestion. Best regards, Joël Rouiller ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
