compare_pdfs
Compare two PDFs: byte identity, whether one file derives from the other, and what changed (pages, metadata, signature events). Reports the relationship the bytes show; it does not decide which file is the right one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename_a | No | Original filename, for the report header. | |
| filename_b | No | Original filename, for the report header. | |
| file_a_base64 | Yes | File content, base64-encoded. | |
| file_b_base64 | Yes | File content, base64-encoded. |