Loading
feat(conversion): add output stem customization for file naming
* Enhance PDF and Markdown conversion functions to accept a custom output stem for generated files. * Introduce `sanitize_filename_stem` utility to clean filename stems. * Update relevant functions in `convert.py` and `converter.py` to utilize the new output stem parameter. * Ensure consistent file naming across different conversion profiles.