I think itext has option to embed fonts .
http://itextpdf.com/examples/iia.php?id=288
Thanks
John
On Mon, Sep 30, 2013 at 10:26 PM, rajiv_kumar wrote:
> Hello,
>
> I have an application where i have to use calibri and tahoma fonts. Now i
> have successfully generated pdf while having the loca
Hello,
I have an application where i have to use calibri and tahoma fonts. Now i
have successfully generated pdf while having the locatiion of the pdfs set
up on my local system c:drive. I need to deploy this code on a server and
here i am having problem. Apart from having have to install the font
Paulo Soares gmail.com> writes:
>
> PdfSmartCopy will consolidate structures if they are the same and
> wouldn't do it for this case (they are different).
Thanks for the hint about PdfSmartCopy. Changing PdfSmartCopy to PdfCopy
fixed the issue for me.
> PdfStamper will
> never consolidate str
PdfSmartCopy will consolidate structures if they are the same and
wouldn't do it for this case (they are different). PdfStamper will
never consolidate structures. Please provide the original PDF and a
small standalone example so that the eventual problem can be
reproduced.
Paulo
On Wed, Aug 28, 2
> Gmane says I'm top-posting. I'm not!
Hi,
I'm not sure where to report a bug. I think I'll be able to fix it myself
using some help of those knowing better.
Question is at the very end.
Original file has these structures:
27 0 obj
<>
--
28 0 obj
<>
--
33 0 obj
<>
/W[0[750]48[833.007812]68[55
Robert Franzese wrote:
> Well, we're creating a PDF that will be sent through a web service to a third
> party,
> and they (for some reason) have a limited number of fonts that they're
> willing to use.
Seems reasonable. That's not really a problem for iText.
> I believe Arial is the most commo
Well, we're creating a PDF that will be sent through a web service to a third
party, and they (for some reason) have a limited number of fonts that they're
willing to use. I believe Arial is the most common one.
--
Message: 3
Date: Tue, 15 Jun 2010 14:39:02 +0200
Fr
The problem is in the rendering software, ask them about it.
Paulo
> -Original Message-
> From: Alessandro Ferrucci [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 01, 2008 6:07 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] fonts p
Hello,
I am generating pdf's in linux and writing them to a buffered image. When I
generate the buffered image the fonts don't look correct, they have weird
spacing between the characters and the glyphs that it uses don't look
correct, in windows this does not happen. I am thinking that iText is
That was most helpful.
Thank you
Bruno Lowagie (iText) wrote:
>
> Some_One wrote:
>> So in other words, the problem is with RReport and not iText. Thats all
>> that
>> had to be said.
>
> iText doesn't ship with fonts; only with some font metrics
> (AFM files, these don't include a real font
Some_One wrote:
> So in other words, the problem is with RReport and not iText. Thats all that
> had to be said.
iText doesn't ship with fonts; only with some font metrics
(AFM files, these don't include a real font program).
It's up to the developer using iText to provide the fonts.
iText's font
So in other words, the problem is with RReport and not iText. Thats all that
had to be said.
Bruno Lowagie (iText) wrote:
>
> Some_One wrote:
>> I have a web-app dynamically creating pdf's using RReport and itext.
>
> RReport is a product that costs 33 euro or more (at least that's
> what the
Some_One wrote:
> I have a web-app dynamically creating pdf's using RReport and itext.
RReport is a product that costs 33 euro or more (at least that's
what their website say). You have paid that amount of money to
a company (J4L?). However, that company hasn't paid anything to
the iText developer
I have a web-app dynamically creating pdf's using RReport and itext. We've
been finding this message in our server logs for some time and are unsure
why? The font of the pdf ends up defaulting to Times. Where do fonts come
from? Are they part of the itext library? I can't seem to find any font
dir
nguyet minh wrote:
> Hi,
> My document is using itext. But I need use font "Arial", "Dialog", which
> itext doesn't support directly. I have to use .ttf file by pointing
> directly the full path and file name of .ttf in the Windows folder. I
> wonder if there's other way to solve this problem. A
Hi,
My document is using itext. But I need use font "Arial", "Dialog", which itext
doesn't support directly. I have to use .ttf file by pointing directly the full
path and file name of .ttf in the Windows folder. I wonder if there's other way
to solve this problem. And in general, how can we kn
Hello Bruno,
Op Fri, 18 Aug 2006 08:53:05 +0200, schreef bruno:
>>Can anyone tell me what I'm doing wrong?
> No, because you're not saying what you are doing.
I'm sorry if my question wasn't clear enough, I had been staring at it for
hours yesterday.
> If you do it as described in the tutorial
Reinout van Schouwen wrote:
>So I thought I'd try to use a Chunk or a Phrase with its own font and add
>it to a Paragraph to fix it, but the result is that the font settings of
>a Chunk or a Phrase are not taken over. The text is displayed in plain
>style.
>
>
>Can anyone tell me what I'm doing wr
Hello all,
Sorry if this question has been discussed before, but I didn't see it.
I'm trying to use iText to generate a PDF. Sometimes a piece of a sentence
needs to be printed in bold face. If I use Paragraphs for this, like so:
elementList.add(new Paragraph(nodeValue, new Font(djvuBold)));
//
At 07:33 AM 6/27/2006, Kristoffer Jacobsen wrote:
>- Do you know of any tool that can identify/display which font a certain
>string in the PDF has been encoded with? In Adobe Acrobat Reader I can see
>the list of embedded subsets in the PDF, but I would like to see for each
>character in the PDF wh
e.net
> Subject: [iText-questions] Fonts in PDF
>
>
> I'm using iText to create my PDFs, and I've embedded the
> necessary fonts in
> my PDF. My question is:
>
> - Do you know of any tool that can identify/display which
> font a certain
> string in the PDF ha
I'm using iText to create my PDFs, and I've embedded the necessary fonts in
my PDF. My question is:
- Do you know of any tool that can identify/display which font a certain
string in the PDF has been encoded with? In Adobe Acrobat Reader I can see
the list of embedded subsets in the PDF, but I wo
see that in Acrobat document properties.Paulo- Original Message - From: "Mac Fraser" <[EMAIL PROTECTED]>To: Sent: Saturday, May 20, 2006 4:13 PMSubject: Re: [iText-questions] Fonts not Embedding properlyYes you are correct that does seem to be working. Did the pdf I sent display
-
From: "Mac Fraser"
To:
Sent: Saturday, May 20, 2006 2:42 PM
Subject: Re: [iText-questions] Fonts not Embedding properly
Okay here is the sample file - I had to use low res images because the
message list kept bouncing back the message because the pdf was too big.
Please let me k
r("c:\\downloads\\efflores.ttf");Font font = FontFactory.getFont("Effloresce",BaseFont.WINANSI, BaseFont.EMBEDDED);doc.add(new Paragraph("Hello Dolly",
font));doc.close();Paulo- Original Message - From: "Mac Fraser" <[EMAIL PROTECTED]>To: Sent: Satu
.getFont("Effloresce",BaseFont.WINANSI,
BaseFont.EMBEDDED);
doc.add(new Paragraph("Hello Dolly", font));
doc.close();
Paulo
- Original Message -
From: "Mac Fraser" <[EMAIL PROTECTED]>
To:
Sent: Saturday, May 20, 2006 2:42 PM
Subject: Re: [iText-questions
It doesn't matter.
Paulo
- Original Message -
From: "Mac Fraser" <[EMAIL PROTECTED]>
To:
Sent: Saturday, May 20, 2006 12:53 PM
Subject: Re: [iText-questions] Fonts not Embedding properly
Do you want a compressed or non compressed version of the pdf? I'll
From: "Mac Fraser" <[EMAIL PROTECTED]>To: Sent: Saturday, May 20, 2006 4:40 AMSubject: [iText-questions] Fonts not Embedding properlyHi,I've been working to resolve this issue for a little while now and have not been able to get it working.I'm using itext 1.4 within a web
The font embedding is not lost if you save the pdf. Please post the PDF.
Paulo
- Original Message -
From: "Mac Fraser" <[EMAIL PROTECTED]>
To:
Sent: Saturday, May 20, 2006 4:40 AM
Subject: [iText-questions] Fonts not Embedding properly
Hi,
I've been working
Hi, I've been working to resolve this issue for a little while now and have not been able to get it working. I'm using itext 1.4 within a web application I am loading a font using the FontFactory and registering the font like this: FontFactory.register("c:\\windows\\fonts\\
A Phrase is created for every cell, you have nothing to gain there.
Paulo
- Original Message -
From: "Marc Fick" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, May 03, 2006 3:21 PM
Subject: [iText-questions] fonts in pdfptable
Is there really no way to set the font for
Is there really no way to set the font for an entire table or document in
iText? It would seem that setting the font on the default cell would make
sense, but I don't see any way to do that. I'm using this to build a large
table and it would seem inefficient to create a paragraph or phrase objec
Embed the font.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Julio Luiz Vedovatto Neto
> Sent: Thursday, January 12, 2006 5:07 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Fonts Cursive an
Julio Luiz Vedovatto Neto wrote:
My code:
BaseFont font =
BaseFont.createFont("/home/julio/Primer.ttf",BaseFont.CP1252,BaseFont.NOT_EMBEDDED);
Font fonte = new Font(font, cb.getFonte_size(), Font.NORMAL);
the primer font is a test font ok?
This code should work
- if the file Primer.ttf is pr
Hi pplSorry for the other mail (about table size and doc size).But i have new problemI need to generate the pdf document in 5 different fonts:Generic Names- Sans-serif- Serif- Monospace- Cursive- FantasyWell, i find in the itext font times new roman (equals serif), courier (equals monospace) and he
You are not embedding the fonts.
- Original Message -
From: "Nandu" <[EMAIL PROTECTED]>
To:
Sent: Sunday, August 07, 2005 11:53 PM
Subject: [iText-questions] Fonts in the PDF
> Hi,
>
> Using iText API I am creating a PDF document that is exactly same as
Hi,
Using iText API I am creating a PDF document that is exactly same as that of a
PDF document created in the regular manner using Adobe tools (framemaker and
acrobat). Since the original document was created using Arial fonts, I am also
using Arial font. But the fonts in the PDF document generat
Hi;
I get the fonts for my PDF doc using:
Font font = FontFactory.getFont(fontName, BaseFont.IDENTITY_H, false,
fontSize, style);
And when that doesn't work I do:
Font font = FontFactory.getFont(fontName, BaseFont.CP1252, false, fontSize,
style);
But the fonts are embedded in the documen
Fantastic. Thanks. I'll try that out.
Paulo Soares wrote:
> PdfPTable.splitLate(false)
>
> - Original Message -
> From: "Justin Lee" <[EMAIL PROTECTED]>
> To:
> Sent: Saturday, May 07, 2005 6:09 AM
> Subject: [iText-questions] fonts fol
PdfPTable.splitLate(false)
- Original Message -
From: "Justin Lee" <[EMAIL PROTECTED]>
To:
Sent: Saturday, May 07, 2005 6:09 AM
Subject: [iText-questions] fonts followup and table cell question
> I "fixed" my font problem by changing the actual font I
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
On Friday 08 October 2004 15:25, sachin wrote:
> how can i use different fonts in RTF ... like i want to use my own font
> ... how i will introduce it in the code...
If you are using the old RtfWriter then use com.lowagie.text.rtf.RtfFont to
add your own fonts.
If you are using the new RtfWrite
Hi,
how can i use different fonts in RTF ... like i want to use my own font ...
how i will introduce it in the code...
sachin
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Te
http://www.lowagie.com/iText/tutorial/ch09.html#truetype
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of [EMAIL PROTECTED]
> Sent: Thursday, May 06, 2004 1:06 PM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Fo
Hi
Does anybody know how I can use the font Arial in iText for generating PDFs?
Thanks for your help!
regards
Bent Melsom
---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent u
Hi Group:
Does anyone know where I can download true type Arial Bold font for free or
buy one royalty free? I did a search on the web but most of the links direct
me to fonts.com and I'm wondering if there's a better choice than fonts.com.
Thanks for your help!
Gary
Title: RE: [iText-questions] fonts get changed when concatenating PDF files
It may happen with broken PDFs. Call PdfReader.shuffleSubsetNames() and see if something happens. If you still have problems send me privately a couple of those PDFs and runnable code to test it.
Best Regards
Hi,
I use the following code to concatenate PDF files into a result PDF. The
problem I have is, in the result PDF, some texts are in different fonts than
the original PDF files. Any idea what causes the problem? I saw a similar
post about fonts and file concatenation. Does iText support concatenat
Title: RE: [iText-questions] Fonts on MacOS
Mac fonts won't work. You'll have to convert them to the format that works in Windows and Unix.
Best Regards,
Paulo Soares
-Original Message-
From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Neil Taylor
Sent:
EMAIL PROTECTED]
Subject: [iText-questions] Fonts on MacOS
Hi,
I am working with iText on MacOS X 10.2 and I am a little confused by fonts. I am trying to integrate iText into an existing application. The application provides the user with access to a list of available fonts on the s
Title: RE: [iText-questions] Fonts on MacOS
Use DefaultFontMapper to get the font. The fonts need to be registered first.
Best Regards,
Paulo Soares
-Original Message-
From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Neil Taylor
Sent: Tuesday, January 06, 2004
Hi,
I am working with iText on MacOS X 10.2 and I am a little confused by fonts. I am trying to integrate iText into an existing application. The application provides the user with access to a list of available fonts on the system - retrieved via the java.awt.Font class. I need to take the selec
- Original Message -
From: "Ken AtPdi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 22, 2003 16:09
Subject: [iText-questions] Fonts
> We generate graphs in Java's Graphics2D and use iText to generate PDFs
> for
> display on the We
We generate graphs in Java's Graphics2D and use iText to generate PDFs for
display on the Web using the accepted practices shown in the tutorial and
the examples. The fonts that we use for headings, etc. are 2 of the
'standard' fonts included with the JDK/JRE - Lucida Sans and Lucida Bright.
W
I am getting unexpected results when creating a
document with many numbered lists. The font of the
list numbers seems to change to a font that is not
being used on certain list items. For example, if the
font used for list items is Times then list item
numbers one and three would have a font of Tim
iText can't embed fonts in an existing document. You must fix the files on
the FOP side.
Best Regards,
Paulo Soares
- Original Message -
From: "Founaboui Haman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 16, 2003 10:19
Subject:
Hi,
days ago I posted a question about embedding fonts in concatenated pdf
files, but I got no reactions. So I am asking you again, hopping to get answers
this time :-)
I wrote a java class that concatenates somes pdf
files using fonts AGaramond-Bold (these files were geneted using FOP)
Hello together,
I wrote a java class that concatenates somes pdf
files using fonts AGaramond-Bold. The class is working well but the fonts
can not be found. Can someone helps me how I can embed the fonts in my
class.
I red in the iText-Tutorial, that it is possible to
embed the fonts but
> -Original Message-
> From: Dimiceli, John - OSHA [SMTP:[EMAIL PROTECTED]
> Sent: Thursday, June 12, 2003 15:45
> To: 'Paulo Soares'
> Cc: itext-questions; 'Matt Benson'
> Subject: RE: [iText-questions] Fonts on Unix
>
> Paulo - I
> From: Paulo Soares [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 12, 2003 10:34 AM
> To: 'Matt Benson'; Dimiceli, John - OSHA
> Cc: itext-questions
> Subject: RE: [iText-questions] Fonts on Unix
>
>
> Other than the built-in fonts all the others should
&
Title: RE: [iText-questions] Fonts on Unix
Paulo - I've been through many of the iText Javadocs on fonts and cannot find a definition of the "built-in" fonts.
Are built-in fonts built-in in the sense they are native to Acrobat pdf files or are they native to iText?
Wha
oares
> -Original Message-
> From: Matt Benson [SMTP:[EMAIL PROTECTED]
> Sent: Thursday, June 12, 2003 15:09
> To: Dimiceli, John - OSHA
> Cc: itext-questions
> Subject: RE: [iText-questions] Fonts on Unix
>
> 1 and 2 sound right (although I wouldn't think
re the
> document renders as developed.
>
> -Original Message-
> From: Matt Benson [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 12, 2003 9:55 AM
> To: Dimiceli, John - OSHA; 'itext'
> Subject: Re: [iText-questions] Fonts on Unix
>
>
> Add som
Add some? If you install ghostPcl you could get a lot
of (pretty much) openly-licensed fonts that way...
downside: they are installed in /windows/fonts.
-Matt
--- "Dimiceli, John - OSHA" <[EMAIL PROTECTED]>
wrote:
> How do I use different fonts on a UNIX machine that
> may not have the
> extens
Title: Fonts on Unix
How do I use different fonts on a UNIX machine that may not have the extensive font library normally available to Windows?
My crystal ball is a bit fuzzy and I can't see what is he talking about.
Best Regards,
Paulo Soares
> -Original Message-
> From: Matt Benson [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, February 18, 2003 14:41
> To: [EMAIL PROTECTED]
> Subject: Fwd: Re: [iT
Forwarding to the list...
--- Bettinazzi Tullio <[EMAIL PROTECTED]> wrote:
> From: Bettinazzi Tullio <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: Re: [iText-questions] FONTS...
> Date: Tue, 18 Feb 2003 11:17:14
>From the same place you got the fonts from.
Best Regards,
Paulo Soares
> -Original Message-
> From: Jonathan Cavadini [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, February 12, 2003 8:18
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] fonts
>
> Wher
Where can I find *.afm fonts for different type of fonts ?
Thanks
Jonathan Cavadini
PROTECTED]>
Sent: Monday, February 10, 2003 18:55
Subject: [iText-questions] Fonts within Tables
> Hello,
>
> I am trying to manipulate fonts of text within a
> table, using itext for PDF generation. I am attaching
> code used, but when I create the pdf file the table
> hea
Hello,
I am trying to manipulate fonts of text within a
table, using itext for PDF generation. I am attaching
code used, but when I create the pdf file the table
headers are not bolded (I basically want to bold the
table headers). Please let me know if this is a bug
or
inform me of a soluti
Hello,
I am trying to manipulate fonts of text within a
table, using itext for PDF generation. I am attaching
code used, but when I create the pdf file the table
headers are not bolded (I basically want to bold the
table headers). Please let me know if this is a bug
or
inform me of a soluti
Yes. Extend Table or PdfPTable to set your default font each time an access
is made.
Best Regards,
Paulo Soares
> -Original Message-
> From: Dieter Zysk [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, January 20, 2003 13:25
> To: [EMAIL PROTECTED]
> Subject: [iText-q
Hi,
could I set a font on a table and/ or document level ?
with best regards
dieter
---
This SF.NET email is sponsored by: FREE SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and f
MAIL PROTECTED]>,<[EMAIL PROTECTED]>
Subject: Re: [iText-questions] fonts and encoding issue
Date: Thu, 14 Nov 2002 15:12:51 -0700
MIME-Version: 1.0
Received: from mc1-f17.law16.hotmail.com ([65.54.236.24]) by
mc1-s10.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 14 Nov
2002 1
On Thursday, November 14, 2002, at 04:44 PM, Shahzad Latif wrote:
Hi:
Got into an intersting situation:
1) We are receiving XML data from different sources
2) We have created some java classes and loaded them in Oracle.
3) The XML data is passed as a parameter to the java sotred procedure
that
parse the string and change the \u2122 into the unicode char.
- dave
- Original Message -
From: "Shahzad Latif" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 14, 2002 2:44 PM
Subject: [iText-questions] fonts and encoding issue
> Hi:
&
Hi:
Got into an intersting situation:
1) We are receiving XML data from different sources
2) We have created some java classes and loaded them in Oracle.
3) The XML data is passed as a parameter to the java sotred procedure that
creates a PDF
Character encoding in Oracle is WE8ISO8859P1.
Clien
7;ll get from my basefont... is
> that correct?
>
> I'll let you know thanks!
>
> - Original Message -
> From: "Matt Benson" <[EMAIL PROTECTED]>
> To: "Matías_Salvador"
> <[EMAIL PROTECTED]>; "iText List"
&
m: "Matt Benson" <[EMAIL PROTECTED]>
To: "Matías_Salvador" <[EMAIL PROTECTED]>; "iText List"
<[EMAIL PROTECTED]>
Sent: Friday, November 08, 2002 12:32 PM
Subject: Re: [iText-questions] FONTS...
> Try this:
>
> 1. Figure out how many columns w
OTECTED]>
> To: "Matías Salvador"
> <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Friday, November 08, 2002 10:13 AM
> Subject: Re: [iText-questions] FONTS...
>
>
> > In 1 word : NO
> > but why do you need that ? Normally should is a
&g
]>
To: "Matías Salvador" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, November 08, 2002 10:13 AM
Subject: Re: [iText-questions] FONTS...
> In 1 word : NO
> but why do you need that ? Normally should is a work around . (eg for
images
> )
> I only ne
as Salvador" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Friday, November 08, 2002 9:52 AM
> Subject: Re: [iText-questions] FONTS...
>
> > setColsPan does just what it says sets the spanning of a collum
> > which means how manny collumns will a cell o
From: "Cooremans, Rony" <[EMAIL PROTECTED]>
To: "Matías Salvador" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, November 08, 2002 9:52 AM
Subject: Re: [iText-questions] FONTS...
> setColsPan does just what it says sets the spanning of a collum
>
ould anybody help me? Or at least, tell me where I can find this info.
>
> - Original Message -
> From: "Paulo Soares" <[EMAIL PROTECTED]>
> To: "'Matías Salvador'" <[EMAIL PROTECTED]>; "iText List"
> <[EMAIL PR
info.
- Original Message -
From: "Paulo Soares" <[EMAIL PROTECTED]>
To: "'Matías Salvador'" <[EMAIL PROTECTED]>; "iText List"
<[EMAIL PROTECTED]>
Sent: Friday, November 08, 2002 7:54 AM
Subject: RE: [iText-questions] FONTS...
You really
You really don't bother to read any of the available documentation, do you?
> -Original Message-
> From: Matías Salvador [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, November 07, 2002 18:47
> To: iText List
> Subject: Re: [iText-questions] FONTS...
> Importanc
document is in the same unit that the
getWidthPoints(), I mean, in points?
Thank you very much!
- Original Message -
From: "Paulo Soares" <[EMAIL PROTECTED]>
To: "iText List" <[EMAIL PROTECTED]>
Sent: Thursday, November 07, 2002 12:38 PM
Subject: RE: [iTex
Here's a weighted way of doing it. You can use getWidhtPoint() a char at a
time.
Best Regards,
Paulo Soares
<>
> -Original Message-
> From: Matías Salvador [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, November 07, 2002 12:40
> To: iText List
> Subject: R
other better way to do so?
Thank you!
- Original Message -
From: "Paulo Soares" <[EMAIL PROTECTED]>
To: "Matías Salvador" <[EMAIL PROTECTED]>; "iText List"
<[EMAIL PROTECTED]>
Sent: Wednesday, November 06, 2002 4:25 PM
Subject: Re: [iText-que
AIL PROTECTED]>
To: "iText List" <[EMAIL PROTECTED]>
Sent: Wednesday, November 06, 2002 18:56
Subject: [iText-questions] FONTS...
If I create a BaseFont with parameters (TIMES_ROMAN, CP1252, NOT_EMBEDDED)
and obtain the getWidths(), would it be the same than obtaining the
getWi
If I create a BaseFont with
parameters (TIMES_ROMAN, CP1252, NOT_EMBEDDED) and obtain the getWidths(), would
it be the same than obtaining the getWidths() from a FontMetrics with
a Font set "Times New Roman" size 14? The summatory of both int[] would be the
same?
Thank you, I'd really apre
No, but you can subclass Table or Cell and do whatever you want.
Best Regards,
Paulo Soares
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 17:52
Subject: [iText-questions] Fonts in Tables
> Is it possible to s
Is it possible to set a font for a table or a cell? I am trying to set
this, but i found no possiblity since now...
Sascha
---
This sf.net email is sponsored by: Jabber - The world's fastest growing
real-time communications platform! Don't
sage -
From: "Shahzad Latif" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 12, 2002 21:35
Subject: [iText-questions] fonts and OS
> I want to deploy my application on Solaris. The fonts that I have are
> for
> Mac (.sit extension). They h
I want to deploy my application on Solaris. The fonts that I have are for
Mac (.sit extension). They have to be embedded. Any way I could use them?
Also, client has refused to use true type font. What would be the best
alternative font type which I could embbed in production environment and use
The Font was not instantiated using a BaseFont...
That's the reason, how to correct it I don't know
because I've never messed with BaseFonts...
--- Ben Sinclair <[EMAIL PROTECTED]> wrote:
> What would cause a valid Font to return null for
> Font.getBaseFont()?
>
> --
> Ben Sinclair
> [EMAIL PROT
What would cause a valid Font to return null for Font.getBaseFont()?
--
Ben Sinclair
[EMAIL PROTECTED]
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions
quot;ACK", in
> another color at a smaller
> font size.
>
> Best Regards,
> Paulo Soares
>
> > -Original Message-
> > From: Matt Benson [SMTP:[EMAIL PROTECTED]]
> > Sent: Monday, April 08, 2002 15:58
> > To: Paulo Soares; Birkel
t; [EMAIL PROTECTED]
> Subject: RE: AW: [iText-questions] Fonts
>
> Well, the idea was to have three side-by-side
> components in a Hex TextComponent:
>
> address - hex value - character (glyph)
>
> So if I show the hex value as planned and the control
> picture
1 - 100 of 110 matches
Mail list logo