RE: linking the font (not embeded font) with pdf

2004-07-14 Thread Chandrasekhar Sanku
Hi Varadharajan, You create the userconfig.xml file. And the add the following code in your program String str_userconfig = userconfig.xml; File fl_userconfig = new File(str_userconfig); ConfigurationReader reader = new ConfigurationReader(new InputSource(new

Re: linking the font (not embeded font) with pdf

2004-07-14 Thread Chris Bowditch
Varadharajan Sethuraman wrote: Hi All, I have a problem with linking the font (not embeded font) with pdf. In the userconfig.xml file I have specified only metric-file attribute. I haven't specified embed-file attribute value. Following highlighted paragraph from taken from