Re: [iText-questions] Table inside a Chapter with setComplete(false) (bug?)

2008-12-11 Thread 1T3XT info
Jason Clawson wrote: > The setComplete(false) trick fails when I put a Table inside a Chapter > or Section. It seems the usage of setComplete(false) requires that you > periodically call add on the **document** and not add() on a Chapter or > Section. That's correct. > This is an issue for m

Re: [iText-questions] not able to add table in footer.. Please help me

2008-12-11 Thread 1T3XT info
Ram karthick wrote: > > Hi All, > > I am trying to get a table in the footer but not able to get > it, when i add the footer table in phrase and setting the phrase in > footer is not working.. > > actually i want to display three strings in footer wher the middle one > is dynamic.

[iText-questions] Bob Lee of Guice on iText (from Twitter)

2008-12-11 Thread mister bean
Retweeting a series of tweets from Bob Lee, the principal author of Google's Guice framework. In chronological order: 1) "Can't find an open source Java PDF page splitter (to split one big file into a file per page). Guess I'll have to write my own." 2) "iText might actually work. I'll give it a

Re: [iText-questions] not able to add table in footer.. Please help me

2008-12-11 Thread mister bean
This exact situation is discussed in the book, with all the necessary supporting code carefully explained. ---mr.bean --- Ram karthick wrote: > >   > Hi All, >   >  I am trying to get a table in the footer but not able to get it, > when i add the footer table in phrase and setting the

[iText-questions] Table inside a Chapter with setComplete(false) (bug?)

2008-12-11 Thread Jason Clawson
The setComplete(false) trick fails when I put a Table inside a Chapter or Section. It seems the usage of setComplete(false) requires that you periodically call add on the *document* and not add() on a Chapter or Section. This is an issue for me as I need to add this table to the Chapter/Section n

[iText-questions] not able to add table in footer.. Please help me

2008-12-11 Thread Ram karthick
  Hi All,    I am trying to get a table in the footer but not able to get it, when i add the footer table in phrase and setting the phrase in footer is not working..   actually i want to display three strings in footer wher the middle one is dynamic.   Please help me to solve this.   Wit

Re: [iText-questions] fixed width mixed chinese and western font

2008-12-11 Thread Jim Miani
Thanks Paulo, that worked perfectly. For any reader trying to do the same, you must also convert \u0020 to \u3000 (space) Jim Paulo Soares wrote: Look at "Fullwidth forms" starting at \uff01. You'll have to convert your English text from \u0021-\u007e to \uff01-\uff5e. Paulo -O

Re: [iText-questions] Come On, Share Your iText Generated PDF Examples

2008-12-11 Thread Bill Ensley
If you are just looking for PDF Samples, see www.bearprinting.com and click "demo" There are over 500 templates that you can preview as a PDF using the iText library. -Bill Ensley www.bearprinting.com iText have so many nice features and yet most pdf I seen are still quite sim

Re: [iText-questions] fixed width mixed chinese and western font

2008-12-11 Thread Paulo Soares
Look at "Fullwidth forms" starting at \uff01. You'll have to convert your English text from \u0021-\u007e to \uff01-\uff5e. Paulo > -Original Message- > From: Jim Miani [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 11, 2008 3:47 PM > To: Post all your questions about iText here

Re: [iText-questions] fixed width mixed chinese and western font

2008-12-11 Thread Jim Miani
Courier New does not display Chinese characters, as far as I can tell. Are you suggesting I change fonts as needed using FontSelector or something similar ? If so this will not work for my purposes. Although each character in the monospaced font will be the same width, the two fonts needed wi

Re: [iText-questions] Size of pdf

2008-12-11 Thread 1T3XT info
Javier wrote: > Ok,I suppose that I have to try it and analyze the results. > I have been searching in API iText the way to do it but I can´t find the way. That's because it takes substantial programming if you want to achieve your goal using iText. Using PdfSmartCopy will detect redundant XObject

Re: [iText-questions] URGENT QUESTION

