This package provides file processing utilities for the @osmandvc/react-upload-control package. It includes processors for handling various file types and formats, with a special focus on PDF processing capabilities.
- PDF processing and manipulation using
pdf-lib
andpdfjs-dist
- Extensible architecture for adding custom file processors
npm install @osmandvc/react-upload-control-processors
This package is typically used in conjunction with the main @osmandvc/react-upload-control
package. For detailed usage examples, please refer to the main package documentation.
- pdf-lib: ^1.17.1
- pdfjs-dist: ^4.9.155
This package is part of the react-upload-control project.