You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I passed HTML string to convertFromHtmlContent() and sometimes wasn't getting any response. Not even an error message.
Thought it had something to do with the HTML file generation. So used convertFromHtmlFile() and still facing the same problem.
The text was updated successfully, but these errors were encountered:
I am facing the same issue. I observed that when the method lags, it only generates the HTML file and freezes. When I call the method again, it mostly works fine. So I used another package called retry which re-executes the method if the pdf generation takes more than two seconds.
I passed HTML string to
convertFromHtmlContent()
and sometimes wasn't getting any response. Not even an error message.Thought it had something to do with the HTML file generation. So used
convertFromHtmlFile()
and still facing the same problem.The text was updated successfully, but these errors were encountered: