[iText-questions] Tabs not getting displyed in PDF

2012-06-12 Thread belurgsu
Hi, I have an application where a user enters some remarks in html text Area.The remarks could be anything user enters. The remarks could be in a tabular format pasted from a notepad doc with tabs and spaces ..But when a pdf is generated it is not showing properly..Tab character is not

Re: [iText-questions] Tabs not getting displyed in PDF

2012-06-12 Thread 1T3XT BVBA
On 12/06/2012 10:59, belurgsu wrote: i know Tab is not supported in pdf/itext. Please read the documentation: http://www.manning.com/lowagie2/samplechapter2.pdf Go to page 45 (where it says 'TAB CHUNKS'). -- Live

Re: [iText-questions] Tabs not getting displyed in PDF

2012-06-12 Thread belurgsu
That pdf has only 42 pages.. In Html remark text area, user can enter simple comments as well as tabular text copied from notepad doc.. How do i differentiate where to use chunk tab or not ? -- View this message in context:

Re: [iText-questions] Tabs not getting displyed in PDF

2012-06-12 Thread 1T3XT BVBA
On 12/06/2012 11:35, belurgsu wrote: That pdf has only 42 pages. The page numbers are visible in one of the upper corners. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security

Re: [iText-questions] Tabs not getting displyed in PDF

2012-06-12 Thread 1T3XT BVBA
On 12/06/2012 11:35, belurgsu wrote: How do i differentiate where to use chunk tab or not ? That's up to you, isn't it? iText can't guess your intentions, can it? -- Live Security Virtual Conference Exclusive live event

Re: [iText-questions] Tabs not getting displyed in PDF

2012-06-12 Thread Alexis Pigeon
Hi belurgsu, On 12 June 2012 11:35, belurgsu sunil.belurgi...@lntinfotech.com wrote: That pdf has only 42 pages.. The pdf is a sample chapter of the whole book. This sample spans from page 21 to page 56. Please refer to page 45, not the 45th page.

Re: [iText-questions] Tabs not getting displyed in PDF

2012-06-12 Thread belurgsu
Thanks.. I used chunk TAB by splitting string with /t It works fine now.. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Tabs-not-getting-displyed-in-PDF-tp4655312p4655318.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] tabs

2010-10-29 Thread 1T3XT info
On 28/10/2010 19:33, Michael Lai wrote: I reread chapter 2 as you suggested and I don't see anything about tabs. The closet thing I see is paragraph indentation but that's not what I want. I tried appending \t to my chunk that that doesn't work either. Thought it would work similar to \n or

Re: [iText-questions] tabs

2010-10-28 Thread Michael Lai
I reread chapter 2 as you suggested and I don't see anything about tabs. The closet thing I see is paragraph indentation but that's not what I want. I tried appending "\t" to my chunk that that doesn't work either. Thought it would work similar to "\n" or Chunk.Newline.

Re: [iText-questions] tabs

2010-10-23 Thread 1T3XT info
On 22/10/2010 19:00, Michael Lai wrote: I just realized that image attachments does not show in the itext archive. What I wanted to show was that the tabs does not get formatted in the pdf but does show up correctly when printing to System.out. You want something like this:

Re: [iText-questions] tabs

2010-10-23 Thread TP
On Sat, Oct 23, 2010 at 2:31 AM, 1T3XT info i...@1t3xt.info wrote: On 22/10/2010 19:00, Michael Lai wrote: I just realized that image attachments does not show in the itext archive.  What I wanted to show was that the tabs does not get formatted in the pdf but does show up correctly when

Re: [iText-questions] tabs

2010-10-23 Thread TP
On Sat, Oct 23, 2010 at 6:55 PM, TP wing...@gmail.com wrote: On Sat, Oct 23, 2010 at 2:31 AM, 1T3XT info i...@1t3xt.info wrote: On 22/10/2010 19:00, Michael Lai wrote: I just realized that image attachments does not show in the itext archive.  What I wanted to show was that the tabs does not

[iText-questions] tabs

2010-10-22 Thread Michael Lai
I am wondering if tab is supported in itext.  I tried both the following code: chunk.append("\t");   and chunk.append(Chunk.TAB); Both doesn't seem to be working.  In the pdf document, the tabbed section appears like this: But when I

