Hi,
Currently my Jar application is using Aspose PDF Java Version 19.4 and I did some testing on converting
xps file in CentOS Linux 7. it works fine on Windows, but when I did my testing on CentOS, an error of “Requested font type subsetting is not supported” was thrown. The sample code im using and the test file I used to test.
com.aspose.pdf.LoadOptions xps = new com.aspose.pdf.XpsLoadOptions(); com.aspose.pdf.Document xps= new com.aspose.pdf.Document(input, option);
samples.zip (1.8 MB)
Thanks