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
regards, /Gerold Von: Saravanaganesh N [mailto:saravanaganes...@tcs.com] Gesendet: Montag, 13. Februar 2012 13:52 An: itext-questions Betreff: [iText-questions] PDF Table I need to extract cell contents from a table present in the pdf file.please give some suggestions and code snippets for this

[iText-questions] PDF Table

2012-02-13 Thread Saravanaganesh N
I need to extract cell contents from a table present in the pdf file.please give some suggestions and code snippets for this. Thanks in advance. =-=-= Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged infor

[iText-questions] Pdf Table footer and bottom margin

2012-01-23 Thread dpmihai
Hello. I have a Document created with LEFT, RIGHT, TOP and BOTTOM margins and a dynamic footer which I construct like a PdfPTable on PdfPageEventHelper: public void onEndPage(PdfWriter writer, Document document) { PdfPTable footer = createMyFooterTable();

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

[iText-questions] PDf Table of Content

2009-12-03 Thread Gopinath_A
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 : Expected output: IndexP.no. 1) Chapter 1 1.1 Lesson10 1.2 Lesson15 1.3 Lesson2

[iText-questions] PDf Table of Content

2009-12-03 Thread Gopinath_A
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 : Expected output: IndexP.no. 1) Chapter 1 1.1 Lesson10 1.2 Lesson15 1.3 Lesson2

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

[iText-questions] pdf table header issues

2008-07-07 Thread barik
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.. -- View this message in context: http://www.nabble.com/pdf-table-header-issues-tp18332701p183

[iText-questions] PDF table height to fit one page only.

2006-04-06 Thread Iain Downie
Hi List, I'm brand new to iText, so sorry if this appears lame, I have a bit of code I use within a servlet (below, hacked from the tutorials), which i want to produce a ONE page PDF with. My header image is big and I scale it either by pixel dimensions or percent. However, no matter what i do, th

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 &

[iText-questions] PDF table layouts

2005-09-01 Thread Andrew Roaldi
I think I already know the answer to this question (use writeSelectedRows to layout everything yourself), but is there any way to check if a table will fit on a page before adding it to the document?  Basically, I have to create a report where there are different account sections and we don't want

RE: [iText-questions] PDF Table

2004-08-31 Thread Paulo Soares
> > > From: itext-questions-admin > lists.sourceforge.net > > > [mailto:itext-questions-admin > lists.sourceforge.net] On > > > Behalf Of Kuldeep Kataria > > > Sent: Monday, August 30, 2004 9:37 PM > > > To: itext-questions lists.sourceforge.net >

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&g

[iText-questions] PDF Table

2004-08-31 Thread Kuldeep Kataria
rceforge.net] On > > Behalf Of Kuldeep Kataria > > Sent: Monday, August 30, 2004 9:37 PM > > To: itext-questions lists.sourceforge.net > > Subject: [iText-questions] PDF table > > > > Hello There, > > I am new to itext and have a small question. I

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

[iText-questions] PDF table

2004-08-30 Thread Kuldeep Kataria
Hello There, I am new to itext and have a small question. I want to create a pdf table with two cells in it. I want to use 75% of the available space on the page for cell 1 and remaining 25% of space for cell 2. Can anyone guide me on this? Thanks in advance, Parul __

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

2004-06-21 Thread Paulo Soares
2004 9:50 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] (PDF) table fitspage problem > > Hi > > I am using PdfPTable and table fitspage method to keep tables short - > due to the potential size of reports. > > On my first page I have a Report Heading, plu

[iText-questions] (PDF) table fitspage problem

2004-06-20 Thread Stewart Hector
Hi I am using PdfPTable and table fitspage method to keep tables short - due to the potential size of reports. On my first page I have a Report Heading, plus other text, after this the table starts. Table FitsPage seems to assume the table is the only content on a page and that the table start

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 &

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

2004-04-07 Thread Alexander Kolomietz
Title: Message Hello All!   I am using iText 1.02b to generate PDF documents which are essentially a number of tables. Often tables span multiple pages. I use endHeaders() method to make iText to print table headers at the beginning of each page. I ran into one problem: sometime, when a new

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

FW: [iText-questions] PDF: Table Borders

2004-01-04 Thread Dunstall, Christopher
Does no one know? Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dunstall, Christopher Sent: Wednesday, 24 December 2003 12:49 AM To: [EMAIL PROTECTED] Subject: [iText-questions] PDF: Table Borders Hi all, I hope someone's come across

[iText-questions] PDF: Table Borders

2003-12-23 Thread Dunstall, Christopher
Hi all, I hope someone's come across this one before... In a PDF, I want to have a table with no border... I've tried the Table.setBorder method with Rectangle.NO_BORDER but it doesn't seem to have any affect. Anyone have any insight on how to get around this? I have version 1.01 of iText

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

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

2002-12-09 Thread Richard Keene
I need to print very compact rows of data from a database with thin lines between the rows. The table object put alot of space above the text in a cell, and leaves a large margine to the left and right of the table. Is there any way to make the cell tighter around the text? Is there any way to