ocgx2 包:打印的链接分辨率较低

ocgx2 包:打印的链接分辨率较低

使用 ocgx2 包时,我遇到了一个奇怪的行为。它允许在 pdf 中使用彩色链接(如 url,但也包括对目录中各部分的引用,基本上所有可点击的内容),但打印时链接是黑色的。但是,我注意到打印时所有链接都比正常文本更粗。然后我使用 Microsoft Print to PDF“打印”了一个 pdf,然后我看到了以下内容: 在此处输入图片描述

MWE 就在这里

\usepackage[utf8]{inputenc}
\usepackage{xcolor}
\definecolor{links}{RGB}{0,128,172}
\usepackage[% hidelinks,
                colorlinks=true,
                urlcolor=links,    % color of external links
                linkcolor=links,  % color of toc, list of figs etc.
                citecolor=links,
                hypertexnames = false,
                hyperfootnotes = true]{hyperref}
\usepackage[ocgcolorlinks]{ocgx2}

\begin{document}

\tableofcontents

\section{Introduction}
\label{introduction}

This document shows the ocgx2 Bug I encountered. See the printed "Introduction" link in the table of contents.

\end{document}

“打印” PDF 中的链接分辨率较低,而原始链接看起来正常。

相关内容