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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Survey - feedback / feature sugesstions #2

Open
lucas-gaitzsch opened this issue Aug 13, 2022 · 4 comments
Open

Survey - feedback / feature sugesstions #2

lucas-gaitzsch opened this issue Aug 13, 2022 · 4 comments

Comments

@lucas-gaitzsch
Copy link
Owner

This issue can be used for general feedback and feature suggestions.

Thank you for your contribution! 馃悽

@FluffyDiscord
Copy link

headless chrome fails to render big html tables as described in here puppeteer/puppeteer#8070

switching to headless firefox fixes the issue as firefox can handle that with ease

@lucas-gaitzsch
Copy link
Owner Author

@FluffyDiscord Thanks for your suggestion. I have opened a new issue to keep this in mind.

@whytekiwi
Copy link

Hi 馃憢

I've found this tool incredibly helpful in getting PDF templates up and running with minimal set up, thanks so much.

One small feature request, I'm not able to render the footer with a custom font. I can use this in the body very easily, by including the font file in the assets, and then using the following css inside the header.

@font-face {
	font-family: "gill";
	src: url("assets/gill-regular.TTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: "gill", sans-serif;
}

Unfortunately, this font is just not found when rendering the footer. I've tried in both the hosted playground (https://pdfturtle.gaitzsch.dev/) and running in a docker container on my local machine.

@lucas-gaitzsch
Copy link
Owner Author

lucas-gaitzsch commented Aug 8, 2023

Hi 馃憢

I've found this tool incredibly helpful in getting PDF templates up and running with minimal set up, thanks so much.

One small feature request, I'm not able to render the footer with a custom font. I can use this in the body very easily, by including the font file in the assets, and then using the following css inside the header.

Unfortunately, this font is just not found when rendering the footer. I've tried in both the hosted playground (https://pdfturtle.gaitzsch.dev/) and running in a docker container on my local machine.

@whytekiwi Thanks for your feedback. Could you open a new issue with your description and an example bundle-file to reproduce the problem?

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

3 participants