Hello,

I'm spending a lot of time after searching a solution of my following
problem;

with the iText in Java I wan't to read out the Chunks for each paragraph.
(because I want to have a list of all 'links-to-other-pdf-file')




if I have a first test application that's working for getting thee example
test1 and test2:

Chunk chunk = new Chunk();
chunk.setRemoteGoto("test1", "test2");
ArrayList<Chunk> listChunks = chunk.getChunks();
for (Chunk chnk : listChunks)
{
          chnk.getContent();    
}



but now is my problem, these chuks not from my setted example, but of a pdf
that's read in.
(my opinion is to first load every paragraph of the first document, and take
every chunck of these paragraphs)

Can somebody help me out please???

Appriciated in advance!
-- 
View this message in context: 
http://itext-general.2136553.n4.nabble.com/iText-Read-Chuncks-of-PDF-into-java-tp2219554p2219554.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------

_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to