nader2929

Results 3 comments of nader2929

Realise that this is an old question now but I figured it out in one of my projects Change this ` html2pdf().from(element).set(opt).toPdf().get('pdf').then(function (pdf) { ` to this ` html2pdf().from(element).set(opt).toContainer().toCanvas().toImg().toPdf().save().then( function...

I am running into the same issue as #835, and have done the steps you mentioned [here](https://github.com/TabularEditor/TabularEditor/issues/1036#issuecomment-1294760602). Can you give an example of the full powershell command? What I have...

Ah perfect! That worked a charm, thanks for the quick response and help.