← Back to context Comment by geooff_ 8 hours ago Very cool. Is there an option to self-host? This seems like it could be a cool agent skill. 1 comment geooff_ Reply threeducks 5 hours ago HTML to PNG: chromium --headless --disable-gpu --screenshot=output.png --window-size=1920,1080 --hide-scrollbars index.html Also works great for HTML to PDF: chromium --headless --disable-gpu --no-pdf-header-footer --run-all-compositor-stages-before-draw --print-to-pdf=output.pdf index.html
threeducks 5 hours ago HTML to PNG: chromium --headless --disable-gpu --screenshot=output.png --window-size=1920,1080 --hide-scrollbars index.html Also works great for HTML to PDF: chromium --headless --disable-gpu --no-pdf-header-footer --run-all-compositor-stages-before-draw --print-to-pdf=output.pdf index.html
HTML to PNG:
Also works great for HTML to PDF: