Stirling-PDF/frontend/src/hooks/tools/split
James Brunton 6dbaff5342
Fix Split to be a single file interface (#4327)
# Description of Changes
Split was previously incorrectly marked as a multi-file interface, which
meant that if you fed 2 files into it, it'd just process the first and
discard the second.

This PR changes it to a single-file interface, and implements a custom
response handler because Split returns Zip files instead of PDFs, so the
response you get when running Split now is the union of all of the split
input files in the workbench (or them all zipped if you download it).
2025-08-29 17:23:44 +01:00
..
useSplitOperation.ts Fix Split to be a single file interface (#4327) 2025-08-29 17:23:44 +01:00
useSplitParameters.ts Feature/v2/automate (#4248) 2025-08-22 14:40:27 +01:00