Results 1 to 2 of 2
- 05-17-2010, 02:43 PM #1
Member
- Join Date
- May 2010
- Posts
- 2
- Rep Power
- 0
iText Read Chuncks of PDF into java
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!
- 05-19-2010, 07:58 AM #2
Member
- Join Date
- May 2010
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
Itext with java : PDF nested table issues.. Please help
By akbjavauser in forum Advanced JavaReplies: 1Last Post: 07-14-2010, 05:43 PM -
iText 2.0.4
By levent in forum Java SoftwareReplies: 2Last Post: 06-23-2010, 06:41 AM -
Itext
By anilhk@gmail.com in forum Advanced JavaReplies: 0Last Post: 04-14-2010, 05:03 AM -
How to merge two XFA formatted PDFs using iText and java ?
By dhanu8055 in forum Advanced JavaReplies: 0Last Post: 06-29-2009, 02:40 PM -
java.io.IOException: Unable to read entire block; 493 bytes read before EOF; expected
By kushagra in forum New To JavaReplies: 5Last Post: 10-17-2008, 02:13 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks