Julie Blanc
Page Break, 27-28 October 2022, San Francisco, CA USA
Separation of content and presentation
Responsive design with CSS media queries
@media screen and (min-width: 1080px){...}
Current browsers consider the computer screen to be the primary presentation target, but [CSS] has the potential of supporting many output media, e.g. paper, speech and braille.
Responsive design = screen + print + ...
@media print{...}
Running headers, page number, facing pages, page float, etc.
A free and open source JavaScript library that paginates content in browser to create PDF outputs of any HTML content
Core team
Adam Hyde
Fred Chasen
Julien Taquet
Julie Blanc
Coko Foundation
Facilitate access to development tools
Paged.js is just a brick
added to more complex workflows
Command line version of Paged.js
Thank you
Made width HTML & CSS
slides.julie.blanc.fr