We have a scenario where we would like validate our understanding of how the library works:
Scenario: The original pdf document does not contain the full font information or the server doesn’t have the font present in the document
For the above scenario we want to validate if the below understanding is correct in terms of the behavior of the library (Aspose PDF):
i.e. There are two options the library supports:
Option 1: Embed the name of the font in the file
Option 2: The library defaults to the default font which can be set in the code
Also as a followup question, we would like to understand if there are code snippets available demonstrating how to embed the fonts when there are multiple fonts present in different part of the document.