Re: [iText-questions] Fonts with itext

2013-09-30 Thread John Mathew
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

Re: [iText-questions] Fonts are merged although they should not

2013-08-28 Thread Ivan B . Gregor
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

Re: [iText-questions] Fonts are merged although they should not

2013-08-28 Thread Paulo Soares
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

Re: [iText-questions] Fonts supported by iText

2010-06-16 Thread 1T3XT info
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

Re: [iText-questions] Fonts supported by iText

2010-06-15 Thread Robert Franzese
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

Re: [iText-questions] fonts problem in linux

2008-10-01 Thread Paulo Soares
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 problem in linux > > Hel

Re: [iText-questions] .\fonts\Arial.ttf not found as file or resource.

2008-06-04 Thread Some_One
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

Re: [iText-questions] .\fonts\Arial.ttf not found as file or resource.

2008-06-04 Thread Bruno Lowagie
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

Re: [iText-questions] .\fonts\Arial.ttf not found as file or resource.

2008-06-04 Thread Some_One
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

Re: [iText-questions] .\fonts\Arial.ttf not found as file or resource.

2008-06-04 Thread Bruno Lowagie
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

Re: [iText-questions] Fonts and Printing

2007-06-12 Thread Bruno Lowagie
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

Re: [iText-questions] fonts in text elements

2006-08-18 Thread Reinout van Schouwen
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

Re: [iText-questions] fonts in text elements

2006-08-17 Thread bruno
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

Re: [iText-questions] Fonts in PDF

2006-06-27 Thread Leonard Rosenthol
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

Re: [iText-questions] Fonts in PDF

2006-06-27 Thread Paulo Soares
You'll need full Acrobat to do that, the Reader is not enough. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Kristoffer Jacobsen > Sent: Tuesday, June 27, 2006 12:33 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questi

Re: [iText-questions] Fonts not Embedding properly

2006-05-20 Thread Mac Fraser
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

Re: [iText-questions] Fonts not Embedding properly

2006-05-20 Thread Paulo Soares
- 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

Re: [iText-questions] Fonts not Embedding properly

2006-05-20 Thread Mac Fraser
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

Re: [iText-questions] Fonts not Embedding properly

2006-05-20 Thread Paulo Soares
.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

Re: [iText-questions] Fonts not Embedding properly

2006-05-20 Thread Paulo Soares
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

Re: [iText-questions] Fonts not Embedding properly

2006-05-20 Thread Mac Fraser
Do you want a compressed or non compressed version of the pdf? I'll also change the test case a little bit so it creates a smaller pdf. MacPaulo Soares <[EMAIL PROTECTED]> wrote: The font embedding is not lost if you save the pdf. Please post the PDF.Paulo- Original Message - From: "Mac F

Re: [iText-questions] Fonts not Embedding properly

2006-05-20 Thread Paulo Soares
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 to resolve this issue fo

Re: [iText-questions] fonts in pdfptable

2006-05-03 Thread Paulo Soares
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 an entire table o

RE: [iText-questions] Fonts Cursive and Fantasy

2006-01-12 Thread Paulo Soares
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 and Fantasy > > Hi ppl >

Re: [iText-questions] Fonts Cursive and Fantasy

2006-01-12 Thread Bruno Lowagie
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

Re: [iText-questions] Fonts in the PDF

2005-08-08 Thread Paulo Soares
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 that of a > PDF document created

Re: [iText-questions] fonts followup and table cell question

2005-05-08 Thread Justin Lee
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 followup and table cell question > > > >>I "fixed

Re: [iText-questions] fonts followup and table cell question

2005-05-08 Thread Paulo Soares
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 was using. I > switched to a slig

Re: [iText-questions] Fonts- RTF

2004-10-08 Thread Mark Hall
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

RE: [iText-questions] Fonts

2004-05-06 Thread Paulo Soares
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] Fonts > > Hi > > Does anybod

RE: [iText-questions] fonts get changed when concatenating PDF files

2004-01-23 Thread Paulo Soares
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

RE: [iText-questions] Fonts on MacOS

2004-01-08 Thread Paulo Soares
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:  

Re: [iText-questions] Fonts on MacOS

2004-01-07 Thread Neil Taylor
Thanks. I have looked into DefaultFontMapper. When you say that the fonts need to be registered, I think you mean call insertDirectory() - is that correct? If so, I don't think that will work with many fonts on a Mac as they are in suitcases rather than individual ttf, ttc, afm or otf. I also look

RE: [iText-questions] Fonts on MacOS

2004-01-06 Thread Paulo Soares
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

Re: [iText-questions] Fonts

2003-08-22 Thread Paulo Soares
- 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 Web using the accepted practices shown i

Re: [iText-questions] fonts in concatenated pdf files

2003-07-16 Thread Paulo Soares
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: [iText-questions] fonts in concatenate

RE: [iText-questions] Fonts on Unix

2003-06-12 Thread Paulo Soares
> -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&#

RE: [iText-questions] Fonts on Unix

2003-06-12 Thread Matt Benson
> 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 &

