Re: [iText-questions] Support for static XFA forms is available

2006-08-21 Thread bruno
Paulo Soares wrote: >Support for static XFA forms is available in the iText and iTextSharp CVS. > Great news! I'll try to make some time for a new release. br, Bruno - Using Tomcat but need to do more? Need to support web ser

[iText-questions] Bug in Chapter/Section indentation?

2006-08-21 Thread KSchaeuble
Hello, I currently play around 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 paragraph

Re: [iText-questions] Can't find answer to post anywhere. Can you help?

2006-08-21 Thread Paulo Soares
You'll have to open/close the doc but you can create a dummy OutputStream. Paulo - Original Message - From: "Nussbaum-Jones, Nina" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Monday, August 21, 2006 11:09 PM Subject: RE: Can't find answer to post anywhere. Can you he

[iText-questions] enquiry

2006-08-21 Thread Pratul
Hi,   I’d like to know through your support team that can I have some commercial s/w available with the source code, which can convert the content of  JSP (web page – HTML) page to PDF format.   Regards   pratul ---

Re: [iText-questions] Cell.NoWrap?

2006-08-21 Thread Paulo Soares
The nowrap doesn't make much sense in PDF if you consider that the page can't grow forever as in HTML. Paulo - Original Message - From: "Thomas Moorer" <[EMAIL PROTECTED]> To: Sent: Monday, August 21, 2006 4:33 PM Subject: [iText-questions] Cell.NoWrap? > Hi, > > I have a table cell

Re: [iText-questions] Can't find answer to post anywhere. Can you help?

2006-08-21 Thread Paulo Soares
If you use the template method you must make compromises: either you use the standard way and expect bigger numbers to be slightly misaligned or you can give the space between the "of" and the number and eat that space with the big numbers. The only way to make it correctly is to do two passes,

[iText-questions] Support for static XFA forms is available

2006-08-21 Thread Paulo Soares
Support for static XFA forms is available in the iText and iTextSharp CVS. Paulo - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your j

[iText-questions] Cell.NoWrap?

2006-08-21 Thread Thomas Moorer
Hi,I have a table cell (com.lowagie.text.Cell) that has text that is wider than the width of the cell. I would like for the text to wrap within the cell and the cell height to grow to accomodate the new lines within the cell. Right now, the text is truncating instead of wrapping. I did some searchi

Re: [iText-questions] Help on using external TTF font

2006-08-21 Thread max bertolini
Hi Paulo, I just solved the problem this morning in this way: Before: BaseFont ocr = BaseFont.createFont("C:\\usr\\max\\Java\\netBeans\\OCR\\font\\OCRAEXT.TTF", BaseFont.IDENTITY_H, BaseFont.EMBEDDED); After: FontFactory.register("C:\\usr\\max\\Java\\netBeans\\OCR\\font\\OCRAEXT.TTF") ;

Re: [iText-questions] Help on using external TTF font

2006-08-21 Thread Paulo Soares
There's a missing endText(). Post a small pdf with the problem. Paulo - Original Message - From: "max bertolini" <[EMAIL PROTECTED]> To: Sent: Saturday, August 19, 2006 4:57 PM Subject: [iText-questions] Help on using external TTF font Hi All, I need to write on an existing PDF some

Re: [iText-questions] Problem with Certified PDF and Acrobat reader 6

2006-08-21 Thread Paulo Soares
The certified docs created with iText will only work in Acrobat 7. Paulo - Original Message - From: "Herman Sushkevich" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Monday, August 21, 2006 2:37 PM Subject: [iText-questions] Problem with Certified PDF and Acr

Re: [iText-questions] Chapter / section indentation

2006-08-21 Thread KSchaeuble
Sorry for bumping this up, but I really need an answer to this and can't find anything in the web. Thank you! -- Netzgiganten GmbH Gerokstr. 6 70188 Stuttgart http://www.netzgiganten.de [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED

Re: [iText-questions] check for new line within a line

2006-08-21 Thread Grunow, André (beeone extern)
Thanks, Damien, that's the point, I think, maybe it's not worth implementing in iText. Several users of iText use several encodings, and there will be a lot of changes with these encodings. I did not know, that there exists such a SplitCharacter-class. Good to know it. ;-) Have fun! -André > -

Re: [iText-questions] check for new line within a line

2006-08-21 Thread Damien Drix
I'm afraid my previous message was converted to ASCII by the time it arrived to the list, so the distinction between hyphens and dashes was lost... sorry about that. - Using Tomcat but need to do more? Need to support web se

Re: [iText-questions] check for new line within a line

2006-08-21 Thread Damien Drix
Hello, By the way, I wonder if hyphens should count as split characters? The default iText implementation recognizes '-' (hyphen-minus, \u002D) as a split character, but this character is commonly used as a minus sign and since you don't want a negative number to become separated from its sign,

[iText-questions] Problem with Certified PDF and Acrobat reader 6

2006-08-21 Thread Herman Sushkevich
Hi, Please help me. I certify my signed pdf, and have the problem with "changes" in Acrobat 6, Certification Invalid - with a red X, but in Acrobat 7 Certification Valid - with a blue ribbon. link to PDF for inspection: http://www.itbcg.pl/2.pdf -

Re: [iText-questions] [Bruno Lowagie] images going blank

2006-08-21 Thread Md Sagri
the third page contains the image of an owl, but when I move on to the fourth page, it says: "Insufficient data for an Image". // changed psges.size() to 4 same result // I hope this is the only thing happenning for instance: the byte array got trunca

Re: [iText-questions] [Bruno Lowagie] images going blank

2006-08-21 Thread bruno
Md Sagri wrote: > I can readily view them even now they are open > please check this You have sent a 5-page PDF document. The first page has an image of a male and a female duck, the second page has some soccer players, the third page contains the image of an owl, but when I move on to the fourth

