msokk / electron-render-service

Microservice for rendering PDF/PNG/JPEG from HTML with Electron
MIT License
102 stars 31 forks source link

Styles not being rendered correctly #58

Closed respinha closed 6 years ago

respinha commented 6 years ago

I have some HTML content which has a bunch of style definitions inlined into it and when posting the content to electron-render-service, I get a PDF with no style applied to the contents (no colors, alignments, table stylings, etc...).

Are there any kind of limitations when rendering HTML styled content?

Reggino commented 6 years ago

Whatever HTML content / styling is properly rendered by Chrome should be usable.

Can you provide your HTML-content?

respinha commented 6 years ago

@Reggino my HTML content was apparently corrupted, thanks anyway :)

msokk commented 6 years ago

👍