Hi, We are trying to provide few font substitutes during PDF conversion, but even after providing the font files the PDF is generated using “Dejavu Sans”.
Code snippet:
public byte[] generatePdfUsingGroupDocs(byte[] co…...title; try (Converter converter = new Converter(() -> is, ()...getFontDirectories())); } converter.convert(() -> ms, convertOptions);...