[iText-questions] finding the position of the end of text in a PDF.

2010-03-18 Thread pcole
Hi I'm trying to remove the blank section on the end of a pdf I'm reading in so that when I display it on the screen the blank section of the existing pdf will not be shown. for example if my document is printed on two pages and one page is half full of text how do i find out in code that the

Re: [iText-questions] finding the position of the end of text in a PDF.

2010-03-18 Thread mister bean
You want to re-flow a PDF document. That can't be done. Not in iText, not with other tools. The closest you can come to what you're asking for is deleting blank pages. But moving existing text and elements to new locations is not possible. ---mr. bean pcole wrote: Hi I'm trying to