颜色变化 pdfpagediff.sty

颜色变化 pdfpagediff.sty

pdfpagediff.sty是一款用于比较两个更改较少的 PDF 的好工具。是否可以更改第二层颜色,目前它是用 生成的30% black,需要将其更改为Red或任何颜色...

MWE 是:

\documentclass{book}
\usepackage{pdfpagediff}

\begin{document}

\color{red}

\FirstDoc{file_3P}%you can change any pdf file name
\SecondDoc{file_5P}%you should give the modified pdf file name

\layerPages{file_3P}{file_5P}


\end{document}

包装文档中提到颜色如下:

在此处输入图片描述

请指教

相关内容