Re: [iText-questions] tabs

2010-10-22 Thread Michael Lai
I just realized that image attachments does not show in the itext archive.  What I wanted to show was that the tabs does not get formatted in the pdf but does show up correctly when printing to System.out.  Also, appending Chunk.TAB just gives me "TAB". Michael.

Re: [iText-questions] Tabs and Hanging Paragraphs

2007-04-01 Thread Paulo Soares
This looks like a list. Paulo - Original Message - From: Paul Baker [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Saturday, March 31, 2007 3:28 PM Subject: [iText-questions] Tabs and Hanging Paragraphs I have a rqmt to reproduce a document that contains numbered

Re: [iText-questions] Tabs and Hanging Paragraphs

2007-04-01 Thread Paul Baker
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Sunday, April 01, 2007 4:37 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Tabs and Hanging Paragraphs This looks like a list. Paulo - Original Message

[iText-questions] Tabs and Hanging Paragraphs

2007-03-31 Thread Paul Baker
I have a rqmt to reproduce a document that contains numbered headings followed by one or more paragraphs and tables. The heading text, for all numbered headings, must be aligned with the paragraph text that follows to accurately reproduce the document. Example: 1. Heading 1

[iText-questions] tabs with itext

2004-12-08 Thread Thomas Kbler
hallo, can i set tab in a columntext? and when how can i do that? with regards thomas --- SF email is sponsored by - The IT Product Guide Read honest candid reviews on hundreds of IT Products from real users. Discover which products truly live

Re: [iText-questions] tabs with itext

2004-12-08 Thread Paulo Soares
Tabs are not supported and I don't know if they will ever be. - Original Message - From: Thomas Kübler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 20:12 Subject: [iText-questions] tabs with itext hallo, can i set tab in a columntext? and when how can i

[iText-questions] Tabs in column cell not represented correctly in html

2003-02-03 Thread Somik Raha
Hi, This is in continuation of what I thought was a bug.. if a table cell contains tabs, the pdf gets messed, but this does not show up in the html. It would be good if the corresponding html representation could have a couple of nbsp; - then, we could catch this in unit tests. It might also

[iText-questions] Tabs suggestions wanted

2002-10-28 Thread Paulo Soares
I'm adding tab support to iText and I'm thinking of having the same functionality as in Word: - alignment left, right, centre, decimal (or other character) - several leaders (.-_) - arbitrary tab stop positions Is this enough or something else is required? Best Regards, Paulo Soares

Re: [iText-questions] Tabs suggestions wanted

2002-10-28 Thread Kyrill Alyoshin
You are the man! k.a. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ iText-questions mailing list [EMAIL PROTECTED]

Re: [iText-questions] Tabs suggestions wanted

2002-10-28 Thread Leonard Rosenthol
At 2:16 PM + 10/28/02, Paulo Soares wrote: I'm adding tab support to iText and I'm thinking of having the same functionality as in Word: Just remember that tabs are handled differently when dealing with RTL text, than they are with LTR - and then trying to lay out a line of mixed

RE: [iText-questions] Tabs suggestions wanted

2002-10-28 Thread Paulo Soares
]' Subject: Re: [iText-questions] Tabs suggestions wanted At 2:16 PM + 10/28/02, Paulo Soares wrote: I'm adding tab support to iText and I'm thinking of having the same functionality as in Word: Just remember that tabs are handled differently when dealing with RTL text, than

[iText-questions] tabs

2002-10-25 Thread David Thielen
Hi; Is there a way to get the functionality of tabs in a para? Ie, if I want to put "hi \tab there" where the tab will start "there" at 0.5" in from the left of the para? thanks - dave

RE: [iText-questions] tabs

2002-10-25 Thread Paulo Soares
] Subject: Re: [iText-questions] tabs It seems like users cannot wait for iText to start supporting 'tabs'. :-) Kyrill --- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community

Re: [iText-questions] Tabs in IText

2002-09-12 Thread Bruno
Quoting Kyrill Alyoshin [EMAIL PROTECTED]: Hi Bruno, Is this a PDF issue or IText issue. And if it is IText, are you planning to fix it? In PDF tabs are simulated in High-Level objects. A '\t' has no real meaning. We are not planning to fix this. You could write a High-Level object that