miro wrote:
> Is it possible to read a pdf table from a pdf  template

A table written to PDF is nothing more than lines and glyphs painted on 
a canvas. All structure is lost. That means it's impossible to get some 
kind of PdfPTable object from an existing PDF.
If you expect that, you are mistaken PDF for a Word Processing Format.
PDF is very different from the Word format or RTF.

> and  add it to a new
> pdf file and add more rows to that table ?

If you know the exact coordinates of the table, you can import the page 
and clip it so that only the table is visible.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to