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
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
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
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.
--
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
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
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