On Thu, 04 Jul 2013 15:20:01 +0200, salvo...@alice.it <salvo...@alice.it> wrote:

Hi,
I'm working on tagged documents for accessibility reason, I've produced a couple of them and I need as well to produce a big document resulting from the concatenation of the single ones.

I would ask you if is there any possibility to concatenate 2 existing tagged document and merge the tagged structure behind them?

Or I have to create a new one document?

You need to use PdfCopy and indicate you want a tagged PDF: copy.setTagged();
You also need the correct getImportedPage method when you add a page:
copy.addPage(copy.getImportedPage(reader, pageN, true));
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
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