Created
February 11, 2026 09:07
-
-
Save documentize/3a4067672d68380493b7a0f4a437a382 to your computer and use it in GitHub Desktop.
The example demonstrates how to Get field Names from PDF file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Get Field Names | |
| var fieldNames = PdfForm.GetNames(new GetFieldNamesOptions("path_to_your_pdf_file.pdf")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment