doc = new jsPdf(); ... pageHeight= doc.internal.pageSize.height; // Before adding new content y = 500 // Height position of new content if (y >= pageHeight) ...
確定! 回上一頁