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
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
---
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
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
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.
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
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");
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
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
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
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/
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
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
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
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
15 matches
Mail list logo