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
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
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 problem in linux
>
> Hel
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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:
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
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
- 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
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
> -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
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
>
> Where can I find *.afm fonts for
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
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
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:
>
> Got into an intersting sit
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
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: "
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
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:
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
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.
> >
> >
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
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
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
70 matches
Mail list logo