RE: [iText-questions] Fonts on Unix

2003-06-12 Thread Dimiceli, John - OSHA
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

RE: [iText-questions] Fonts on Unix

2003-06-12 Thread Paulo Soares
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: [iText-questions] Fonts on Unix

2003-06-12 Thread Matt Benson
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

Re: [iText-questions] Fonts on Unix

2003-06-12 Thread Matt Benson
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

RE: Re: [iText-questions] FONTS...

2003-02-18 Thread Paulo Soares
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

Fwd: Re: [iText-questions] FONTS...

2003-02-18 Thread Matt Benson
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

RE: [iText-questions] fonts

2003-02-12 Thread Paulo Soares
>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 > > Where can I find *.afm fonts for

Re: [iText-questions] Fonts within Tables

2003-02-10 Thread Paulo Soares
No code was attached but what you want to do is pretty basic stuff that is explained in the tutorial. (You read the tutorial and the examples, didn't you?) Best Regards, Paulo Soares - Original Message - From: "ROHAN KALYANPUR" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Feb

RE: [iText-questions] fonts

2003-01-20 Thread Paulo Soares
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-questions] fonts > > H

Re: [iText-questions] fonts and encoding issue

2002-11-14 Thread Shahzad Latif
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

Re: [iText-questions] fonts and encoding issue

2002-11-14 Thread Scott Dietrich
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

Re: [iText-questions] fonts and encoding issue

2002-11-14 Thread David Thielen
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: > > Got into an intersting sit

Re: [iText-questions] FONTS...

2002-11-08 Thread Matt Benson
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" &

Re: [iText-questions] FONTS...

2002-11-08 Thread Matías Salvador
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

Re: [iText-questions] FONTS...

2002-11-08 Thread Matt Benson
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

Re: [iText-questions] FONTS...

2002-11-08 Thread Matías Salvador
]> 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

Re: [iText-questions] FONTS...

2002-11-08 Thread Cooremans, Rony
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

Re: [iText-questions] FONTS...

2002-11-08 Thread Matías Salvador
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 >

Re: [iText-questions] FONTS...

2002-11-08 Thread Cooremans, Rony
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

Re: [iText-questions] FONTS...

2002-11-08 Thread Matías Salvador
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

RE: [iText-questions] FONTS...

2002-11-08 Thread Paulo Soares
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

Re: [iText-questions] FONTS...

2002-11-07 Thread Matías Salvador
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

RE: [iText-questions] FONTS...

2002-11-07 Thread Paulo Soares
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

Re: [iText-questions] FONTS...

2002-11-07 Thread Matías Salvador
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

Re: [iText-questions] FONTS...

2002-11-06 Thread Paulo Soares
The fonts are different and so will the metrics. Forget about getWidths(), it's there for changing the widths in very specific situations and will not support Identity-H. Use getWidthPoint(). Best Regards, Paulo Soares - Original Message - From: "Matías Salvador" <[EMAIL PROTECTED]> To: "

Re: [iText-questions] Fonts in Tables

2002-08-28 Thread Paulo Soares
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 set a font for a tab

Re: [iText-questions] fonts and OS

2002-08-12 Thread Paulo Soares
Use AFM/PFB fonts. The .sit fonts are true-type for the MAC. They can be converted to .ttf but that won't help it in your case. You may have troubles with type1 fonts if you are using "exotic" charsets; you may have to tweak the AFM. Best Regards, Paulo Soares - Original Message - From:

Re: [iText-questions] Fonts and BaseFonts

2002-04-18 Thread Matt Benson
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

RE: [iText-questions] Fonts

2002-04-08 Thread Paulo Soares
D] > Subject: Re: [iText-questions] Fonts > > What is at \u0001 , \u0002 , etc? Nothing? > > -Matt > > --- Paulo Soares <[EMAIL PROTECTED]> wrote: > > The symbols are there but elsewhere. For example, > > the smiley is at \u263a. > > > >

Re: [iText-questions] Fonts

2002-04-08 Thread Matt Benson
What is at \u0001 , \u0002 , etc? Nothing? -Matt --- Paulo Soares <[EMAIL PROTECTED]> wrote: > The symbols are there but elsewhere. For example, > the smiley is at \u263a. > > Best Regards, > Paulo Soares > > - Original Message - > From: "Matt Benson" <[EMAIL PROTECTED]> > To: <[EMAI

Re: [iText-questions] Fonts

2002-04-06 Thread Paulo Soares
The symbols are there but elsewhere. For example, the smiley is at \u263a. Best Regards, Paulo Soares - Original Message - From: "Matt Benson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 05, 2002 19:25 Subject: [iText-questions] Fonts > This is a general fonts ques

RE: [iText-questions] Fonts and adobe viewer bean

2002-01-24 Thread Paulo Soares
Probably the bean doesn't support embedded fonts. Does it happen only with TTF or also with Type1? Best Regards, Paulo > -Original Message- > From: Patton, Robert [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, January 23, 2002 16:36 > To: '[EMAIL PROTECTED]' > Subject: [iText-questi