You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @johnnyqian ,
I am trying to generate a PDF report using Azure function and i am trying to use custom font. The steps you mentioned to upload static font i have uploaded that and try to add those font in my html and i am using WK2HTML tool to generate it.
It is getting generated but the custom font that i want to integrate is not reflecting there.
Can you please share the step by step so that i can try to implement it in Azure function app.
Thanks
Mukund
The text was updated successfully, but these errors were encountered:
This extension only works for Azure App service with IIS hosting. For Azure Function, I think you need to figure out the underlying web server and add corresponding config to support custom font.
Hi @johnnyqian ,
I am trying to generate a PDF report using Azure function and i am trying to use custom font. The steps you mentioned to upload static font i have uploaded that and try to add those font in my html and i am using WK2HTML tool to generate it.
It is getting generated but the custom font that i want to integrate is not reflecting there.
Can you please share the step by step so that i can try to implement it in Azure function app.
Thanks
Mukund
The text was updated successfully, but these errors were encountered: