Skip to content

Instantly share code, notes, and snippets.

@documentize
Created February 11, 2026 09:07
Show Gist options
  • Select an option

  • Save documentize/3a4067672d68380493b7a0f4a437a382 to your computer and use it in GitHub Desktop.

Select an option

Save documentize/3a4067672d68380493b7a0f4a437a382 to your computer and use it in GitHub Desktop.
The example demonstrates how to Get field Names from PDF file.
// 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