PDF document gets cut-off on live server
I use a <table> to render out a report in PDF. The out PDF gets successfully uploaded to AWS S3 storage when tested out locally. But the code when deployed to AWS doesn't yield the same result. The generated PDF is getting Chopped off midway on the horizontal axis.

@vamsi-kleargroup I am also facing the same issue. Did you find any workaround to fix this issue?
@dmchandru nope.
@vamsi-kleargroup What is node version used in AWS?
@vamsi-kleargroup Reduce the font-size in CSS or inline-styles max = 12px
Same problem, any idea how to solved it?
I have the same problem. i tried several options and two different html but in all cases it gets cut off
@j45t7 @ivex001 Reduce the font-size in your html template as <=12px.
@j45t7 @ivex001 Reduce the
font-sizein your html template as<=12px.
Indeed was a problem of font size. Mine was set to "em" and i changed them to "12px" and "14px" and now it's working. Thank you @dmchandru