Re: [iText-questions] Chapter objects inside a cell table.

2009-11-16 Thread 1T3XT info
lester fajardo wrote: > And what could be a better idea ? > > i explain, i have a table with a index of words that exists in a doc, > and i want to have a chapter/outline or whatever linked to each start of > a char. As I've said before: create you bookmarks using PdfOutline! PdfOutline needs

Re: [iText-questions] Chapter objects inside a cell table.

2009-11-16 Thread lester fajardo
And what could be a better idea ? i explain, i have a table with a index of words that exists in a doc, and i want to have a chapter/outline or whatever linked to each start of a char. e.g. (page 1) cell | A <- i want a chapter, outline, etc poiting to this cell valu

Re: [iText-questions] Chapter objects inside a cell table.

2009-11-16 Thread 1T3XT info
lester fajardo wrote: > Hello. > > Is posible to put a chapter object inside a table cell ? No no no no no no no! Bad practice, bad idea. There is no reason whatsoever why you'd want to do that. -- Let Crystal Reports ha

[iText-questions] Chapter objects inside a cell table.

2009-11-16 Thread lester fajardo
Hello. Is posible to put a chapter object inside a table cell ?, when i create a chapter object and then put it inside a cell, the cell is left empty and also the chapter is not shown in the bookmarks section. iTextSharp.text.Chapter chapter1 = new Chapter(new Paragraph(" Hello ", FontFactory.Get

Re: [iText-questions] Chapter/ Sections without any prefix

2009-02-19 Thread 1T3XT info
Cool The Breezer wrote: > I am looking to create a chapter/section without any prefix. I was going > through the archive and realized that its not possible. Try chapter.setNumberDepth(0); > The only benefit for me to use Chapter is it appears in bookmark > automatically. Is is possible to do th

[iText-questions] Chapter/ Sections without any prefix

2009-02-16 Thread Cool The Breezer
I am looking to create a chapter/section without any prefix. I was going through the archive and realized that its not possible. The only benefit for me to use Chapter is it appears in bookmark automatically. Is is possible to do the same any other way? - RB --

Re: [iText-questions] Chapter

2007-04-04 Thread fr3ak
Hi I use JDK 1.4. but are you using the right iText version in production? -> Yes, i've removed all old versions, and the function setBookmarkTitle is working fine with the new iText version. Thanks alot D Bruno Lowagie (iText) wrote: > > fr3ak wrote: >> I use the itext version 2.0.1, i've u

Re: [iText-questions] Chapter

2007-04-04 Thread Bruno Lowagie (iText)
fr3ak wrote: > I use the itext version 2.0.1, i've updated it because i needed the function > setBookmarkTitle. > In my IDE (eclipse) i can access this method like this. > > Chapter chapter = new Chapter(p,i+1); > chapter.setNumberDepth(0); > chapter.setBookmarkTitle(chunk.content()); > chapter.s

Re: [iText-questions] Chapter

2007-04-04 Thread fr3ak
I use the itext version 2.0.1, i've updated it because i needed the function setBookmarkTitle. In my IDE (eclipse) i can access this method like this. Chapter chapter = new Chapter(p,i+1); chapter.setNumberDepth(0); chapter.setBookmarkTitle(chunk.content()); chapter.setTriggerNewPage(false); doc

Re: [iText-questions] Chapter

2007-04-04 Thread Bruno Lowagie (iText)
fr3ak wrote: > java.lang.NoSuchMethodError: com.lowagie.text.Chapter.setTriggerNewPage(Z)V Have you checked if the iText version you are using already has this method? Could be you're using an old version. br, Bruno - Take Su

Re: [iText-questions] Chapter

2007-04-04 Thread fr3ak
OTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of fr3ak >> Sent: Wednesday, April 04, 2007 10:31 AM >> To: itext-questions@lists.sourceforge.net >> Subject: Re: [iText-questions] Chapter >> >> >> i've the same problem, can anybody help? &g

Re: [iText-questions] Chapter

2007-04-04 Thread Paulo Soares
Chapter.setTriggerNewPage(false) Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of fr3ak > Sent: Wednesday, April 04, 2007 10:31 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Chapter

Re: [iText-questions] Chapter

2007-04-04 Thread fr3ak
i've the same problem, can anybody help? Dirk Ulrich wrote: > > Is it possible to place a new chapter in a document without inserting a > new > page? How can I do this? > -- > Mit freundlichen Grüßen > > Dirk Ulrich > Jansenstraße 21 > 13437 Berlin > fon:0++49-(0)30-40 999 087 > mobil:++

Re: [iText-questions] Chapter / section indentation

2006-08-21 Thread KSchaeuble
EMAIL PROTECTED] 18.08.2006 08:38 Please respond to Post all your questions about iText here To itext-questions@lists.sourceforge.net cc Subject [iText-questions] Chapter / section indentation Hello, I currently play around a bit with Chapter and Section to see if it fits my needs. I would li

[iText-questions] Chapter / section indentation

2006-08-17 Thread KSchaeuble
Hello, I currently play arounf a bit with Chapter and Section to see if it fits my needs. I would like to set an indentation for the sections but I get weird behaviour. The titles move over the left border if a section spans more than one page. I saw a similar behaviour described for paragraphs

Re: [iText-questions] Chapter on same page

2004-10-27 Thread Paulo Soares
Chapters will always cause a new page. You'll have to use plain paragraphs for that. - Original Message - From: "Manu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 27, 2004 16:53 Subject: [iText-questions] Chapter on same page >

[iText-questions] Chapter on same page

2004-10-27 Thread Manu
How to add a new chapter on a page which already contains a chapter ? Thank you. --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux

Re: [iText-questions] chapter, reorder, toc

2004-10-17 Thread Paulo Soares
Did you see the toc example at itextpdf.sf.net? - Original Message - From: "k ibod" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 17, 2004 14:03 Subject: [iText-questions] chapter, reorder, toc > hi, > > i've successfully re

[iText-questions] chapter, reorder, toc

2004-10-17 Thread k ibod
hi,   i've successfully reordered the pdf so that the toc will appear at the second page of the pdf file. this works well if the chapters and sections are within a single page. unfortunately when the chapters and sections starts to overflow to another page, i get a reordering error. i've tried repl

[iText-questions] Chapter and section

2003-11-04 Thread nicolas voleau
Hi, Is there a possibility of putting a chapter an section in a table ? I would like to do it in order of controlling the structure of my document... _ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.f

RE: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-02 Thread Mark Goking
Greetings Anyone here done using fonts not part of the font factory? Ive read some posts in the forum but im using this in my xml tagmap and not using pure java code. So im totally clueless. Im planning to use the Century Gothic (which I think is defaultly part when you install win os) MARk -

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-02 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 02 July 2003 04:22, D S S Sampath Kumar wrote: > OK, I will change my Question, > > Do you have any example, which create Table with border using XML. If you > have please pass it to. Still I couldn't able to create Table with border > usi

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-02 Thread Bruno
Quoting D S S Sampath Kumar <[EMAIL PROTECTED]>: > > Thanks for all. following works... > > > > So, the problem wasn't the fact that the borders had the wrong color. The problem was that you didn't have any border at all? I must have misinterpreted your question. -

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-02 Thread D S S Sampath Kumar
Thanks for all. following works...   Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-02 Thread Bruno
Quoting D S S Sampath Kumar <[EMAIL PROTECTED]>: > Do you have any example, which create Table with border using XML. If you > have please pass it to. What's wrong with: http://www.lowagie.com/iText/examples/Chap0702.pdf ? A snippet from http://www.lowagie.com/iText/examples/Chap0701.xml examp

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-01 Thread D S S Sampath Kumar
>> I tried your workaround, it doesn't>> Can you pass your code which you checked across.>>http://itext.sourceforge.net/src/com/lowagie/text/Cell.java>http://itext.sourceforge.net/src/com/lowagie/text/Table.java>>public Cell(Properties attributes) {>...>String r = (String)attributes.remove(ElementT

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-01 Thread Bruno Lowagie
D S S Sampath Kumar wrote: >Try if this works as a workaround: > > > I tried your workaround, it doesn't Can you pass your code which you checked across. http://itext.sourceforge.net/src/com/lowagie/text/Cell.java http://itext.sourceforge.net/src/com/lowagie/text/Table.java public Cell(Pr

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-01 Thread D S S Sampath Kumar
Hi Bruno,   Thanks again.   >> 1. While define the XML tags for Table & Cells.  I couldn't able to set  the>> Border color. My XML coding is >>  >> >>  >>   >>   >>   >>   >>   >>   >>   >>   >>   >>   >>   >>  >>I checked my code, but I don't see what could be wrong.>Try if this works as a workaro

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-01 Thread Bruno
Quoting D S S Sampath Kumar <[EMAIL PROTECTED]>: > 1. While define the XML tags for Table & Cells. I couldn't able to set the > Border color. My XML coding is > > > > > > > > > > > > > > > I checked my code, but I don't see what could be wrong. Try if thi

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-01 Thread D S S Sampath Kumar
Hi Bruno, Thanks for your quick response. I have some more issues.   1. While define the XML tags for Table & Cells.  I couldn't able to set the Border color. My XML coding is     Can you tell me what is wrong in this.   2. This is related to No.4 in the p

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-06-30 Thread Bruno
Quoting D S S Sampath Kumar <[EMAIL PROTECTED]>: > 1.The Chapter is always starts in the new Page. Is it possible to set to > start with newline instead of new page (like I have Paragraph, which occupies > half of the page, then I want to add the Chapter immediately after the > Paragraph (very nex

[iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-06-30 Thread D S S Sampath Kumar
Hi, I have following issues, Can guide me to over come these. 1.The Chapter is always starts in the new Page. Is it possible to set to start with newline instead of new page (like I have Paragraph, which occupies half of the page, then I want to add the Chapter immediately after the Paragraph (v

[iText-questions] Chapter Title Centered Correctly in PDF but not RTF

2003-05-30 Thread Wise, Bowden (Research)
Hi Maybe I uncovered a bug in the RtfWriter?    Given the following code fragment, The title of the chapter is centered in the PDF output but not the RTFoutput.  // Create a paragraph for the chapter titleParagraph titleP = new Paragraph (title, fontTitle_);titleP.setAlignment(

RE: [iText-questions] Chapter/titles not appearing in outline

2002-07-16 Thread Bruno
Quoting Rui Santos António <[EMAIL PROTECTED]>: > As for the version of iText it's 0.92, the one on the site (right?). It's 0.93 since yesterday ;-) Bruno --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thin

RE: [iText-questions] Chapter/titles not appearing in outline

2002-07-16 Thread Paulo Soares
I've just run the example and it works. Can you send me you pdf? Best Regards, Paulo Soares > -Original Message- > From: Rui Santos António [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, July 16, 2002 20:53 > To: [EMAIL PROTECTED] > Subject: RE: [iText-questions

RE: [iText-questions] Chapter/titles not appearing in outline

2002-07-16 Thread Rui Santos António
-- > > From: Rui Santos António [SMTP:[EMAIL PROTECTED]] > > Sent: Tuesday, July 16, 2002 19:34 > > To: [EMAIL PROTECTED] > > Subject:[iText-questions] Chapter/titles not appearing > in outline > > > > > > > > Hi there. > > > &g

RE: [iText-questions] Chapter/titles not appearing in outline

2002-07-16 Thread Paulo Soares
What code are you using and what iText version. Best Regards, Paulo Soares > -Original Message- > From: Rui Santos António [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, July 16, 2002 19:34 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Chapter/titles not appea

[iText-questions] Chapter/titles not appearing in outline

2002-07-16 Thread Rui Santos António
Hi there. I'm adding chapters/sections to my document as explained in chap0403.java. It happens that no title except for the 1st (1st chapter) appears in the outline, just a 'blank'. The tree is ok, though. All levels, correct depth, etc... just no titles. Can someone shed a little light on t