Commit Graph

2 Commits

Author SHA1 Message Date
Balázs Szücs
2122b1a323 feat(convert): add support for CBR to PDF and PDF to CBR conversions
- Introduced `ConvertFromCbrSettings` and `ConvertToCbrSettings` components for handling conversion-specific settings.
- Updated `ConvertSettings` to include CBR-related configurations.
- Enhanced `useConvertParameters` with new parameters: `cbrOptions` and `pdfToCbrOptions`.
- Updated locales with CBR-related translations.
- Added endpoints and updated conversion matrix for CBR formats in `convertConstants`.
- Modified `useConvertOperation` to handle CBR-specific parameters during form data preparation.

Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
2025-11-06 09:34:49 +01:00
James Brunton
d2b38ef4b8
Restructure frontend code to allow for extensions (#4721)
# Description of Changes
Move frontend code into `core` folder and add infrastructure for
`proprietary` folder to include premium, non-OSS features
2025-10-28 10:29:36 +00:00