Hello,
Here is the fix for the new PdfSmartCopy:
public class PdfSmartCopy2 : PdfSmartCopy
{
public PdfSmartCopy2(Document document, Stream os)
: base(document, os)
{ }
/// <summary>
/// This is a forgotten feature in iTextSharp 5.3.4.
/// Actually its PdfSmartCopy is useless without this during the merge!
/// </summary>
protected override PdfIndirectReference CopyIndirect(PRIndirectReference
inp, bool keepStructure, bool directRootKids)
{
return base.CopyIndirect(inp);
}
}------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
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