I have a jsf project. So i put it on server (jboss). it exports (using ByteArrayOutputStream) pdf file using itextpdf. it's working fine on localhost. But Cyrillic font is unknown on server. I typed it following.
FontFactory.getFont("Arial", BaseFont.IDENTITY_H, BaseFont.EMBEDDED, 9, Font.BOLD);
how to resolve this problem. please suggest me. I tested many way. it but still not working.