Re: [iText-questions] pdf tagging problem

2014-09-17 Thread iText mailing list
On 9/17/2014 5:16 PM, ajit wrote: > I need to complete this task ASAP. The word ASAP is forbidden on the free mailing list. Only paying customers can use it. > Can this task be achieved using iText. Maybe, maybe not. You didn't describe your requirement well enough. Maybe it's impossible in gen

Re: [iText-questions] pdf tagging problem

2014-09-17 Thread ajit
Thanks for your reply. I need to complete this task ASAP. Can this task be aceived using iText. If so, please let me know the approach that I have to follow. -- View this message in context: http://itext-general.2136553.n4.nabble.com/pdf-tagging-problem-tp4660378p4660390.html Sent from the i

Re: [iText-questions] pdf shifted down

2014-09-17 Thread iText mailing list
On 9/17/2014 1:23 PM, John Hancock wrote: > We fixed everything by passing a rectangle sized 8.5 x 11 to > Document. I.e. new Document(New Rectangle(... And the next thing you know is that you're adding a page in landscape to a 8.5 x 11 document discovering that the page is truncated again. A

Re: [iText-questions] pdf tagging problem

2014-09-17 Thread iText mailing list
On 9/16/2014 3:22 PM, ajit wrote: > I am unable to continue further. You started the wrong way. It would take several days to explain how to meet your requirement and several weeks to build the solution. You should hire an iText expert. --

Re: [iText-questions] pdf shifted down

2014-09-17 Thread John Hancock
The problem was that the Document object no-arg constructor returns a pdf with A4 dimensions. So the page content wasn't shifted down, it was truncated. We fixed everything by passing a rectangle sized 8.5 x 11 to Document. I.e. new Document(New Rectangle(... -John On Wed, Sep 17, 2014 at 2:2

[iText-questions] [SPAM] Re: pdf shifted down

2014-09-17 Thread mkl
John, John Hancock wrote > I am creating a batch of one-page pdfs from a larger pdf using > com.lowagie.text.pdf.PdfWriter.getImportedPage(PdfReader, int) The one > page pdf's that come from getImportedPage are shifted down and to the > right so that part of the original page is lost. Is there a

[iText-questions] pdf tagging problem

2014-09-17 Thread ajit
I am trying to take an existing pdf with 200 pages as input and delete tags if there are any and then create tags again using itext. My requirement is to alter text for those newly created tags for read out loud option. For example, in the existing pdf if there is data like "sample_data", using re