[iText-questions] HelpMe, distance between lines on rtf doc

2009-08-13 Thread gabriele gentile
In RTF, how do I specify the space between lines? Thanks LeLe -- View this message in context: http://www.nabble.com/HelpMe%2C-distance-between-lines-on-rtf-doc-tp24954076p24954076.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] Repeatable HASH

2006-11-28 Thread Gabriele
's still not working. Can you give me some advice? Are there other methods? for instance what about preparing a blank signature? (i'm new to pdf, sorry!) Any help would be appreciated! Gabriele Contini import java.io.ByteArrayOutputStream; import java.io.IOException; impo

[iText-questions] Re: itext problems

2006-05-11 Thread gabriele d'ascoli
f the template fields on the fly The end-user fills in the missing fields or updates the fields that were prefilled by db and he clicks on the submit button. Have you some examples? Thanks Gabriele - Original Message - From: "bruno" <[EMAIL PROTECTED]> To: "

[iText-questions] Unable to save

2005-09-01 Thread Gabriele Reali
Hi , I have a problem with the PDF.I generate it correctly but I can not save it. Does someone have any suggestion?   Thanks in advance     Gabriele

Re: [iText-questions] How do I know when to move onto the next page?

2005-07-19 Thread John M. Gabriele
--- "I" <[EMAIL PROTECTED]> wrote: > [snip] > While I'm adding text to this page (to big PdfPCell in a PdfPTable in the > middle of the page), > what I need is a way to add a new page once the text I'm adding reaches a > certain point > down the page. > > The only way I can figure to do that is

[iText-questions] How do I know when to move onto the next page?

2005-07-19 Thread John M. Gabriele
I'm using iText to create a nicely formatted doc using mostly Paragraphs (some just containing newlines for spacing purposes) and PdfPTables (letting iText decide where this stuff lands on the page). My doc happens to also have some text *manually* placed near the bottom of the doc. That text gets

[iText-questions] How can I set my pdf document's default font?

2005-07-14 Thread John M. Gabriele
How can I set my pdf document's default font? i.e. I'm looking for something like my_doc.setDefaultFont(). I'd even settle for being able to do something like my_table.setDefaultFont() (since I use a lot of PdfPTables) but that method isn't there either. _

[iText-questions] cell alignment docs typo

2005-07-13 Thread John M. Gabriele
In http://itextdocs.lowagie.com/tutorial/objects/tables/index.html The section on Cellheights, -alignment, -padding, -leading, -colors: The 2nd list should be for vertical alignment rather than horizontal. Also, for a PdfPCell containing a Paragraph, what's the difference between some_cell.setHo

Re: [iText-questions] Table vs. PdfPTable, Cell vs. PdfPCell; and removing borders.

2005-07-12 Thread John M. Gabriele
--- Bruno Lowagie <[EMAIL PROTECTED]> wrote: > John M. Gabriele wrote: > > >I also need to remove all borders from it -- so the text is > >just floating there. :) I see that I can use a Table and > >then setBorderWidth( 0 ) to remove that one big border around

[iText-questions] Table vs. PdfPTable, Cell vs. PdfPCell; and removing borders.

2005-07-11 Thread John M. Gabriele
What's a good rule of thumb for deciding whether to use a Table or a PdfPTable? I need to put a table up with no borders. The dimensions are fixed (1 row, 3 columns). I also need to remove all borders from it -- so the text is just floating there. :) I see that I can use a Table and then setBorde

RE: [iText-questions] Struts, JSP --> PDF. getOutputStream() already called

2005-07-08 Thread John M. Gabriele
27;s why a servlet is always a better option. > > > -Original Message- > > From: John M. Gabriele [mailto:[EMAIL PROTECTED] > > Sent: Friday, July 08, 2005 3:59 PM > > To: Paulo Soares; itext-questions@lists.sourceforge.net > > Subject: Re: [iText-questions] Struts, JSP

Re: [iText-questions] Struts, JSP --> PDF. getOutputStream() already called

2005-07-08 Thread John M. Gabriele
> com.lowagie.text.pdf.*" > %> > > <% > response.setContentType( "application/pdf" ); > > should be: > > com.lowagie.text.pdf.*" > %><% > response.setContentType( "application/pdf" ); > > - Original Message - > F

[iText-questions] Struts, JSP --> PDF. getOutputStream() already called

2005-07-07 Thread John M. Gabriele
I'm trying to drop a small JSP page into an existing webapp that uses Struts. Struts sets up a bunch of variables for me that I can access in the JSP page, and I want to take the values of those variables and incorporate them into a PDF that I send back to the user. 1. I've got the hello world JSP

[iText-questions] annotations to jump to a specific page

2005-05-31 Thread gabriele rosa
ssing something??? thanks in advance gabriele rosa - italy --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into you

[iText-questions] ... more on PdfPTable splitting on page breaks

2005-04-20 Thread gabriele rosa
#x27;t changed. Do I have to flush output or something else? thanks in advance (mainly to the authors of this pkg) gabriele rosa - italy --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality

[iText-questions] PdfPTable splitting when crossing pages

2005-04-19 Thread gabriele rosa
t the problem is that it renders (much) worse than the class PdfPTable thanks gabriele rosa - italy --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in cre