Quiero agregar el texto "PO-83274323" al archivo PDF existente pero quiero rotarlo.
const HummusRecipe = require('hummus-recipe'); const pdfDoc = new HummusRecipe('046303BO.pdf', 'PO-83274323_046303BO.pdf'); pdfDoc // edit .editPage(1) .text('PO-83274323', 0, 0) .endPage() // end and save .endPDF();Encontré la solución :))
.text('PO-00056249', 240, 80, { color: '#000000', fontSize: 7, align: 'center center', opacity: 0.8, rotation: 270 })