CSS for printing to paper
voussoir.net
CSS for printing to paper
1–10 of 139 posts
Re: CSS for printing to paper
#2Let's kill pdf!
Re: CSS for printing to paper
#3Re: CSS for printing to paper
#4Re: CSS for printing to paper
#5I would love to see some svg thrown into this. Let's kill pdf!
Re: CSS for printing to paper
#6I would love to see some svg thrown into this. Let's kill pdf!
Re: CSS for printing to paper
#7Is there any easy to use/hack HTML layouting engine where I could experiment with custom CSS attributes and bridge that gap? Would anything from Servo be suitable?
Modifying an entire browser with its bloat is too much effort. There is no JS or cookies on paper (they can be in paper if you wrap them).
Re: CSS for printing to paper
#8The real power is in being able to hook up all the templating, CMS APIs, and whatever else you want into your content pipeline. It’s Just HyperText™.
I’d go so far to say that if you’re equally comfortable in HTML/CSS and InDesign, Pagedjs is a superior choice for long form layout.
Re: CSS for printing to paper
#9I recently had to figure out a good chunk of this (on my own, I wish I had this resource then) for a one-off project. The biggest thing I learned was to give up all hope of cross-browser printing: just use Chrome. Every browser treats almost every property differently or flat out ignores them, but I found that Chrome had the highest score in doing what I wanted.