const pdf = new jsPDF("2", "mm", "a4", true);
serviceAPI(pdf.output('bloburl'))
I need to pass the pdf file to API for storing, but here only url for the blob storage is getting passed.
Can someone please help me how to pass PDF file to API using jsPDF library.