#938·react-pdf

Implement native PDF search functionality using `pdf.js` capabilities

Author: angel-langdonCreated Jan 31, 2022Updated Mar 5, 2026
Labelsenhancementfresh

Before you start - checklist

  • I understand that React-PDF does not aim to be a fully-fledged PDF viewer and is only a tool to make one
  • I have checked if this feature request is not already reported

Description

pdf.js has native functionality to search inside the PDF using PDFFindController.

It would be nice for react-pdf to have an interface to access these native pdf.js useful methods

Proposed solution

I suggest adding necessary props for Document component that enables a way to search the PDF using pdf.js capabilities

Alternatives

  • Implement from zero using only pdf.js

Additional information

Related Stackoverflow posts: