填充後鎖定(不可編輯)文字欄位和文字方塊(hyperref)

填充後鎖定(不可編輯)文字欄位和文字方塊(hyperref)

我想在填充文字方塊和文字欄位後鎖定它們。

有沒有辦法做到這一點 ?

微量元素:

\documentclass{article}

\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[hidelinks]{hyperref}
\usepackage{eforms}

\begin{document}

\CheckBox[height=0.3cm, width=0.3cm]{CheckBox}{}\\

\TextField[width=4cm]{TextField}{}

\end{document}

相關內容