MCPcopy Create free account
hub / github.com/LibPDF-js/core / acroForm

Method acroForm

src/api/pdf-form.ts:1370–1372  ·  view source on GitHub ↗

* Get the underlying AcroForm for low-level operations. * * Use this when you need direct access to the form dictionary or * AcroForm-specific features not exposed by PDFForm. * * @example * ```typescript * const acroForm = form.acroForm(); * console.log(acroForm.defaultAppea

()

Source from the content-addressed store, hash-verified

1368 * ```
1369 */
1370 acroForm(): AcroForm {
1371 return this._acroForm;
1372 }
1373
1374 // ─────────────────────────────────────────────────────────────────────────────
1375 // Internal

Calls

no outgoing calls

Tested by 1

loadTaggedFormFunction · 0.64