Is crop functionality available in pdfjsviewer component. So how can I implement crop functionality in PDF. Thanks in advance.
Regards
Jayakumar S
No, the PDF.js Viewer component doesn’t include crop functionality by default.
To add it, you’d need to customize the viewer — for example, overlay a selection area using JavaScript and then use a PDF library (like pdf-lib or jsPDF) to crop the selected region and generate a new PDF.