Fixed an issue where PDF filenames inside ZIP uploads were incorrectly modified during processing.
Previously, filenames containing a hyphen (e.g., 333333-3) were changed to use a dot (333333.3) when extracted from a ZIP file.
Filenames are now preserved exactly as uploaded, maintaining the original format and characters.