pdf.js/examples
Tim van der Meij e293c12afc
Implement the setDocument method for the find controller
Now it follows the same pattern as e.g., the document properties
component, which allows us to have one instance of the find controller
and set a new document to search upon switching documents.

Moreover, this allows us to get rid of the dependency on `pdfViewer` in
order to fetch the text content for a page. This is working towards
getting rid of the `pdfViewer` dependency upon initializing the
component entirely in future commits.

Finally, we make the `reset` method private since it's not supposed to
be used from the outside anymore now that `setDocument` takes care of
this, similar to other components.
2018-09-30 16:57:40 +02:00
..
acroforms Rename the globals to shorter names. 2018-03-16 11:08:56 -07:00
browserify Rename the globals to shorter names. 2018-03-16 11:08:56 -07:00
components Implement the setDocument method for the find controller 2018-09-30 16:57:40 +02:00
image_decoders Add a new parameter to JpegImage.getData to indicate the source of the image data (issue 9513) 2018-09-02 14:15:22 +02:00
learning Fix typos 2018-04-01 23:20:41 +02:00
mobile-viewer Correct the instructions in the README file for examples/mobile-viewer 2018-07-08 15:32:06 +02:00
node Attempt to provide better default values for the disableFontFace/nativeImageDecoderSupport API options in Node.js 2018-06-03 00:28:37 +02:00
svgviewer Implement the setDocument method for the find controller 2018-09-30 16:57:40 +02:00
text-only Rename the globals to shorter names. 2018-03-16 11:08:56 -07:00
webpack Upgrade to Webpack 4 2018-06-02 20:28:36 +02:00