Vikas Upadhayay

Results 4 comments of Vikas Upadhayay

Hi @hkirat this issue is related to loading of data. Your print method for pdf generation is being called before your page is even render properly that why it is...

@devsargam to generate the pdf you need to have all the elements loaded on the page so the print function can read the html tags and make the pdf from...

PR raised on daily code repo. https://github.com/code100x/daily-code/pull/88

@hkirat I already have started to look for the changes and I don't think it requires much effort. Can I fix this?