메모장
PHPMailer ()를 통해 전송 된 HTML2PDF 출력
New! Game
2020. 2. 5. 17:08
https://stackoverflow.com/questions/43713049/html2pdf-output-sent-through-phpmailer
HTML2PDF output sent through PHPMailer()
I'm using html2pdf to convert a html page to a pdf and I want to send it as a mail. Using the code below, I was able to create the pdf and display it properly on the page (using Output('name.pdf'))...
stackoverflow.com