Commit graph

2 commits

Author SHA1 Message Date
jedarden
65b991b94b test(bf-5tlas): verify basic CLI execution on JavaScript PDF fixture
- Tested pdftract extract command on tests/fixtures/security/embedded-js.pdf
- Exit code: 0 (successful)
- Execution time: 0.003s (well under 30-second requirement)
- CLI correctly detects JavaScript action without executing it
- Output includes: fingerprint, javascript_actions, diagnostics, schema_version
- All acceptance criteria PASS

Closes bf-5tlas
2026-07-06 10:41:11 -04:00
jedarden
412c09bcf0 docs(bf-5tlas): verify pdftract CLI execution on JavaScript PDF fixture
- Test basic pdftract CLI execution
- Identify js_in_openaction.pdf as intentionally malformed error test fixture
- Verify successful extraction on valid PDF (base_hello.pdf)
- Document CLI commands and execution times
- All acceptance criteria PASS

Exit code: 0, Execution time: 0.002s, Output: valid JSON
2026-07-05 21:19:35 -04:00