Re: Clickable URLs in PDFs

2025-01-07 Thread Deri
On Tuesday, 7 January 2025 18:27:56 GMT Francesco Ariis wrote: > Hello groff users, > > how to render clickable links in PDF documents? > > I recently discovered `groff`. As an exercises I am typesetting my > CV in it (`groff -ms`). Say I want to put the link to my personal > website, what

Re: Clickable URLs in PDFs

2025-01-07 Thread Norwid Behrnd
@Francesco If you want to use `groff -ms`, a MWE can be this `test.ms` ``` .\" PDF metadata .pdfinfo /Title "example" .pdfinfo /Author "pen paper" .hy .LP This links to the start page of \c .pdfhref W -D "https://en.wikipedia.org/wiki/Main_Page"; -A "\c" \ -- "English Wikipedia" \& .pdfsync ```

Clickable URLs in PDFs

2025-01-07 Thread Francesco Ariis
Hello groff users, how to render clickable links in PDF documents? I recently discovered `groff`. As an exercises I am typesetting my CV in it (`groff -ms`). Say I want to put the link to my personal website, what directive/macro to invoke to make it clickable? Thanks in advance —F

Re: Clickable URLs in PDFs

2025-01-07 Thread G. Branden Robinson
Hi Francesco, You got several good answers; I wanted to add a few points. At 2025-01-07T19:27:56+0100, Francesco Ariis wrote: > I recently discovered `groff`. As an exercises I am typesetting my > CV in it (`groff -ms`). Say I want to put the link to my personal > website, what directive/macro

Re: Clickable URLs in PDFs

2025-01-07 Thread Francesco Ariis
Il 07 gennaio 2025 alle 19:27 Francesco Ariis ha scritto: > Hello groff users, > > how to render clickable links in PDF documents? onf, Deri, Norwid, Branden, thanks for your excellent (useful, thorough, linking to documentation where necessary) answers. Great way to welcome a newcomer