Hello,
We are trying to implement our document generation and document modification modules using AWS lambda in java. We have copied all the required true type fonts to S3 bucket and load them from there.
We are trying to use StreamFontSource and it appears that class has some unresolved issue. There is an abstract method “zzZpx” which we cannot override. Could you please suggest if there is a workaround to this problem or if there is an alternate way to load fonts from S3 bucket.
We are using the latest version of aspose words and pdf for java
Attached image has the error we are noticing. We also pasted it down here.
The method S3FontSource.zzZpx() does not override the inherited method from FontSourceBase since it is private to a different
package
- The method zzZpx() of type S3FontSource must override or implement a supertype method
image.png (144.1 KB)