m
import legalese.Disclaimer;
Disclaimer DisCard = null;
From: Karen Wei [mailto:kaw...@illinois.edu]
Sent: Thursday, February 03, 2011 9:07 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] Manipulating tables i
Thank you for your help.
What about extracting colspan and rowspan attributes from the table? By
extracting the tagging format of a table, you can decompose how the table
was constructed but unfortunately I cannot find a way to find the colspan
and rowspan information.
Thanks again.
2011/2/3 1T
Op 3/02/2011 17:52, Karen Wei schreef:
> Hi,
>
> Is it possible to manipulate tables from existing PDF documents? (ie:
> change the colspan of a certain cell) I understand this is possible
> when creating a pdfptable object, but I cannot figure out a way to
> cast existing tables as pdfptable. A