Hey,
I try to integrate the PDF Viewer on my website, but i have some questions please :
- Can we only show the Draw tab and hide the Type and Upload tabs on the handwritten signature popup ? (Or custom the function that shows the popup to dynamically remove these)
- we do some treatments on server site at download but can we use this download to get and load the result on the pdf viewer in callback ?
- more generally, can we override the functions on client side (download, print...etc)
Thanks you
|
Query |
Response | ||
|
Can we only show the Draw tab and hide the Type and Upload tabs on the handwritten signature popup ? (Or custom the function that shows the popup to dynamically remove these) |
Kindly refer to the below documentation on “How to configure the required signature options in PDF Viewer?” and let us know if it helps.
| ||
|
we do some treatments on server site at download but can we use this download to get and load the result on the pdf viewer in callback ? |
Yes, you can. Please refer to the below sample and code snippet.
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/EJ2PDFViewer_Core3.0773316288
Code snippet for client-side:
Code snippet for server-side:
| ||
|
more generally, can we override the functions on client side (download, print...etc) |
We are unable to understand your query. Kindly let us know if you want to override the server actions Download, Print,..etc., to perform a different action on clicking on those options in the Viewer. |