https://bugs.documentfoundation.org/show_bug.cgi?id=148729
--- Comment #7 from Simon Gaeremynck <[email protected]> --- I think you're seeing those results because LibreOffice holds on to the previous print configuration value perhaps? I can reproduce when doing the following: 1. Open Writer > Settings > LibreOffice Writer > Print > Comments > In Margin 2. Close LibreOffice completely 3. Open attachment 180061 in LibreOffice 4. File -> Export As -> Export as PDF -> Export (I don't think it matters, but I export as tagged PDF) 5. Open PDF in a PDF viewer, notice that the link is not clickable I reproduced this both on Mac and in a Docker container where I modify: /root/.config/libreofficedev/4/user/registrymodifications.xcu so that it contains <item oor:path="/org.openoffice.Office.Writer/Print/Content"><prop oor:name="Note" oor:op="fuse"><value>4</value></prop></item> and use the following command to convert: /opt/libreofficedev7.4/program/soffice --headless --minimized --invisible --nodefault --nologo --nolockcheck --norestore --convert-to pdf /tmp/test.docx --outdir /tmp/ -- You are receiving this mail because: You are the assignee for the bug.
