Hi there I was able to add an attachment to my PDF:
PdfFileSpecification specification = PdfFileSpecification.FileEmbedded(writer, name, name, null); writer.AddFileAttachment(specification); But now I would like to add something like a reference to this file in the text of my PDF. Is it possible that if a click that "link" the file is opened? ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
