Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to load Font after generating PDF #6

Open
MJH073 opened this issue Jul 6, 2023 · 2 comments
Open

Not able to load Font after generating PDF #6

MJH073 opened this issue Jul 6, 2023 · 2 comments

Comments

@MJH073
Copy link

MJH073 commented Jul 6, 2023

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

@johnnyqian
Copy link
Owner

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.

@MJH073
Copy link
Author

MJH073 commented Jul 7, 2023

Hi @johnnyqian ,
Do you have any document that i can follow and use for Azure function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants