Hi,
We want to render the progress bar in the exported PDF file in Survey PDF.
Is it possible to implement?
Thanks,
Santosh
Hi,
We want to render the progress bar in the exported PDF file in Survey PDF.
Is it possible to implement?
Thanks,
Santosh
Hello Santosh,
You can handle the surveyPDF.onRenderHeader event and render a progress bar using the canvas.drawImage function.
Please refer to the following demo for an example of the onRenderHeader usage: https://surveyjs.io/pdf-generator/examples/customize-header-and-footer-of-pdf-form/reactjs.
Let us know if you have any questions or require further assistance.