We developed web application in React JS. Where I tried to generate pdf, Instead of download or open the pdf in new window I want to upload directly it into the AWS S3 bucket. Researched and tried samples not getting solution which I want. Some of samples are downloading pdf or opened it in print view/new tab.
So, how can I generate PDF from dynamic html and upload it into s3 directly.
Thank You