Hello,

We're trying to generate PDF/A files using fonts which are stored inside a
library "test.jar".
We try to register the fonts based on a relative directory-URL with the
following configuration file:

<?xml version="1.0" encoding="UTF-8"?>
<fop>
  <base>.</base>
  <font-base>.</font-base>
  <renderers>
    <renderer mime="application/pdf">
      <fonts>
        <directory>fonts</directory>
      </fonts>
    </renderer>
  </renderers>
</fop>

The structure of the test.jar library is:

test.jar
     src
          <!-- contains rendering stuff -->
     config
          config.xml
     fonts
          font.ttf

When we start Tomcat from within Eclipse, the base URL is resolved to the
root directory of our Eclipse installation instead of the root of the
test.jar library.

Does anyone have an idea what we're doing wrong?

Thanks.
-- 
View this message in context: 
http://www.nabble.com/Registering-fonts%2C-stored-inside-a-library.-tp14413386p14413386.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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

Reply via email to