Skip to content

Extract form-filling values from a PDF document that supports Acroform #322

Closed Answered by mara004
hoangthanh283 asked this question in Q&A
Discussion options

You must be logged in to vote

As to the forms, no, pypdfium2 does not provide (or plan to provide) helpers for this.
pdfium is a vast library, and it is infeasible for a single volunteer to write wrappers around all of its APIs, so I am focusing on a few core support models.

However, sufficiently experienced embedders may access the raw pdfium API directly if you need features beyond what is covered by the support models. In this case, one would refer to the APIs and docs in fpdf_formfill.h.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mara004
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #321 on July 16, 2024 10:45.