Hello,
Is it possible to specify different font sources in Aspose.Pdf for Java?
I see that the API has public classes like in Aspose.Words:
- com.aspose.pdf.FontSource
- com.aspose.pdf.FolderFontSource
- com.aspose.pdf.FileFontSource
- com.aspose.pdf.MemoryFontSource
but I could not find any methods to specify a list (or array) of different font sources.
In Aspose.Words the method is
com.aspose.words.FontSettings.setFontsSources(com.aspose.words.FontSourceBase[] sources);
Best regards, Evgeniy