Hi all,
I am using JavaScript for pdf generator , in that button is not invisible and check box is not ticked after pdf generate.
I want , button should be invisible and check box should be ticked after pdf generate.
Anyone has any idea about this would be appreciated.
I am using these JavaScript.
window.print();
Hi Pooja,
This is normal behavior on pdf generation step. You can see below screenshot from OutSystems signup page.. I checked both checkbox.
This is due to some CSS will not supported by basic PDF. This should be handled by pdf generator plugin.
As a workaround, you can refer some CSS - -
https://stackoverflow.com/questions/37074966/printing-a-checked-checkbox-tick-box-with-html-and-css/37075079
https://stackoverflow.com/questions/41978368/icheck-check-boxes-are-not-visible-in-print
Thanks Aadhavan S