Edit online

To make your documents fully accessible (PDF/UA1), do the following:
  1. In your customization css, specify fonts for all elements and for all page margin boxes. There should be no text that falls back to the basic provided fonts (Times, Courier, etc.). For instance, you can use:
    :root { font-family: Arial }
    @page {
        @top-left {font-family: Arial }
        ...
    }
  2. Specify an @alt attribute with a description on any image.
  3. Change the Chemistry invocation from the build.xml file, adding the argument -pdf-ua. There are two targets to change: chemistry and chemistry.embedded.