2008-12-11 Thread 1T3XT info
Manu Valenciano wrote: > Hello, I'm Manu, software developer of Ricopia Henares (SPAIN). I'm > doing some testing with the library iTextSharp. I need to separate the > pages of a PDF in various documents. How I could do this process using > iTextSharp?. > If you can help me, I be very grateful.

Re: [iText-questions] Character "Subscript 2" does not display in PDF

2008-12-11 Thread 1T3XT info
Peter Neu wrote: > Thanks I will look into that. Suppose you find a font with that char, but you don't want to use it for all your text; or for instance: you want that specific glyph (DejaVu) to be embedded but not the rest of the glyphs (e.g. Helvetica). In that case you could use the FontSele

[iText-questions] URGENT QUESTION

2008-12-11 Thread Manu Valenciano
Hello, I'm Manu, software developer of Ricopia Henares (SPAIN). I'm doing some testing with the library iTextSharp. I need to separate the pages of a PDF in various documents. How I could do this process using iTextSharp?. If you can help me, I be very grateful. A greeting. Thanks you.

Re: [iText-questions] Character "Subscript 2" does not display in PDF

2008-12-11 Thread Peter Neu
Thanks I will look into that. Cheers, Pete > -Ursprüngliche Nachricht- > Von: 1T3XT info [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 11. Dezember 2008 14:42 > An: Post all your questions about iText here > Betreff: Re: [iText-questions] Character "Subscript 2" does not display in >

Re: [iText-questions] Character "Subscript 2" does not display in PDF

2008-12-11 Thread 1T3XT info
Peter Neu wrote: > If there is no other way I've found the glyph in the font DejaVu Sans. Note that you'll have to embed (a subset of) the font if you want every user to see that glyph in a PDF viewer. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info --

Re: [iText-questions] Character "Subscript 2" does not display in PDF

2008-12-11 Thread Peter Neu
Hm, normally I would resort to using Chunk.setTextRise() but the problem is the value comes form the database and they also got subscript 5 among others.. I got the Unicode value from here: http://en.wikipedia.org/wiki/Unicode_subscripts_and_superscripts If there is no other way I will have to c

Re: [iText-questions] Size of pdf

2008-12-11 Thread 1T3XT info
Javier Michel wrote: > Hello, > > My problem is: > > I recive pdf documents and I have to reduce his size without change his > contents. > Is it possible with iText? Maybe, maybe not. It depends on the nature of the documents. I know this is a silly answer, but... that's the most honest answe

Re: [iText-questions] Character "Subscript 2" does not display in PDF

2008-12-11 Thread 1T3XT info
Peter Neu wrote: > Hi, > > I'm using Helvetica. I tried also Times New Roman and Courier. None of them > displays the subscript character. Does that mean I need some kind of exotic > font to get this to work? Well, I've looked inside Arial and the character you're looking for isn't here either;

[iText-questions] Size of pdf

2008-12-11 Thread Javier Michel
Hello, My problem is: I recive pdf documents and I have to reduce his size without change his contents. Is it possible with iText? Thank you. _ ¿Aún no tienes Internet Explorer 7? Bájatelo y consigue un regalo gratis http://ww

Re: [iText-questions] How to add a table parallel to a existing table on the same line without using getcontent byte.

2008-12-11 Thread Alexis Pigeon
Hi Jalaj, On 11/12/2008, Kumar Jalaj <[EMAIL PROTECTED]> wrote: > > Hello, >I want to add a table just next to another table on the same line > without using getcontent byte. also tell me how to add any other objects > like > chunk, phrase and para on the same line next to existing chunk,

Re: [iText-questions] Character "Subscript 2" does not display in PDF

2008-12-11 Thread Peter Neu
Hi, I'm using Helvetica. I tried also Times New Roman and Courier. None of them displays the subscript character. Does that mean I need some kind of exotic font to get this to work? Cheers, Pete > -Ursprüngliche Nachricht- > Von: 1T3XT info [mailto:[EMAIL PROTECTED] > Gesendet: Donnersta

Re: [iText-questions] Not able get Header and Footer in first page using iText

2008-12-11 Thread 1T3XT info
Alexis Pigeon wrote: > Hi sushilmuppidi, > > On 11/12/2008, *sushilmuppidi* <[EMAIL PROTECTED] > > wrote: > > > > Not able get Header and Footer in first page in PDF using iText > > > > I fear nobody will ever send you any answer if you don't provide more > de

Re: [iText-questions] Character "Subscript 2" does not display in PDF

2008-12-11 Thread 1T3XT info
Peter Neu wrote: > Hi, > > I'm having problems displaying the character subscript 2 in a PDF. I use the > Unicode representation "\u2082" but it won't get displayed like other > Unicode characters e.g. this one "\u00b2". How is this done? > > I use iText 2.1.4.. It doesn't really matter which iT

Re: [iText-questions] Not able get Header and Footer in first page using iText

2008-12-11 Thread 1T3XT info
sushilmuppidi wrote: > > Not able get Header and Footer in first page in PDF using iText Are you using HeaderFooter? Then you should set the header/footer BEFORE document.open(). However: the HeaderFooter class is very old and will be abandoned in favor of page events. -- This answer is provid

Re: [iText-questions] Come On, Share Your iText Generated PDF Examples

2008-12-11 Thread 1T3XT info
Alexis Pigeon wrote: > Hi FlyingBuzz, > > On 11/12/2008, *FlyingBuzz* <[EMAIL PROTECTED] > > wrote: > > > iText have so many nice features and yet most pdf I seen are still quite > simple and not really styled. I guess it is to make file size small > but I

Re: [iText-questions] Not able get Header and Footer in first page using iText

2008-12-11 Thread Alexis Pigeon
Hi sushilmuppidi, On 11/12/2008, sushilmuppidi <[EMAIL PROTECTED]> wrote: > > > > Not able get Header and Footer in first page in PDF using iText I fear nobody will ever send you any answer if you don't provide more details. A good and usually sufficient starting point is a boiled-down standalo

Re: [iText-questions] Come On, Share Your iText Generated PDF Examples

2008-12-11 Thread Alexis Pigeon
Hi FlyingBuzz, On 11/12/2008, FlyingBuzz <[EMAIL PROTECTED]> wrote: > > > iText have so many nice features and yet most pdf I seen are still quite > simple and not really styled. I guess it is to make file size small but I > would think some companies out there are trying to impress their customer

[iText-questions] How to add a table parallel to a existing table on the same line without using getcontent byte.

2008-12-11 Thread Kumar Jalaj
Hello, I want to add a table just next to another table on the same line without using getcontent byte. also tell me how to add any other objects like chunk, phrase and para on the same line next to existing chunk, phrase and para without using getcontent byte.. Thanks and Regards, Jal

[iText-questions] Not able get Header and Footer in first page using iText

2008-12-11 Thread sushilmuppidi
Not able get Header and Footer in first page in PDF using iText -- View this message in context: http://www.nabble.com/Not-able-get-Header-and-Footer-in-first-page-using-iText-tp20952548p20952548.html Sent from the iText - General mailing list archive at Nabble.com. -

[iText-questions] Come On, Share Your iText Generated PDF Examples

2008-12-11 Thread FlyingBuzz
iText have so many nice features and yet most pdf I seen are still quite simple and not really styled. I guess it is to make file size small but I would think some companies out there are trying to impress their customers with generated pdf that looks great. -- View this message in context: http

Re: [iText-questions] List of HTML Supported?

2008-12-11 Thread Dominic Maricic
That would be great. There's not too much info on it out there. 1T3XT info wrote: > > Andrea Conti wrote: > > The constants of HtmlTags are used in HTMLWorker, but not all of them > are supported (as far as I know). I should write some extra > documentation about HTMLWorker. > > -- View

[iText-questions] Character "Subscript 2" does not display in PDF

2008-12-11 Thread Peter Neu
Hi, I'm having problems displaying the character subscript 2 in a PDF. I use the Unicode representation "\u2082" but it won't get displayed like other Unicode characters e.g. this one "\u00b2". How is this done? I use iText 2.1.4.. Cheers, Pete ---