Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
P
poppler
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 613
    • Issues 613
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 39
    • Merge Requests 39
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • poppler
  • poppler
  • Issues
  • #367

Closed
Open
Opened Sep 19, 2017 by Bugzilla Migration User@bugzilla-migration

Sensitivity lost on hyperlinks

Submitted by alt..@...fr.nf

Assigned to poppler-bugs

Link to original bug (#102881)

Description

If pdftocairo is used to convert a PDF to an SVG, all clickable hyperlinks in the PDF document are lost in the target SVG file. The SVG produced by pdftocairo shows only the text of the link's label. This is the sample LaTeX code that was used to create the PDF:

\documentclass[12pt,pdftex]{minimal} \usepackage[margin=0mm,nofoot,a5paper,pdftex]{geometry} \usepackage[active,tightpage]{preview} \usepackage{hyperref}

\begin{document} \begin{preview}

\href{https://github.com/lambdafu/poppler/issues/1}{arbitrarylink}

\end{preview} \end{document}

Versions:

$ pdflatex -v pdfTeX 3.14159265-2.6-1.40.15 (TeX Live 2015/dev/Debian) kpathsea version 6.2.1dev Copyright 2014 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). There is NO warranty. Redistribution of this software is covered by the terms of both the pdfTeX copyright and the Lesser GNU General Public License. For more information about these matters, see the file named COPYING and the pdfTeX source. Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). Compiled with libpng 1.6.13; using libpng 1.6.13 Compiled with zlib 1.2.8; using zlib 1.2.8 Compiled with poppler version 0.26.5

$ pdftocairo -v pdftocairo version 0.26.5 Copyright 2005-2014 The Poppler Developers - http://poppler.freedesktop.org Copyright 1996-2011 Glyph & Cog, LLC

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: poppler/poppler#367