Re: Font embending

2002-11-27 Thread Oleg Tkachenko
Nyári Gyõzõ wrote:
Another question:
'#' character replaces the 'õ' characters (and all iso-8859-2 specific
characters).
The font contains the characters, we used it already. 
Did you solve the problem?
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Font embending

2002-11-26 Thread Nyári Gyõzõ
Another question:
'#' character replaces the 'õ' characters (and all iso-8859-2 specific
characters).
The font contains the characters, we used it already. 
Whats the problem?

Thanks,
Gyõzõ

Nyári Gyõzõ wrote:
> 
> Thanks, it works.
> 
> Gyõzõ
> 
> Dennis Myrén wrote:
> >
> > Try to embed the PFB file instead of the PFM file
> >
> > Regards
> > Dennis
> >
> > >"Unable to extract the embedded font 'ArialHU'. Some characters..."
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Font embending

2002-11-26 Thread Nyári Gyõzõ
Thanks, it works.

Gyõzõ

Dennis Myrén wrote:
> 
> Try to embed the PFB file instead of the PFM file
> 
> Regards
> Dennis
> 
> >"Unable to extract the embedded font 'ArialHU'. Some characters..."
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Font embending

2002-11-26 Thread Jeremias Maerki

On 26.11.2002 09:25:12 Oleg Tkachenko wrote:
> Nyári Gyõzõ wrote:
> 
> > userconfig.xml:
> >> embed-file="d:\pdflib\Arial1.pfm">
> Should be
>  embed-file="d:\pdflib\Arial1.pfb">
> 
> Probably font embedding page should updated to provide an example of 
> type1 font registration in userconfig.xml.

Will do.


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Font embending

2002-11-26 Thread Jeremias Maerki
Are you sure your Arial font is really a Type 1 font? I've never seen
Arial in Type 1 before. Are you sure you have an Arial.pfb and an
Arial.pfm? I think you will more likely have a Arial.ttf which you have
to specify in the embed-file attribute. That's the file you will have
generated the font metrics from, right? If it is a Type 1 font, Dennis
is right and you have to specify Arial.pfb, not Arial.pfm.

Good luck!

On 26.11.2002 09:23:06 Nyári Gyõzõ wrote:
> I've the embed-file param in the userconfig.xml file.
> I read up the config file with 
> Options options = new Options("userconfig.xml");
> 
> Then when I watch the file with Acrobat, it a message shows up:
> "Unable to extract the embedded font 'ArialHU'. Some characters..."
> 
> userconfig.xml:
>embed-file="d:\pdflib\Arial1.pfm">
>  weight="normal">
>  


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Font embending

2002-11-26 Thread Oleg Tkachenko
Nyári Győző wrote:
userconfig.xml:
  
Should be
   
Probably font embedding page should updated to provide an example of 
type1 font registration in userconfig.xml.

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Font embending

2002-11-26 Thread Dennis Myrén
Try to embed the PFB file instead of the PFM file

Regards
Dennis

>"Unable to extract the embedded font 'ArialHU'. Some characters..."
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Font embending

2002-11-26 Thread Nyári Győző
I've the embed-file param in the userconfig.xml file.
I read up the config file with 
Options options = new Options("userconfig.xml");

Then when I watch the file with Acrobat, it a message shows up:
"Unable to extract the embedded font 'ArialHU'. Some characters..."

userconfig.xml:
  

 

Thanks,
Mojo

Jeremias Maerki wrote:
> 
> It is implemented. I think you've got everything you need (embed-file
> attribute). See here: http://xml.apache.org/fop/fonts.html
> 
> On 25.11.2002 18:51:01 Nyári Győző wrote:
> > Hi!
> >
> > How can I embend fonts in the pdf?
> > I've the emded-file param in the userconfig.xml.
> > The faq writes: "Provide$$$"
> > It isn't implemented?
> 
> Jeremias Maerki
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Font embending

2002-11-25 Thread Jeremias Maerki
It is implemented. I think you've got everything you need (embed-file
attribute). See here: http://xml.apache.org/fop/fonts.html

On 25.11.2002 18:51:01 Nyári Gyõzõ wrote:
> Hi!
> 
> How can I embend fonts in the pdf?
> I've the emded-file param in the userconfig.xml.
> The faq writes: "Provide$$$"
> It isn't implemented?


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Font embending

2002-11-25 Thread Nyári Győző
Hi!

How can I embend fonts in the pdf?
I've the emded-file param in the userconfig.xml.
The faq writes: "Provide$$$"
It isn't implemented?

Thanks,
Győző

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]