Previous | Next | (P-PDF) Developers
Topic: Re: character spacing ?? (Via Email)
Conf: (P-PDF) Developers, Msg: 31618
From: LeonardR
Date: 12/15/2001 03:33 AM
At 02:04 AM 12/15/2001 +1100, p-pdf-developer Listmanager wrote:
>Can someone tell me why the inter character spacing
>for some characters is so far less than others in the
>stream content ?
As Aandi points out, one possible issue is the font data itself -
subsetting that not what you expect. You may also have other issues such
as the inter character spacing or the text matrix set elsewhere in the file.
>I am working on a program that replaces some text
>string in [( )]TJ,
You are updating all the Xref tables, since your changing the
length of the file - right?!?!
>Can someone please point me to a good reference for
>Tm matrix ? The description/explanation in PDF
>Reference 1.3 isn't quite that clear to me.
That's pretty much the explanation. You may be able to find
information about 3x2 matrices elsewhere on the net - possibly in reference
to Postscript or SVG, since they all use the smae thing.
Leonard