Hello 

I'm concatenating 3 PDFs into one with iTextSharp.
First and last docs contains anchors: 

Anchor anchor = new Anchor("Appunti di " + Materia + "",
FontFactory.GetFont("Arial", 28, 4, BaseColor.BLUE));
            anchor.Reference =
"http://ssssss.com/usweb/appunti/dettaglio.asp?progressivo="; +
progressivoAppunto;
            header.Add(anchor);

And i'm loosing  them in the concatenated doc. Why?


--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/itextsharp-concatenated-PDFs-loosing-anchors-tp4031791p4031791.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
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

Reply via email to