Emma 9535222fb7 improves block functionality
adds cli compatible prompts/logs
adds logfile function for debug
adds multiselect support
new fieldRename
adds listFieldNames
2025-04-30 01:17:45 -06:00
2025-04-30 01:17:45 -06:00
2025-04-22 14:21:58 -06:00
2025-04-30 01:17:45 -06:00
2025-04-30 01:17:45 -06:00
2025-04-30 01:17:45 -06:00
2025-04-24 21:40:59 -06:00
2025-04-17 14:37:18 -06:00
2025-04-17 14:37:18 -06:00
2025-04-30 01:17:45 -06:00

Emma's Simple Form Field Checker

Compares a PDF form to a list of CS class files to see if all field names are present, excluding signature fields.

Prereqs

Deno >=2.2 (not required if downloading .exe)

Installation

Deno install

deno task install -> installs as global command checkfields

Compile

deno task compile -> compare-form-fields.exe -OR- Download .exe from release

If you want it to be a global command, create an executables directory and add it to the PATH

Usage

checkfields <path to PDF> <comma-separated list of paths to CS class files> -OR- checkfields and follow prompts.

Output

All form fields present!

-OR-

The following field names are not present in the CS code

<list of missing form fields>

Description
No description provided
Readme 5.7 MiB
v1.0.7 Latest
2025-05-21 11:56:09 -07:00
Languages
TypeScript 100%