When trying to print the modern style, I'm only getting a blank page with lines: https://imgur.com/a/MoGnf
Show HN: Gutenberg – Modern CSS framework to print the web correctly
11–20 of 62 posts
Re: Show HN: Gutenberg – Modern CSS framework to print the web correctly
#12Is this possible with CSS? I'm trying to typeset a long text on the web and I'm not happy about how it looks compared to LaTeX and PDF. (it's straight out awful)
Re: Show HN: Gutenberg – Modern CSS framework to print the web correctly
#13Wow, today I learned (via this) about: page-break-before: page-break-after: Did not know these were in CSS3 ! It's always worth poking around in others peoples code...
I don't think this is CSS3, it has been arround for ages ( you will be using this when convert html pages to pdf also ;) )
Re: Show HN: Gutenberg – Modern CSS framework to print the web correctly
#14Wow, today I learned (via this) about: page-break-before: page-break-after: Did not know these were in CSS3 ! It's always worth poking around in others peoples code...
The problem with those, the last time i checked, was that most html to pdf solutions don't support them. The only one I could find was Prince ( https://www.princexml.com/ ) , which is commercial and rather pricey.
Re: Show HN: Gutenberg – Modern CSS framework to print the web correctly
#15Where are word breaks (word splitting if not fit for page), justify alignment? Variable spaces between letters? Is this possible with CSS? I'm trying to typeset a long text on the web and I'm not happy about how it looks compared to LaTeX and PDF. (it's straight out awful)
Re: Show HN: Gutenberg – Modern CSS framework to print the web correctly
#16Wow, today I learned (via this) about: page-break-before: page-break-after: Did not know these were in CSS3 ! It's always worth poking around in others peoples code...
I don't think this is CSS3, it has been arround for ages ( you will be using this when convert html pages to pdf also ;) )
Re: Show HN: Gutenberg – Modern CSS framework to print the web correctly
#17Wow, today I learned (via this) about: page-break-before: page-break-after: Did not know these were in CSS3 ! It's always worth poking around in others peoples code...
The problem with those, the last time i checked, was that most html to pdf solutions don't support them. The only one I could find was Prince ( https://www.princexml.com/ ) , which is commercial and rather pricey.
Re: Show HN: Gutenberg – Modern CSS framework to print the web correctly
#18Wow, today I learned (via this) about: page-break-before: page-break-after: Did not know these were in CSS3 ! It's always worth poking around in others peoples code...
The problem with those, the last time i checked, was that most html to pdf solutions don't support them. The only one I could find was Prince ( https://www.princexml.com/ ) , which is commercial and rather pricey.
Re: Show HN: Gutenberg – Modern CSS framework to print the web correctly
#19Wow, today I learned (via this) about: page-break-before: page-break-after: Did not know these were in CSS3 ! It's always worth poking around in others peoples code...
The software itself is free to try at http://fivefilters.org/pdf-newspaper/
Re: Show HN: Gutenberg – Modern CSS framework to print the web correctly
#20Wow, today I learned (via this) about: page-break-before: page-break-after: Did not know these were in CSS3 ! It's always worth poking around in others peoples code...
The problem with those, the last time i checked, was that most html to pdf solutions don't support them. The only one I could find was Prince ( https://www.princexml.com/ ) , which is commercial and rather pricey.