Which product are you using?
PDFJS Express Plus
PDF.js Express Version
8.7.0
Detailed description of issue
Hello, am currently assessing the PDFJS web standalone kit for PDF Viewing and annotations. If the features and functionalities are in line with our requirements we can go ahead and pay the annual license fees.
Now onto the issue -
Refer to the above attached file.
(1) Where I need to disable the default toolbar of the component and instead,
(2) I need to define my own toolbar with limited capabilities. On clicking a button in the custom toolbar, I need the behavior to be similar to a button click on the default toolbar. For example, on click of the Zoom In button on the custom toolbar, I need the viewer to zoom in on the document.
Similarly on click of a custom button of the annotation I need the component to be ready to drop the corresponding annotation (wherever user drops the annotation)
(3) Need a way to disable the default commenting functionality of the component. Instead what we will need is - when the user drops an annotation, a popup (we will build the HTML-based popup) where the user enters the comments and then saves. Upon save we will go back and insert the comment into the annotation.
To summarize the above section we need
- Disable the toolbar
- Information about setting the desired action on click of a button.
- Disable the default commenting functionality.