pdf-turtle icon indicating copy to clipboard operation
pdf-turtle copied to clipboard

Survey - feedback / feature sugesstions

Open lucas-gaitzsch opened this issue 3 years ago • 5 comments

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

Thank you for your contribution! :turtle:

lucas-gaitzsch avatar Aug 13 '22 12:08 lucas-gaitzsch

headless chrome fails to render big html tables as described in here https://github.com/puppeteer/puppeteer/issues/8070

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

FluffyDiscord avatar Jan 14 '23 14:01 FluffyDiscord

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

lucas-gaitzsch avatar Jan 15 '23 17:01 lucas-gaitzsch

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.

whytekiwi avatar Aug 07 '23 04:08 whytekiwi

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?

lucas-gaitzsch avatar Aug 08 '23 19:08 lucas-gaitzsch