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

[iText-questions] Fonts with itext

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

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

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

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

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 p

[iText-questions] fonts problem in linux

2008-10-01 Thread Alessandro Ferrucci
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

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

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

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

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

[iText-questions] Fonts and Printing

2007-06-12 Thread nguyet minh
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

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

[iText-questions] fonts in text elements

2006-08-17 Thread Reinout van Schouwen
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))); //

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
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

[iText-questions] Fonts in PDF

2006-06-27 Thread Kristoffer Jacobsen
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

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
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

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

[iText-questions] Fonts not Embedding properly

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

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

[iText-questions] fonts in pdfptable

2006-05-03 Thread Marc Fick
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

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 an

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

[iText-questions] Fonts Cursive and Fantasy

2006-01-12 Thread Julio Luiz Vedovatto Neto
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

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

[iText-questions] Fonts in the PDF

2005-08-07 Thread Nandu
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

[iText-questions] fonts are being embedded even though I don't want that.

2005-06-02 Thread David Thielen
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

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 fol

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

[iText-questions] fonts followup and table cell question

2005-05-06 Thread Justin Lee
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

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

[iText-questions] Fonts- RTF

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

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] Fo

[iText-questions] Fonts

2004-05-06 Thread melsom
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

[iText-questions] fonts

2004-03-08 Thread Gary Wu
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

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

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

2004-01-22 Thread Gary Wu
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

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
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

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

[iText-questions] Fonts on MacOS

2004-01-06 Thread Neil Taylor
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

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 We

[iText-questions] Fonts

2003-08-22 Thread Ken AtPdi
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

[iText-questions] Fonts Changing in List Item Numbers

2003-08-14 Thread Peter Flannery
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

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 concatenated pdf files

2003-07-16 Thread Founaboui Haman
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)

[iText-questions] Fonts in concatenated PDF file?

2003-07-11 Thread Founaboui Haman
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

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

[iText-questions] Fonts on Unix

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

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 > > Wher

[iText-questions] fonts

2003-02-12 Thread Jonathan Cavadini
Where can I find *.afm fonts for different type of fonts ?   Thanks   Jonathan Cavadini  

Re: [iText-questions] Fonts within Tables

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

[iText-questions] Fonts within Tables

2003-02-10 Thread ROHAN KALYANPUR
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

[iText-questions] Fonts within Tables

2003-02-10 Thread ROHAN KALYANPUR
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

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-q

[iText-questions] fonts

2003-01-20 Thread Dieter Zysk
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

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: &

[iText-questions] fonts and encoding issue

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

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
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

[iText-questions] FONTS...

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

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 s

[iText-questions] Fonts in Tables

2002-08-28 Thread Sascha . Oehl
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

Re: [iText-questions] fonts and OS

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

[iText-questions] fonts and OS

2002-08-12 Thread Shahzad Latif
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

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

[iText-questions] Fonts and BaseFonts

2002-04-18 Thread Ben Sinclair
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

RE: AW: [iText-questions] Fonts

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

RE: AW: [iText-questions] Fonts

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