Re: [iText-questions] PDF Table

2012-02-13 Thread Jason Berk
ed textlike on tax forms Jason From: Gerold Krommer [mailto:gerold.krom...@rrdgds.at] Sent: Monday, February 13, 2012 9:43 AM To: Post all your questions about iText here Subject: Re: [iText-questions] PDF Table This is next to impossible. By rendering to PDF usually all structure

Re: [iText-questions] PDF Table

2012-02-13 Thread Gerold Krommer
This is next to impossible. By rendering to PDF usually all structure information is lost (unless marked). A table in PDF is a collection of lines and text, maybe images also. You could apply some heuristics if the table characteristics are fairly static, everything else is hara-kiri. Kind rega

Re: [iText-questions] PDf Table of Content

2009-12-04 Thread 1T3XT info
Gopinath_A wrote: > Hi > Thanks For ur Reply... >I dont have books to refer the pages as u mentioned i am terribly > sorry... > and i generate all my pdf pages by viewing samples given by iText on net, > Please send me those examples which u have mentioned let me work it out Please support th

Re: [iText-questions] PDf Table of Content

2009-12-04 Thread Gopinath_A
Hi Thanks For ur Reply... I dont have books to refer the pages as u mentioned i am terribly sorry... and i generate all my pdf pages by viewing samples given by iText on net, Please send me those examples which u have mentioned let me work it out With Regards, Gopinath.A mister bean wrot

Re: [iText-questions] PDf Table of Content

2009-12-03 Thread Alexis Pigeon
Hi Gopinath, 2009/12/4 mister bean > > Have you tried the example shown on pp 443-4 of the book? If so, what > problem > did you encounter? > Or the examples shown here : < http://1t3xt.info/tutorials/keywords/index.php?page=keyword&id=565 > And remember to bookmark this one: < http://1t3xt.in

Re: [iText-questions] PDf Table of Content

2009-12-03 Thread mister bean
Have you tried the example shown on pp 443-4 of the book? If so, what problem did you encounter? --mr. bean Gopinath_A wrote: > > Hi > Can any help me to create a Table of Content with Page number on the > right side of each chapter tat we have in our pdf document... > > Example : > Exp

Re: [iText-questions] pdf table header issues

2008-07-08 Thread 1T3XT info
barik wrote: > Hello > > I am adding 3 header tables using writeSelectedRows() and adding the > maintable using document.add() > However the header table is overlapping by the maintable. > > Help required ..Thanks in advnace.. Duh! You have to make sure the margins are set correctly for the Doc

RE: [iText-questions] PDF table layouts

2005-09-02 Thread Paulo Soares
PdfWriter.fitsPage() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Andrew Roaldi > Sent: Thursday, September 01, 2005 9:33 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF table layouts > > I think I already kno

RE: [iText-questions] PDF Table

2004-08-31 Thread Paulo Soares
PdfPTable table = new PdfPTable(new float[]{75, 25}); table.setWidthPercentage(100); > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Kuldeep Kataria > Sent: Tuesday, August 31, 2004 4:17 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] PD

RE: [iText-questions] PDF Table

2004-08-31 Thread Paulo Soares
PdfPTable table = new PdfPTable(new float[]{75, 25});> -Original Message-> From: [EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED]] On> Behalf Of Kuldeep Kataria> Sent: Tuesday, August 31, 2004 4:17 PM> To: [EMAIL PROTECTED]> Subject: [iText-questions] PDF Table>> PdfPTable.>> Thanks>> p

RE: [iText-questions] PDF table

2004-08-31 Thread Paulo Soares
Table or PdfPTable? Best Regards, paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Kuldeep Kataria > Sent: Monday, August 30, 2004 9:37 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] PDF table > > Hello There, > I am new t

RE: [iText-questions] (PDF) table fitspage problem

2004-06-21 Thread Paulo Soares
The fitsPage method doesn't work that well. It's better to include a safeguard margin in the method. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Stewart Hector > Sent: Sunday, June 20, 2004 9:50 PM > To: [EMAIL PR

Re: [iText-questions] PDF table header is detached from its body

2004-04-08 Thread Paulo Soares
The advice is to use PdfPTable. Best Regards, Paulo Soares - Original Message - From: "Alexander Kolomietz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 08, 2004 4:45 Subject: [iText-questions] PDF table header is detached from its body > Hello All! > > I am usin

RE: [iText-questions] PDF: Table Borders

2004-01-05 Thread Paulo Soares
Title: RE: [iText-questions] PDF: Table Borders You must also remove the borders from the cells. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Dunstall, Christopher Sent:   Sunday, January 04, 2004 22:26 To

Re: [iText-questions] PDF Table bleed to margine, and cell top margine

2002-12-10 Thread Paulo Soares
You did what you can do with Table. With PdfPTable you have control of each margin padding individually, allowing you to have a negative padding at the top to pull the first line up. Note that padding can also be fractional. Best Regards, Paulo Soares --- Richard Keene <[EMAIL PROTECTED]> wrote: >