I "fixed" my font problem by changing the actual font I was using. I
switched to a slightly different font in the family of fonts I'm using
and all is well (enough).
But on another note, I'm have a cell split issue. I swear I've seen
this asked/answered recently but I can't quite remember the so
I don't want to resize the image, but I want to remove the useless
pixels according to the image resolution and its desired output size.
Just like Paulo said I have to do this using JAI by myself.
-Original Message-
From: Bill Ensley [mailto:[EMAIL PROTECTED]
Sent: Friday, May 06, 2005 3:
Right I can email the PDFs anywhere just fine. It has some
relation to using the JavaMail API. When I attach the PDFs
programmatically and send using JavaMail is when my problems occur.
So... regular email iText PDF attachments are ok.
JavaMail non-iText PDF attachments are ok.
JavaMail
.fon files are not supported.
- Original Message -
From: "Emile Hong" <[EMAIL PROTECTED]>
To:
Sent: Friday, May 06, 2005 4:35 PM
Subject: [iText-questions] Using .fon file
> Can I use a .fon file to display text in itext? I am using
FontFactory.Register
> () to register a .fon file. Th
Font loading is independent of jvm or awt. It's probably something else.
Looking at the pdf might help.
- Original Message -
From: "Justin Lee" <[EMAIL PROTECTED]>
To:
Sent: Friday, May 06, 2005 9:31 PM
Subject: [iText-questions] loading fonts
> For some reason my font loading quit wor
http://itext.sourceforge.net/tutorial/objects/tables/pdfptable/index.html#memory
- Original Message -
From: "Jafarpisheh Mahine - SIST GYE" <[EMAIL PROTECTED]>
To:
Cc: "Carvajal Juan - SIST GYE" <[EMAIL PROTECTED]>
Sent: Friday, May 06, 2005 5:35 PM
Subject: [iText-questions] Urgent Resp
Exactly what do you to do?
- Original Message -
From: "Mohan Subramaniam" <[EMAIL PROTECTED]>
To:
Sent: Friday, May 06, 2005 7:38 PM
Subject: [iText-questions] Extracting data from PDF file
>
> Hi,
>
> I am new to itext and i was going through all documents in your
> website. Actua
That a novelty. iText PDFs gets attached in the mailing list all the time
and nobody ever complained.
- Original Message -
From: "Neil" <[EMAIL PROTECTED]>
To:
Sent: Friday, May 06, 2005 11:01 PM
Subject: [iText-questions] problems mailing iText PDFs
I apologize if this is a duplicate.
First: itext is amazing and has possibly saved my project.
The problem is that when I use javamail to send the PDFs to customers, they
always get tagged as 'malicious' by their virus scanners. Any other PDFs I try
to send this way get through fine... only iText-generated PDFs get flagged.
Has any
Hi,
I am new to itext and i was going through all documents in your
website. Actually i am trying to extract images from the PDF file like
extracting the first page (normally an image) from a PDF document. Is it
possible to do that using itext because your documents says itext is used
to cre
Title: Urgent Response please
Hello, please I need some urgent help, I am a java developer, and I am trying to generate a pdf that have to present the result of a query, when my query returns 500 records or 1000 records I don't have any problems, but, when my query with other params returns mo
Can I use a .fon file to display text in itext? I am using FontFactory.Register
() to register a .fon file. Then I get the font later using FontFactory.getFont
(). However, it is failing in PdfContentByte setFontAndSize(), I believe may be
the font.getBaseFont() returns null.
Thanks
Emile
--
Hello All,
I would like to know if the IText API support the HTML to PDF conversion?
For, example I have
index.html then when I call IText API, it will convert html into a PDF file.
Thanks,
John
---
This SF.Net email is sponsored by: NEC IT G
I apologize if this is a duplicate. I posted this another way several hours
ago, and I haven't seen it come through yet.
When I use the JavaMail API to generate an email to send iText PDFs as
attachments to my clients, they always get flagged as "malicious" by their
email virus checkers and transf
For some reason my font loading quit working ... but only for one font.
Now, I *did* update from 1.4.2_07 to 1.4.2_08 but I'm loading fonts by
file path so I'm not sure that should matter, but I might as well
mention it. All the other fonts seem to load just fine, but one
particular font doesn't
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Sternbergh, Cornell
> Sent: Friday, May 06, 2005 4:10 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Using shareware font generates
> licensing restrictions exception
Steps to take:
- hyph-tool code is not needed
- get version itext-paulo-154
- create your hyphenation pattern as described in
http://xml.apache.org/fop/hyphenation.html
- put that xml file as a resource in the package
com.lowagie.text.pdf.hyphenation.hyph
- another option is to put the xml file in
Good morning
In my previous post, "Missing the hyphen question", I described our
problem with a missing hyphen when we print to a certain device.
One suggested fix was to "fully embed" the font, implying that the font
was not a complete font, and the software converting the PDF for the
printer wa
iText can't subset images. You can use JAI to do that.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Lucinda Zhu
> Sent: Friday, May 06, 2005 7:00 AM
> To: itext-questions@lists.sourceforge.net
> Cc: Lucinda Zhu
> Subject: [iText-questions] co
Set it in the /DA key. Do a search for "createFreeText" in the mailing
list and you'll find code examples and a couple of tips.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Todd Migliore
> Sent: Friday, May 06, 2005 2:26 PM
> To: itext-questi
>I am using iText to generate PDF. I want the size of the output PDF file
can be as small as possible. I
>want to know if iText would allow user to select the resolution and
compression options of images to be
>embedded into the document. If it is to be printed, users would select 300
DPI, if it is
On Friday 06 May 2005 14:31, [EMAIL PROTECTED] wrote:
> Is this a known problem or limitation of RtfWriter2?
This is a limitation of the RtfWriter2. I'll put it on my list of things to
do.
Greetings,
Mark
--
It is a hard matter, my fellow citizens, to argue with the belly,
since it has no ears.
Anybody know how to progamatically set the font size on a free text annotation??
Thanks
I wanted to set the Chunk background color to 'Color.gray' while
generating a RTF document with the RtfWriter2 of itext-1.3, but it did
not work.
Then I tried com.lowagie.examples.objects.chunk.Background with
RtfWriter2, but the 'highlight' part does not work as well.
Is this a known problem or
At 06:24 AM 5/6/2005, Christian Iachini wrote:
Is it possible using the Acrobat Javascript tool, to open a set
internet window (i.e. 1x1) when a print of the pdf is done and close
it when the pdf is closed?
No.
Leonard
Hi.
My name is Christian Iachini and I am a student. I am doing a research
about tracking activities online and I hope you could help me with an
issue.
Is it possible using the Acrobat Javascript tool, to open a set
internet window (i.e. 1x1) when a print of the pdf is done and close
it when th
Steps to take:
- hyph-tool code is not needed
- get version itext-paulo-154
- create your hyphenation pattern as described in
http://xml.apache.org/fop/hyphenation.html
- put that xml file as a resource in the package
com.lowagie.text.pdf.hyphenation.hyph
- another option is to put the xml file in
Hi
The following bug has been fixed in the RtfWriter2:
* Centre aligned tables were left aligned.
This has one sideeffect and that is that the default behaviour of the
RtfWriter2 for Tables has changed. Tables that have no alignment set
explicitly were previously left aligned but are now cent
On Thursday 05 May 2005 23:52, Sean Shelby wrote:
> Has anyone been able to do this, or is this a known bug.
This was an unknown bug but is now a fixed bug. When the table centre
alignment the rtf code for left alignment was actually emitted. I've fixed
this bug in CVS.
Greetings,
Mark
--
The U
Printer yes, save no.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Vittal, Sreenivas
> Sent: Friday, May 06, 2005 7:50 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Question
>
> Dear All,
>
> Can I disable the
Title: Question
Dear All,
Can I disable the printer button,save button etc security things using iText?
With Best Regards
Sreenivas Vittal
I'm trying to center an entire table in an RTF document. The setAlignment() method doesn't seem to work. I've also tried adding the table to a paragraph and setting the alignment on the paragraph. I'm using iText 1.3 and RTFWriter2. Here is a sample of the code I'm using:
Table someTable = n
32 matches
Mail list logo