使用PDFKit在node.js 上: var PDFDocument = require('pdfkit') var doc = new PDFDocument() doc.image('images/test.jpeg') 如何将添加到PDF 的图像居中?
確定! 回上一頁