import pdfkit options = { 'page-size': 'Letter', 'margin-top': '0.75in', ... config = pdfkit.configuration(wkhtmltopdf=path_wkthmltopdf) ...
確定! 回上一頁