First of all, we need to get the PDF data from and API endpoint. axios(`${apiURL}/pdf`, { method: 'GET', responseType: 'blob' //Force to receive ...
確定! 回上一頁