October 2015
Intermediate to advanced
378 pages
7h 44m
English
PDF files can be interactive. Users can fill forms before printing the entire document. With LaTeX, you can produce such forms. In this recipe, we will create a form.
Once again, we will use the hyperref package. Our goal is to produce small paper sheets for a survey as a fillable PDF form. A yellow background will distinguish it from other papers. The format will be landscape. Let's begin the process:
\documentclass[a6paper,landscape,parskip=half]{scrartcl}\usepackage[margin=0.4cm]{geometry}Read now
Unlock full access