How to access for fonts Azure blob container URL as following
https://test.blob.core.windows.net/customfonts/Gill Sans Bold Italic.otf
How to access for fonts Azure blob container URL as following
https://test.blob.core.windows.net/customfonts/Gill Sans Bold Italic.otf
Can you please provide more details on what you are trying to achieve with the fonts in the Azure blob container? Are you looking to load them in a specific Aspose product or perform a certain operation?
We are using Aspose to convert Word documents to PDF. Recently, we encountered an issue with certain fonts, specifically Gill Sans MT. Although the original Word document has the Gill Sans font embedded, after conversion to PDF, the font is missing, and a substitute font is used in the PDF.
Our product is cloud-based, and the conversion process is deployed on an Azure Function App. We need to configure font sources to read fonts from a blob container, as we have more than five fonts that need to be accessed from there.
@suren Unfortunately, there is no way t use URI directly ad font source. You can load fonts one by one and pass them to Aspose.Words using StreamFontSource or MemoryFontSource .
You can use the same technique as described here:
https://docs.aspose.com/words/net/integration-in-aws-lambda/#how-to-use-fonts-stored-in-s3-storage-in-aws-lambda