Aspose code is inserting Viewmaster(vertical) with default date to select as a text inside. I want to replace with some text as shown in the image. Followed the code mentioned in ViewMaster(vertical) using Aspose to generate the ViewMaster(Vertical) in the word/pdf. can someone help in getting the right code to replace the date with text Answer Date is set in
Tag: aspose
Docker and Java – FontConfiguration issue
We’ve got a Java application that generates word documents using a 3rd party (Asposee but I don’t think it matters here). The app is built from a simple Docker file: When we build the application locally (mvn package then docker build) and run the application inside k8s it works well. However, when we build the image in our CI/CD pipeline