答案1
与。{NiceTabular}
nicematrix
\documentclass[landscape]{article}
\usepackage{nicematrix}
\begin{document}
\setlength{\tabcolsep}{0pt}
\sffamily
\begin{NiceTabular}{*{38}{wc{3mm}}}
\Block[l]{1-10}{Nom} \\
\Block[hvlines]{1-38}{}
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& \\
\rule{0pt}{15pt}
\Block[l]{1-10}{Address} \\
\Block[hvlines]{1-38}{} \\
\rule{0pt}{15pt}
\Block[l]{1-10}{Complement} &&&&&&&&&&&&&&&& \Block[l]{1-10}{Bairro}\\
\Block[hvlines]{1-15}{} &&&&&&&&&&&&&&&& \Block[hvlines]{1-22}{} \\
\rule{0pt}{15pt}
\Block[l]{1-10}{Town} &&&&&&&&&&&&&&&&&&&&&&&&&& \Block{1-2}{State} &&& \Block[l]{1-8}{CEP} \\
\Block[hvlines]{1-25}{} &&&&&&&&&&&&&&&&&&&&&&&&&& \Block[hvlines]{1-2}{} &&& \Block[hvlines]{1-9}{} \\
\rule{0pt}{15pt}
\Block[l]{1-10}{Email} &&&&&&&&&&&&&&&&&&&&&&&&& \Block{1-2}{DOC} &&& \Block[l]{1-8}{Telephon} \\
\Block[draw]{1-24}{} &&&&&&&&&&&&&&&&&&&&&&&&& \Block[hvlines]{1-2}{} &&& \Block[hvlines]{1-10}{} \\
\rule{0pt}{15pt}
\Block[l]{1-10}{Email} &&&&&&&&&&&&&&&&&&&&&&&&& \Block{1-2}{DOC} &&& \Block[l]{1-8}{Telephon (other)} \\
\Block[draw]{1-24}{} &&&&&&&&&&&&&&&&&&&&&&&&& \Block[hvlines]{1-2}{} &&& \Block[hvlines]{1-10}{} \\
\end{NiceTabular}
\end{document}
您需要多次编译(因为nicematrix
在后台使用 PGF/Tikz 节点)。
答案2
这绝不是我自己才刚刚开始的答案,但它可能会让你走上正确的轨道。
\documentclass{article}
\begin{document}
Name\\\
\begin{tabular}{|c|c|c|c|c|c|c|c|}
\hline
&&&&&&&\\
\hline
\end{tabular}
SecondItem\\\
\begin{tabular}{|c|c|c|c|c|c|c|c|}
\hline
&&&&&&&\\
\hline
\end{tabular}
\end{document}