[iText-questions] view on screen and not print

2002-10-24 Thread KuMi
Hello all,   I want my form filed to be printed but not viewed on screen. I tried "PdfAnnotation.FLAGS_INVISIBLE" and "PdfAnnotation.FLAGS_NOVIEW", but generated PDF file has the same property (no view and no print). Please someone let me know how to get the right result.   Thank you,

[iText-questions] Bruno's Lecture

2002-10-24 Thread phillip
Bruno: Is it possible for you to publish your lecture script at www.lowagie.com? I know that will take you some time to write it. But it is good for your resume. -- With regards Phillip Pan --- --- This sf.net email is sponsored by:

Re: [iText-questions] Paragraph spacing

2002-10-24 Thread Matt Benson
That may work, but it may be getting into the realm of the idea of propagation of a Phrase's properties. In this case I think the way you put your paragraph together (order and structure) may influence your results. The easiest thing is to try a simple example... Bruno and Paulo would be able to

Re: [iText-questions] Paragraph spacing

2002-10-24 Thread Matt Benson
Not sure about the first question; on the second I believe it is the first scenario. -Matt --- David Thielen <[EMAIL PROTECTED]> wrote: > Thanks. > > If I understand correctly, the leading is the > spacing between lines in a > para and the spacing after the para to the next > para. > > However,

[iText-questions] widows/orphans

2002-10-24 Thread David Thielen
Hi;   Is there a way to tell iText to not allow widows or orphans in a paragraph (this is a case where just the first line or just the last line of a para is broken to a separate page - but it allows a para to break as long as at least 2 lines are on each page)?   thanks - dave

Re: [iText-questions] Paragraph spacing

2002-10-24 Thread David Thielen
Maybe a solution: What if the first Phrase of my paragraph has the leading I want within the paragraph and the last Phrase of my paragraph is a Phrase wit no text but the leading I want between paragraphs. Would that work? Or would it just take the larger of the two values and use it throughout th

Re: [iText-questions] Paragraph spacing

2002-10-24 Thread David Thielen
Thanks. If I understand correctly, the leading is the spacing between lines in a para and the spacing after the para to the next para. However, what if I want to add 0.5 points between lines in a para and 12 points between one para and the next. Is there any way to do that? Also, is leading adde

Re: [iText-questions] Paragraph spacing

2002-10-24 Thread Matt Benson
setLeading(). -Matt --- David Thielen <[EMAIL PROTECTED]> wrote: > Hi; > > How can I set the line spacing for a paragraph (ie > how many points after the previous para should this > para start, how many points between lines in this > para, and how many points after this para before > starting th

[iText-questions] Paragraph spacing

2002-10-24 Thread David Thielen
Hi;   How can I set the line spacing for a paragraph (ie how many points after the previous para should this para start, how many points between lines in this para, and how many points after this para before starting the next para)? I need this for things like double spaced paras and for put

[iText-questions] Length of string in points

2002-10-24 Thread David Thielen
Hi;   If I do absolute positioning of text, is there any call to get the length of a string of text in points that I am doing a showTextAligned on?   thanks - dave

[iText-questions] Resource exception....

2002-10-24 Thread Matt Benson
So does this mean that the Ant file is screwed up? -Matt __ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ --- This sf.net email is sponsored by: I

[iText-questions] [off-topic] jBoss and security

2002-10-24 Thread Bruno
Hello all, I have been busy with some other things lately, so I haven't been posting/reading a lot on the iText mailing list. I have an off-topic message for people who understand Dutch and who want to hear more about my current job. On october 29th, 14:00 I will be on a forum, talking about the

Re: [iText-questions] Tabulation Effect, Centering Data

2002-10-24 Thread Kyrill Alyoshin
Yes, I'll post my buggy code to the group for review later. k.a. --- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ad.doubleclick.net/clk;4

Re: [iText-questions] Tabulation Effect, Centering Data

2002-10-24 Thread Matt Benson
Be sure to include the iText list on this thread, for the good of the community as well as yourself. If I can help you I will, but if you send your code to the list many more people will have the opportunity to help and/or learn. Bruno and Paulo usually can spot problems with iText use more readi

RE: [iText-questions] Problem with wrapping and \n's in textcolumns

2002-10-24 Thread Paulo Soares
Some time ago the sequence \r\n would yield two newlines instead of one as expected. This was fixed in version 0.93. Best Regards, Paulo soares > -Original Message- > From: Scott McDaid [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, October 24, 2002 9:25 > To: [EMAIL PROTECTED] > Subject:

[iText-questions] Problem with wrapping and \n's in textcolumns

2002-10-24 Thread Scott McDaid
Hi all, I've got a problem writing text into a column (I'm actually taking text from a form's . I'd like text that is wrapping (due to the width of the column), and text after a newline to have the same leading, but when I have a newline in the text, it leaves an extra blank line in between, so the

RE: [iText-questions] Resource exception....

2002-10-24 Thread Paulo Soares
The error says it all: you compiled the java but missed the AFM resources in the com.lowagie.text.pdf.fonts package. Best Regards, Paulo Soares > -Original Message- > From: Tyler Marthaler [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, October 23, 2002 20:09 > To: [EMAIL PROTECTED] > Subje

RE: [iText-questions] Using japanese fonts

2002-10-24 Thread Paulo Soares
It can be done and in fact that's what DefaultFontMapper does but it's your responsability to do the mapping. iText can't guess in what directories you have the fonts. Best Regards, Paulo Soares > -Original Message- > From: Shiran Fernando [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, Octobe

RE: [iText-questions] LOADING ON SERVER SIDE

2002-10-24 Thread Paulo Soares
Why does the server crash? If you want many concurrent users you'll need memory for that (if that's the problem). Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, October 22, 2002 3:38 > To: [EMAIL PROTECTED] > Subject: