Talk:RawPedia Book: Difference between revisions

From RawPedia
Jump to navigation Jump to search
(Created page with "This is a first stab at manually organizing content for a printable book. I'm doing it this way because then we can use a headless Chrom(e|ium) to fetch a single page and pri...")
 
No edit summary
Line 11: Line 11:


I'll then scp this file up to the base of rawpedia: https://rawpedia.rawtherapee.com/RawPedia.pdf
I'll then scp this file up to the base of rawpedia: https://rawpedia.rawtherapee.com/RawPedia.pdf
If anyone wants to fiddle with the print styles, modify this page: http://rawpedia.rawtherapee.com/MediaWiki:Print.css
Note: this will modify print styles for any page that people try to print.

Revision as of 17:53, 2 February 2018

This is a first stab at manually organizing content for a printable book.

I'm doing it this way because then we can use a headless Chrom(e|ium) to fetch a single page and print to PDF automatically.

I'm doing it on my side with:


chromium-browser --headless -disable-gpu --print-to-pdf="/home/pat/Documents/RawPedia.pdf" 'http://rawpedia.rawtherapee.com/index.php?title=Rawpedia_Book&printable=yes'

I'll then scp this file up to the base of rawpedia: https://rawpedia.rawtherapee.com/RawPedia.pdf


If anyone wants to fiddle with the print styles, modify this page: http://rawpedia.rawtherapee.com/MediaWiki:Print.css

Note: this will modify print styles for any page that people try to print.