Does anyone knows how to embed Type1 font with PDF::Writer? I read manual, tried everything but nothing seems to work (The font ''FontName'' contains a bad /BBox error on PDF). any help or hint would be really appreciated, Bojan Mihelac -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org
On 6/12/06, Bojan Mihelac <lists@mihelac.org> wrote:> Does anyone knows how to embed Type1 font with PDF::Writer? I read > manual, tried everything but nothing seems to work (The font ''FontName'' > contains a bad /BBox error on PDF). > > any help or hint would be really appreciated,There are some bugs related to font loading that I have not had time to resolve. A /BBox error is always related to a problem with the .afm file. -austin -- Austin Ziegler * halostatue@gmail.com * http://www.halostatue.ca/ * austin@halostatue.ca * http://www.halostatue.ca/feed/ * austin@zieglers.ca
Thanks for answer Austin. Do you have any hint what could be done to avoid font embeding? I wanted to embed font because of need for some ISO-8859-2 (or windows-1250) characters which are not available in PDF standard encodings. I also tried to use UTF-16BE strings, without success. thanks for your answer in advance, Bojan Mihelac Austin Ziegler wrote:> On 6/12/06, Bojan Mihelac <lists@mihelac.org> wrote: >> Does anyone knows how to embed Type1 font with PDF::Writer? I read >> manual, tried everything but nothing seems to work (The font ''FontName'' >> contains a bad /BBox error on PDF). >> >> any help or hint would be really appreciated, > > There are some bugs related to font loading that I have not had time to > resolve. > > A /BBox error is always related to a problem with the .afm file. > > -austin-- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org