typst / typst

A new markup-based typesetting system that is powerful and easy to learn.
https://typst.app
Apache License 2.0
34.68k stars 922 forks source link

Support for interactive forms #1765

Open freundTech opened 1 year ago

freundTech commented 1 year ago

Description

Interactive forms/AcroForm is a pdf feature that allows pdf files to include forms that can be filled out and saved using a supported pdf viewer. Pdf forms are notoriously hard to create with anything other than Adobe Acrobat, so having support for them in typst would be great.

Interactive forms are described in the pdf 1.7 standard section 12.7.

Supporting this feature would require:

Use Case

Creating pdf forms that can be filled out.

tingerrr commented 1 year ago

I've started some initial work on this.