Skip to contents

Convenience wrapper that calls pdf_form_field_clear() on every form field in doc. PDFium has no public FORM_Reset symbol, so this is implemented as a loop over the field list.

Usage

pdf_form_reset(doc)

Arguments

doc

A pdfium_doc from pdf_doc_open(). Must be readwrite.

Value

Invisibly returns doc.