Re: [iText-questions] Please help for text field creation in itext.

2007-09-25 Thread Bruno Lowagie
Prasad Potla wrote: > Hello Bruno, Hello Prasad, please don't mail me personally, post your question to the mailing list instead: itext-questions@lists.sourceforge.net > I have been having trouble in placing the text field where I want. The > text field is always coming in the top location. How

Re: [iText-questions] 64-bit iText Version?

2007-09-25 Thread Bruno Lowagie
Hoskin, Gregory Martice wrote: > I was sending this e-mail to find out if there is a 64-bit version of > iText or iTextSharp that works with 64-bit systems? I honestly have no idea what this is about. Why would a Java developer have to care about the platform a JVM runs on? br, Bruno ---

Re: [iText-questions] Issue in converting chinese content to pdf

2007-09-25 Thread nsk clr
When I use String userHTML = new String(bytes, "UTF-8");, I get nothing in the pdf. Otherwise, in the pdf- document properties, the encoding is shown as ANSI, inspite of me setting as Identity-H in st.loadTagStyle("body", "encoding", "Identity-H"); How to set the Identity-H as encod

Re: [iText-questions] Is it possible to use iText for PDF to TIFFconversion

2007-09-25 Thread Bill Ensley
No, you want JPedal. -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Val Bumbu Sent: Tuesday, September 25, 2007 2:39 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Is it possible to use iText for PDF to TIFFco

[iText-questions] Is it possible to use iText for PDF to TIFF conversion

2007-09-25 Thread Val Bumbu
Hi, Anybody knows a way to use iText to generate a TIFF output from PDF source? Thank you. Val Bumbu - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.

Re: [iText-questions] Issue in converting chinese content to pdf

2007-09-25 Thread Paulo Soares
You must use the right charset. In this case: String userHTML = new String(bytes, "UTF-8"); Paulo - Original Message - From: "nsk clr" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 25, 2007 10:06 PM Subject: [iText-questions] Issue in converting chinese content to pdf Hi I use

Re: [iText-questions] Arial Narrow font --Problem

2007-09-25 Thread meenakshi thilagam
Dear Mr Paulo, Thank you very very very much for the solution. Mintara --- meenakshi thilagam <[EMAIL PROTECTED]> wrote: > Hello Everybody, > I want to use Arial Narrow font for my text. This is > how I do it. > > document->open() > FontFactory::Register("c:\\windows\\fonts\\ARIALNB.TTF");

Re: [iText-questions] Arial Narrow font --Problem

2007-09-25 Thread Paulo Soares
FontFactory::GetFont("Arial Narrow", ... Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of meenakshi thilagam > Sent: Tuesday, September 25, 2007 4:42 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Arial Narrow f

[iText-questions] printDocumentSilent() and default printer

2007-09-25 Thread Motnura
hi, Can *printDocumentSilent() *from *Executable* class print to a specified printer rather than to the default printer... thanks, [EMAIL PROTECTED] - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsof

[iText-questions] Arial Narrow font --Problem

2007-09-25 Thread meenakshi thilagam
Hello Everybody, I want to use Arial Narrow font for my text. This is how I do it. document->open() FontFactory::Register("c:\\windows\\fonts\\ARIALNB.TTF"); try{ iTextSharp::text::Font *ft11 = FontFactory::GetFont("ARIALNB", 11.00,iTextSharp::text::Font::BOLD); Phrase *fonttest=n

Re: [iText-questions] PDF's are equal or not ?

2007-09-25 Thread DeMay, David A.
All - For pdf comparison. In addition to other options mentioned, I figured I point this out. To validate that our watermark had been applied, we used the Tesseract OCR and interfaced it with Java. It's a free open source OCR program now maintained by Google. http://code.google.com/

Re: [iText-questions] PdfCell#setNoWrap(true) doesn't work well withElement.ALIGN_JUSTIFIED_ALL

2007-09-25 Thread Paulo Soares
You can't use Element.ALIGN_JUSTIFIED_ALL with no wrap or you'll experience some strang effects. It's not a bug, just incompatible properties. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Feng Dihai > Sent: Tuesday, September 25, 2007 3

Re: [iText-questions] Adding PdfPtable to ColumnText

2007-09-25 Thread Paulo Soares
You can't use a table for that. Use ColumnText to simulate the record placement and note the height. When you have all the records for the page place them at precise positions spreading the inter record spacing. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTE

[iText-questions] Adding PdfPtable to ColumnText

2007-09-25 Thread iTEXT USER
Hi , I am adding small PdfPTables for each record in DB to ColumnText. While adding, the requirement is to not to split the tables across columns.But there will be space below the last table like empty boxes without data.I need to justify the tables added in the column such that empty space should

Re: [iText-questions] URGENT: Exception occurred during verificartionof signature created in Adobe Acrobat 8.

2007-09-25 Thread Paulo Soares
That problem was fixed in version 2.0.0. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Khurram Saleem > Sent: Tuesday, September 25, 2007 9:58 AM > To: itext-questions@lists.sourceforge.net > Cc: [EMAIL PROTECTED]; 'Yasir Khan' > Subjec