Re: [iText-questions] [Bruno Lowagie] images going blank

2006-08-21 Thread Udo Rader
On Mon, 2006-08-21 at 13:30 +0100, Md Sagri wrote: > I can readily view them even now they are open > please check this Hi, I saw something similar with some pictures we tried to include into PDFs at some time. The problem was, as Bruno already said, neither iText nor the PDF-viewer but instead

Re: [iText-questions] [Bruno Lowagie] images going blank

2006-08-21 Thread bruno
Md Sagri wrote: > I am testing it with only 5 images now. > I dont think that is too long to big. > For instance I am sending you a pdf as an attachment to this mail that > has only 3 images, each not more than 100 kb in their original(.jpg) form It says: 'A drawing error has occured' and there

Re: [iText-questions] check for new line within a line

2006-08-21 Thread Grunow, André (beeone extern)
Hi Bruno! Excellent work, great thanks! It works now well for me. I would never have got that solution on my own. :-/ Many many thanks and keep on doing that great work! A happy -Andre > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von b

Re: [iText-questions] check for new line within a line

2006-08-21 Thread bruno
Grunow, André (beeone extern) wrote: I forgot to mention, that these 2 words could also be combined with a "-". Ergo: The 2 words must not be separated, even when there is a "blank" or a "-" between them. OK, maybe the best solution is to use /u00a0 for non breaking spaces, and not to replace

Re: [iText-questions] check for new line within a line

2006-08-21 Thread bruno
Grunow, André (beeone extern) wrote: >Now, I try a "-", but the normal "no break minus" ("\u2011") does not work: >The minus between the 2 words is deleted; the line break works, but the minus >disappears. *wonder* > Hmm... I see. Give me half an hour. I'll have a look at it. br, Bruno

Re: [iText-questions] [Bruno Lowagie] images going blank

2006-08-21 Thread bruno
Md Sagri wrote: > When I am at(say) page no. 5, all the images from page no. 3 to page > no. 1 are dis-appearing. > > Can you please suggest me some other way of writing images to my pdf. I have the same problem with MS Word. When I open a Word document with a lot of images, the images go blank

Re: [iText-questions] [Bruno Lowagie] images going blank

2006-08-21 Thread Md Sagri
Mr. Bruno, I am sorry if I am unable to express my querry. I am giving the whole code that I am using for this document public ActionForward downloadPDF(ActionMapping mapping, ActionForm form,             HttpServletRequest request, HttpServletResponse response)             throws Exception {    

Re: [iText-questions] check for new line within a line

2006-08-21 Thread Grunow, André (beeone extern)
Hi Bruno! Thanks a lot for your answer again! I am too stupid for this world. ;-) I forgot to mention, that these 2 words could also be combined with a "-". Ergo: The 2 words must not be separated, even when there is a "blank" or a "-" between them. Hmmm, your answer was absolutely correct,

Re: [iText-questions] check for new line within a line

2006-08-21 Thread bruno
Grunow, André (beeone extern) wrote: Thanks, Bruno, for your very fast answer. Unfortunately, it doesn't work. :-( But it does! Have a look at the attached source code: NonBreakingSpace.java and the resulting nbsp.pdf After replacing all characters with the unicode you proposed, the resul

Re: [iText-questions] check for new line within a line

2006-08-21 Thread Grunow, André (beeone extern)
Thanks, Bruno, for your very fast answer. Unfortunately, it doesn't work. :-( After replacing all characters with the unicode you proposed, the result did not change: the words are still seperated. When I debug the code, then I can see, that after replacing the "blank"-character with the unicode-

Re: [iText-questions] RtfWriter2 developments

2006-08-21 Thread Mark Hall
On Monday 21 August 2006 12:19, bruno wrote: > I don't know if you have noticed, but I finished the IP work on the > RTF package last week. You can now see who contributed to the > code. See for instance: http://itext.ugent.be/library/source.php?file=367 > I haven't finished the other packages yet.

Re: [iText-questions] RtfWriter2 developments

2006-08-21 Thread bruno
Mark Hall wrote: >Hi, > >the RtfWriter2 has gained a few new functionalities: > > * Full support for tabs via the RtfTab and RtfTabGroup classes. > * Support for adding Word97-2000 Drawing Objects (rectangles, lines, >circles,...) via the RtfShape class. > * Support for adding direct RTF code via

Re: [iText-questions] check for new line within a line

2006-08-21 Thread bruno
Grunow, André (beeone extern) wrote: >Now my problem: > >I have many sentences, that represent a complete paragraph. All these >sentences contain sometimes 2 special word, that must not be separated by >line-break. > OK, instead of using an ordinary space character between those two words, you s

[iText-questions] check for new line within a line

2006-08-21 Thread Grunow, André (beeone extern)
Hi all! First of all, thanks to all iText-developers for that simple-to-use framework! Now my problem: I have many sentences, that represent a complete paragraph. All these sentences contain sometimes 2 special word, that must not be separated by line-break. So, if these 2 words do not fit into

[iText-questions] RtfWriter2 developments

2006-08-21 Thread Mark Hall
Hi, the RtfWriter2 has gained a few new functionalities: * Full support for tabs via the RtfTab and RtfTabGroup classes. * Support for adding Word97-2000 Drawing Objects (rectangles, lines, circles,...) via the RtfShape class. * Support for adding direct RTF code via the RtfDirectContent clas

[iText-questions] Luk Lau/Nationwide/NWIE is out of the office.

2006-08-21 Thread LAUL
I will be out of the office starting 08/21/2006 and will not return until 08/25/2006. I will respond to your message when I return. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done