[iText-questions] PDFTable

2002-11-16 Thread Larry Epps
Hello, Can anyone tell if you can position a PDFTable at an absolute position and indention on a PDF report and also limit the height of the table? If so would you please help me out. Thanks --- This sf.net email is sponsored by: To lea

Re: [iText-questions] textboxes

2002-11-16 Thread Paulo Soares
You can use a PdfPTable with single column, padding 0 and fixed cell height. It's a good option. Don't forget to remove the borders. Best Regards, Paulo Soares - Original Message - From: "BAA" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 16, 2002 13:18 Subject: Re:

Re: [iText-questions] have pfm file .. need afm

2002-11-16 Thread Paulo Soares
You create an afm from pfb with ftp://ftp.neuroinformatik.ruhr-uni-bochum.de/pub/software/t1lib/t1lib-1.0.1. tar.gz. Note that an "original" afm contains more information than pfb and pfm. Best Regards, Paulo Soares - Original Message - From: "Brian Ågren" <[EMAIL PROTECTED]> To: <[EMAIL

Re: [iText-questions] textboxes

2002-11-16 Thread BAA
Paulo Soares wrote: If you want to place a single line of text with the same font use PdfContentByte.showTextAligned(), it takes care of horizontal alignment. For vertical alignment you'll have to calculate it yourself. For mixed fonts and multiline use ColumnText. Other option is to use a PdfPTab

Re: [iText-questions] textboxes

2002-11-16 Thread Paulo Soares
If you want to place a single line of text with the same font use PdfContentByte.showTextAligned(), it takes care of horizontal alignment. For vertical alignment you'll have to calculate it yourself. For mixed fonts and multiline use ColumnText. Other option is to use a PdfPTable that can take care

[iText-questions] have pfm file .. need afm

2002-11-16 Thread Brian Ågren
Hi all. i have an pfb and pfm for a Type 1 font (Meta Medium) .. and i need an afm (itext doesn't support pfm which is the binary eqvivalent), is there any way to convert between afm and pfm, or any way of making iText use pfm. any help will be appreciated :) - Brian ---

[iText-questions] RE: [iText-questions]Column data and/or Footer data truncated error

2002-11-16 Thread VISWANATH, MEENA (JSC-DO354) (USA)
Hello, I posted this question in both iText-questions and in this comp.text.pdf. I did not get an answer, so I decided to send it to you directly because when I post these questions it keeps sending me this message " Your question Is being held until the list moderator can review it for approval."

[iText-questions] Re: [iText-questions]Column data and/or Footer data truncated err or

2002-11-16 Thread Consiste
Command line options are not supported by Acrobat. Accept what you get or do some custom work with gs. iText has nothing to do with it. If you subscribe to the mailing list you won't have messages from the moderator. Best Regards, Paulo Soares - Original Message - From: "VISWANATH, MEENA

Re: [iText-questions] Question about Tahoma Font

2002-11-16 Thread Consiste
You need the ttf for other styles. The version after the next will have some simulation capabilities. Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 19:28 Subject: [iText-questions] Question about Tahoma Fo

[iText-questions] textboxes

2002-11-16 Thread BAA
Hi y'all. I'm quite new at iText (some experience with pdf, alot java) and i have some questions. I'd like to make an application which places pictures, pdf and textboxes just like a light dtp-app. what i need to write is something like int HALIGN_LEFT = 1; int HALIGN_CENTER = 2; int HALI