I’m using Aspose.PDF for .NET to generate PDF files in an AWS Lambda environment.
The issue I’m facing is that boxes (□) appear instead of text in the generated PDFs — this seems to happen because the required fonts are…..., Arial, Times New Roman, etc.) without explicitly...inputStream = new MemoryStream(source); Document doc = new Document(inputStream);...