GenderDysphoria / GenderDysphoria.fyi

Site code
Other
224 stars 63 forks source link

Links in the PDF are wrong #65

Open tealaforgia opened 2 years ago

tealaforgia commented 2 years ago

In the PDF file the link domain is wrong (127.0.0.1 instead of genderdysphoria.fyi). Also in the Table of Contents they should allow you to move through PDF, instead of opening the correspondent section on the site.

Twipped commented 2 years ago

The former is my bad, I generated the PDF from localhost. Will fix.

The later... I'll look into.

CoolDotty commented 1 year ago

The links can sort of be fixed by printing with

google-chrome --host-resolver-rules="MAP genderdysphoria.fyi 127.0.0.1:8000" --headless --print-to-pdf-no-header --run-all-compositor-stages-before-draw --print-to-pdf="./gdb.pdf" http://genderdysphoria.fyi/en/printable/index.html

The links in printable should probably be anchor links instead of domain ones though.